dotCover 2016.2 Help

Coverage Controller dialog

In Visual Studio:
ReSharper | Cover |Cover Startup Project
Ctrl+Alt+K P
ReSharper | Cover |Cover Application | [application type] | Run
Ctrl+Alt+K K

In dotCover standalone application:
File | Cover Application
Ctrl+Alt+K K

This dialog allows recording coverage of a manual test session.

Coverage Controller dialog
ItemDescription
Title Displays the name of the executable and the process started under dotCover control.
Get Snapshot'n'Wait/Get Snapshot'n'Start Use this button to finish the current test session and obtain the coverage snapshot without terminating the target .NET process. If you click Get Snapshot'n'Start, dotCover will start recording coverage results right after taking the snapshot.
Drop Use this button to stop the current test session without obtaining a coverage snapshot and without terminating the target .NET process.
Kill All Use this button to terminate the target .NET process(es) and close the dialog without obtaining a coverage snapshot.
Details view You can use the expand/collapse button on the right to show or hide details view. In this view, you can see the target process with its PID as well as the number of snapshots taken during the current session.

See Also

Last modified: 15 December 2016