Configurations

What are configurations used for?

Configurations can be used to specify for any test run, which hardware or software configuration this run should be performed on.

How to create a configuration group?

Configuration groups are found in projects:

Imagine you're testing a web app in different browsers. To do that, make a "Browsers" group and list all the browsers you'll be testing with.

Once your configuration group has been created, and you've added all possible individual configurations to test on, you can now specify this while preparing a test run - all available configuration groups will be shown in the "Configurations" section:

You can create multiple configuration groups and have combinations of, for example, different browsers and different OS:

You can also edit or delete both configuration groups and individual configurations after having created them:

Last updated