简体   繁体   中英

Code Coverage Tools & Visual Studio 2008 Pro

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

NCover是一个非常受欢迎的选择。

我建议您使用NUnit进行测试,并使用NCover进行覆盖。

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: What can be alternative metrics to code coverage?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM