tags:

views:

116

answers:

2

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

A: 

Look into NCover

Adam Driscoll
The poster specifically asked about VB6 so NCover doesn't help :(
Hugh Allen
+1  A: 

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.

Ira Baxter