What can I use for good quality code coverage for C#/.NET?

Michael Stum picture Michael Stum · Nov 10, 2008 · Viewed 170.7k times · Source

I wonder what options there are for .NET (or C# specifically) code coverage, especially in the lower priced segment?

I am not looking for recommendations, but for a comparison of products based on facts. I know the following:

Answer

David P picture David P · Nov 10, 2008

I use the version of NCover that comes with TestDriven.NET. It will allow you to easily right-click on your unit test class library, and hit Test With→Coverage, and it will pull up the report.