Windows Services
With dotCover, you can run coverage analysis for Windows services.
Before you start analyzing coverage for a Windows service, make sure that your service is installed in the system. For more information about installing and uninstalling Windows services, refer to How to: Install and uninstall Windows services
To start a coverage run for a Windows service
Do one of the following:
In Visual Studio, press Control+Alt+K K or choose
from the main menuIn dotCover standalone application, press Control+Alt+K K or choose
from the menu.
Add a run configuration – the configuration that tells dotCover how to run the analyzed application:
Under Cover application, click Add run configuration.
In the New Run Configuration wizard, choose Windows Service and click Next.
Specify service options:
Service: a name of the service you're going to analyze. dotCover scans the installed services automatically.
Arguments: optional arguments passed to the service.
Start dependent services: select this checkbox if the service requires other services to be started.
Set environment variables: lets you run the analyzed application with specific environment variables. Each variable must be specified on a new line.
Click Save.
Make sure the created run configuration is selected in the New Process Run list.
Under Run analysis, click Start. dotCover will open the Coverage Controller dialog and then run the selected application.
If the Collect coverage data from start checkbox was selected, the coverage run starts immediately. Otherwise, dotCover waits until you click Start in the Coverage Controller dialog. When the coverage run is started, you can record code coverage.