Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To attach the Coverage Agent to the AUT, you need to launch the IIS Manager tool shipped with dotTEST :on the machine where IIS is installed and the AUT is deployed.

  1. Copy the [DOTTEST_INSTALLATION_DIR]\integration\IIS directory to the machine were IIS is installed and the AUT is deployed.
  2. Run a console as Administrator.
  3. Invoke the following command to launch the IIS Manager tool:

    Code Block
    dottest_iismanager.exe
  4. 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}

...