/
Configuration

Configuration

A configuration can be anything you need to test your project against, such as different operating systems, web browsers or hardware devices.

Test cycle allows you to start multiple test runs at once if you want to test against multiple configurations.

Use Case

Suppose you want to test compatibility of a software product in difference instances (for each instance, the hardware and software are different), all test cases need to be executed with different instances:

  1. Sandbox_US

  2. Sandbox_EU

  3. Sandbox_Asian

  4. ...

Rather than creating multiple test cycles to have all above instances/platforms covered, user can create a separate test run for each configuration within a test cycle.

Maintain Configurations

Test Runs with Configurations Assigned

Related content