Reputation:
Just wondering what people are using for code coverage tools when using MS Visual Studio 2008 Pro. We are using the built-in MS test project and unit testing tool (the one that come pre-installed with MS VS 2008 pro)!
Upvotes: 2
Views: 1423
Reputation: 1355
If you use the TestDriven.Net addin you will get a very good unit test runner and NCover thrown in as well. Get the personal developer version. This is realy the best ever addin for visual studio.
Upvotes: 0
Reputation: 19167
I would suggest that you go with NUnit for tests and NCover for coverage.
Upvotes: 0