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)!
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
NCover is a very popular choice. |
|||
|
|
I would suggest that you go with NUnit for tests and NCover for coverage. |
|||||||
|
|
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. |
|||
|
|
|
I have been using the built in VS tools and have been happy with the results. NUnit / NCover seem to have a generally good reputation from people I've spoken with. This post has a great deal of content about code coverage and other metrics: http://stackoverflow.com/questions/1047758/what-can-be-alternative-metrics-to-code-coverage |
|||
|
|