Document toolboxDocument toolbox

Header

Executing Qualitia Automated Tests

After you set up the environment in Azure DevOps and linked Azure DevOps tests to Qualitia automated test cases, you can trigger the test case execution using build or release pipelines.

Additionally, you can trigger the test case execution from the test plan section of Azure DevOps. 

Before you execute Qualitia automated tests as your build or release pipelines, ensure you have configured your build and release pipelines accordingly. Also, for on-demand executions, you must prepare a Visual Studio test task under the release pipeline accordingly.

For more information on how to configure these tasks, refer to the Configuring Azure DevOps for Test Executions section.

Execute Qualitia Automated tests using Build Pipelines

  1. Sign in to the Azure DevOps instance.
  2. From the top menu items, click Build and Release.
  3. Under the Builds section, click the edit icon (...) and select Queue new build... option.
    The new build will be added in a queue which will eventually initiate execution of Qualitia automated tests.

Execute Qualitia Automated tests using Release Pipelines

  1. Sign in to the Azure DevOps instance.
  2. From the top menu items, click Build and Release.
  3. Go to the Releases section, click +Release > New release.
  4. In the Create new release section, select the desired environment.
  5. Artifacts are selected by default.
  6. Add Release description, if required.
  7. Click Create.
    This will create a new release and will execute Qualitia automated tests.

On Demand Test Runs from Azure DevOps

  1. Sign in to the Azure DevOps instance.
  2. From the top menu items, click Tests > Test Plans.
  3. Select the desired Test Suite in the left pane.
  4. Right-click the test which you want to run and select Run with options from the context-menu.
  5. On the Run with options screen, select Test type and runner, Build, Release Definition, and Environment to execute Qualitia automated tests. 
  6. Click OK.
    This will execute Qualitia automated test linked to this Azure DevOps test.

Footer