dotCover 2023.3 Help

Coverage Analysis of Applications

Independently of whether you have unit tests in your solution or not, dotCover allows you to analyze code coverage for executed applications. After running an application under control of dotCover and executing it in specific scenarios, you will get a coverage snapshot with statement coverage of the run. Using the data in this snapshot, you can get down to the source code of the covered application and see what parts of the code were called during the executed scenarios and what was not reached.

There are two ways of running applications under control of dotCover:

In both cases, the Coverage Controller dialog will appear to guide the coverage run.

Last modified: 27 August 2021