Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Also, you can access execution reports of Qualitia automated test cases from the Azure DevOps tests.

Executing Qualitia Automated Tests

Table of Contents
minLevel3

...

Info

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 (8.3.0 2) 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.

Accessing Qualitia Test Execution Reports in Azure DevOps

After executing Qualitia automated tests, Qualitia test execution reports are attached to the respective test in Azure DevOps test. You can access these reports from the Test run section.

...