dotCover 2016.3 Help

Execution and Coverage Analysis of Unit Tests

dotCover helps discover and run, debug or cover unit tests right in Visual Studio or using the command-line utility . The following unit testing frameworks are supported:

Analyzing code coverage of unit tests in Visual Studio is one of the major usage scenarios for dotCover. It allows developers and test engineers to quickly locate parts of code not covered with unit tests and adjust their testing activities accordingly.

Before running coverage analysis, make sure that the PDB information exists for all target assemblies. The safest choice would be to set the Debug as the build configuration.

With dotCover, you can execute a single unit test, all tests in a test class, file, project or solution. You can also execute any number of tests combined in a test session.

In this section:

See Also

Last modified: 3 April 2017