Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space DTPDEVEL and version 5.4.1

You can collect coverage information for multiple users that are simultaneously accessing the same Java or IIS web application server. This allows QA engineers to perform parallel testing sessions and associate coverage with individual users.

To enable collecting multi-user coverage for Java or IIS web applications, you need to:

  • configure the Jtest or dotTEST coverage agent to collect multi-user coverage,
  • modify the HTTP request header of the browser that will be used to interact with the tested web application,
  • provide your User ID when connecting CAM to the coverage agent.

...

The coverage agent that is attached to the Application Under Test (AUT) must be configured to enable collecting multi-user coverage. See the "Configuring the Coverage Agent" chapter of the Jtest or dotTEST documentation.

Configuring the coverage agent to collect multi-user coverage requires providing a User ID in the HTTP request header of your browser, as well as in CAM.

...

  1. Perform testing sessions and download the coverage and test results files, as described in Using the CAM GUI. The files contain coverage information and test results that have been associated with the specified User ID.

    Info

    Ensure that the Session Tag field is completed with a tag unique to each user. We recommend that the session tag include the User ID.



  2. Merge the dynamic and static coverage information into a coverage.xml file and send it with the test results report to DTP. See "Generating a Dynamic Coverage Data File and Uploading it to DTP" chapter of the Jtest or dotTEST documentation for details. The CAM Tutorial shows an example of how the results can be merged and published to DTP (see Processing Test and Coverage Results and Publishing Test and Coverage Results to DTP).