dotCover 2016.1 Help

Starting Manual Test Session for Startup Project

ReSharper | Cover | Cover Startup Project
Ctrl+Alt+K,P
ReSharper_CoverStartupProject

The easiest way to start a manual test session is to run the startup project of your Visual Studio solution under control of dotCover. All executable .NET project types are supported. With a single keystroke, dotCover will rebuild the project and start the coverage test run.

To run the startup project under dotCover Control

  1. Press Ctrl+Alt+K,P or choose ReSharper | Cover | Cover Startup Project in the main menu .
  2. dotCover will open the Coverage Controller dialog box and then run the startup project of the current solution.
  3. When the target application or process is started, you can record code coverage of the test session.

dotCover will run the startup project using the current build configuration, in the same way as when you press F5 in Visual Studio. 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.

If you need to run the project with custom configuration without changing the debug (or release) configuration, press Ctrl+Alt+K,K or choose ReSharper | Cover | Cover Application... in the main menu For more information, see Starting Manual Test Session for External Applications.

See Also

Last modified: 19 August 2016