Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Any .net Code Coverage Plugin for Visual Studio 2010? [closed]

Can anyone please suggest me a good .net code coverage plugin for Visual Studio 2010 except dotCover? [dotCover 1.0 RC is buggy, it hangs VS 2010] The VS2010's own coverage tool does not support nUnit tests. I want a plugin which supports nUnit tests also.

like image 264
Anindya Chatterjee Avatar asked Sep 07 '10 17:09

Anindya Chatterjee


People also ask

Which plugin is used for getting code coverage for .NET projects?

JetBrains dotCover is a . NET unit test runner and code coverage tool that integrates with Visual Studio and JetBrains Rider. Make sure you know to what extent your code is covered with unit tests. dotCover calculates and reports statement-level code coverage in applications targeting .

How do I know if I have vs2010 SP1 installed?

Help -> About . The version of the installation will be SP1Rel if SP1 is installed.

Can I still use Visual Studio 2010?

Visual Studio 2010 - Microsoft Lifecycle | Microsoft Learn. This browser is no longer supported. Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.

How do I enable code coverage in Visual Studio?

Starting in Visual Studio 2022 Update 2, you can enable faster code coverage test results by selecting Tools > Options > Environment > Preview Features, then selecting Code coverage experience improvements, and then restarting Visual Studio.


1 Answers

TestDriven.net is fairly popular and has code coverage built in. Of course, it does more than just code coverage.

NCover is also fairly popular and is all about code coverage.

Both support NUnit tests.

like image 137
Ed Schwehm Avatar answered Sep 28 '22 05:09

Ed Schwehm