...
- Copy the [DOTTEST_INSTALLATION_DIR]\integration\IIS directory to the machine were IIS is installed and the AUT is deployed.
- Run a console as Administrator.
Invoke the following command to launch the IIS Manager tool:
Code Block dottest_iismanager.exe
Go to the following address to check the status of the coverage agent:
http://host:8050/status
. If the Coverage Agent is attached, you should receive the following response:Code Block {"session":null,"test":null}
Attaching the Coverage Agent with
...
Jtest
To attach the Coverage Agent to the AUT, you need to add Jtest's -javaagen
t VM argument to the startup script of the server where the AUT is deployed.
...