2
votes

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)!

3
Good question. I used to use this tool pretty extensively when we were running team system. However, our dev team got downgraded to the pro-edition because of the cost and I've been looking for a good inexpensive option to get code coverage functionality back. - JohnFx

3 Answers

5
votes

NCover is a very popular choice.

0
votes

I would suggest that you go with NUnit for tests and NCover for coverage.

0
votes

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.