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
The poster specifically asked about VB6 so NCover doesn't help :(
Hugh Allen
2008-09-27 10:19:32
+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
2009-10-12 19:37:52