Parallel Tests: .NET
The Lab ID groups two or more instances of the Test Listener as running under the same environment, for the same application.
This is useful when running multiple test stages for the same application in parallel:

For proper configuration that will allow parallel testing, the following MUST be configured with the same Lab ID:
CLI commands that start/end the coverage collection
CLI commands that start/end the Test Stage
The following examples contains the configuration relevant to the QA-1 Lab, which appears in the diagram as the instance displayed on the far-left hand side:
For applications reporting coverage from IIS:
Sample LabID configurations for .NET applications
For applications reporting coverage to a local process:
Sample LabID configurations for .NET applications
Last updated
Was this helpful?

