Document toolboxDocument toolbox

Working with Execution Profiles

 

An execution profile is a pre-defined set of configuration settings, which you can use to execute test suites. You can add multiple execution profiles with different combination of configuration settings.

While executing a test suite, you can select any of these execution profiles depending on the configuration settings that you want to use.

Every web/mobile project comes with a default execution profile as System Execution Profile. In this execution profile, the execution mode is local which cannot be changed, and the browser is selected as Chrome which can be changed.

For more information, refer to Configuring the System Execution Profile Settings.

Currently, the Execution Profile feature is not available for desktop projects.

 

Adding an Execution Profile

You can create multiple execution profiles having different combination of settings.

To add an execution profile:

  1. Go to Execution>Execution Profile.

  2. Click New.

  3. Enter a name for the execution profile you want.

  4. Configure the execution profile settings as explained in Configuring the System Execution Profile Settings.

In the list of execution profiles, if you click the Usage Count of an execution profile, you can view every user who has selected the execution profile against which test suites.

Setting the Default Execution Profile

You can set any of the available execution profiles as the default execution profile.

The default execution profile is mapped with a test suite by default, if no other profile is selected for a suite.

Dry Runs for the test cases use the System Execution Profile only.

To set a default execution profile:

  1. Go to Execution>Execution Profile.

  2. Under the Default column, select the checkbox for the appropriate execution profile.

  3. Click Save.

Editing an Execution Profile

Perform the following steps to edit an execution profile.

To edit an execution profile:

  1. Go to Execution>Execution Profile.

  2. Under the Edit column, click the Edit button for the appropriate execution profile.

  3. Edit the configured settings. For more information, refer to Configuring the System Execution Profile Settings.

Deleting the Execution Profiles

You cannot delete an execution profile that is associated with a test suite or is set as default. To delete the default execution profile, set another execution profile as default.

To delete the execution profile:

  1. Go to Execution>Execution Profile.

  2. Select the checkboxes of execution profiles you want to delete.

  3. Click the Remove button.

Exporting an Execution Profile

You can export an execution profile to reuse it for offline suite executions, also referred to as Qualitia Bots.

To export an execution profile:

  1. Go to Execution>Execution Profile.

  2. Under Export, click Export for the execution profile you want to export.

  3. Locate the offline suite to which you want to save the execution profile.

    The execution profile is saved as a JSON file.

Â