我想知道对于。net(或者具体来说是c#)代码覆盖率有哪些选择,尤其是在价格较低的部分?

我不是在寻求建议,而是基于事实的产品比较。我知道以下几点:

NCover Seems to be very popular and looks quite good Supports statement coverage and branch coverage $480 for "NCover 3 Complete" Older beta versions are available for free Visual Studio (2008 Pro) | (2005 Team System (Development, Test or Team Suite Editions)) Well, it's Microsoft so I'd expect it to work properly Fully integrated into Visual Studio At least $5,469 PartCover - no further development (moved to OpenCover) Open source Supports statement coverage OpenCover - successor to PartCover OpenSource Supports branch and statement coverage 32 and 64 bit support Silverlight support Background Tutorial on The Code Project by the primary developer No .NET Core support yet SD Test Coverage Works with 32 and 64 bits, full C# 4.0 Handles both small and very large code bases $250 for single user license JetBrains dotCover $100 for Personal License. Free for user groups, open source projects, students and teachers. Supports statement coverage Silverlight support NCrunch $159 for personal license $289 for commercial seat license * Free during beta, to become commercial, pricing unknown future unknown. Code coverage indicators in Visual Studio Continuous (near real time) testing Visual per-test code coverage Performance metrics, parallel multi-core test execution NDepend $410 for developer license NDepend can import coverage data from NCover, DotCover, Visual Studio 2017; 2015, 2013, 2012, 2010 and 2008 Code Coverage files. Dependency graph Dependency structure matrix Visualizing code metrics Validating code rules


当前回答

我不确定与零售NCover的区别是什么,但在SourceForge上也有一个NCover项目,当然是开源和免费的。

其他回答

NCover有免费的预发布(测试版)版本。它们在大多数情况下都工作得很好,特别是与NCoverExplorer结合使用时。

NCover的替代品可以是PartCover,这是一个用于。net的开源代码覆盖工具,与NCover非常相似,它包括一个控制台应用程序,一个GUI覆盖浏览器,以及用于CruiseControl.NET的XSL转换。

这是一个非常有趣的产品。

OpenCover取代了PartCover。

我们已经发布了EAP到dotCover,并将很快发布测试版。

我使用TestDriven.NET附带的NCover版本。它将允许您轻松地右键单击单元测试类库,并点击test With→Coverage,它将弹出报告。

TestCocoon也很不错。它正在积极开发中,并拥有一个用户社区:

开源(GPL 3) 支持C/ c++ / c#跨平台(Linux, Windows和Mac) CoverageScanner -生成期间的检测 CoverageBrowser -代码覆盖结果的查看、分析和管理

然而,TestCocoon已经不再开发了,它的创建者现在正在为C/ c++开发一个商业软件。