We are developing a Visual Basic 6.0 project. We have written a library, which we were testing using vbunit and vbmock. But soon found that the tests were not maintainable. So, we decided to write tests using MBunit. Now, we want to know the test coverage. How can we do it? thanks

link|improve this question

13% accept rate
feedback

2 Answers

The only VB6 test coverage tool I know is http://www.aivosto.com/vbwatch.html Aivisto seems to have a generally good reputation for their VB tools.

link|improve this answer
feedback

Look into NCover

link|improve this answer
1  
The poster specifically asked about VB6 so NCover doesn't help :( – Hugh Allen Sep 27 '08 at 10:19
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.