dotCover 2023.3 Help

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:

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.

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 build your code with the Debug build configuration.

In this section:

Last modified: 04 January 2024