Versions Compared

Key

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

...

To Publish Qualitia Test cases for Azure DevOps test execution:

  1. On the Execution tab, navigate to Integration StatusFrom the Expand Menu, click Execution.
  2. Click the Integration Status tab.
    You can filter the test cases based on the test Scenario they belong to along with Test Case Link Status, and Test Case Publish Status.
  3. Select the test case(s) to publish.
  4. Click Publish.
    You can publish test cases that are linked with the Azure DevOps tests.

  5. Use the Link / Unlink button to map or unmap the test cases to Azure DevOps tests.
    For more information on this, refer to the Linking Qualitia test cases to Azure DevOps tests section.

    Info
    titlePublish Statuses
    • Not Published - When a test case is linked with Azure DevOps test, its publish status is set to Not Published. These test cases will not be executed from Azure DevOps.
    • Published - When the latest version of a test case is published to Qualitia, the publish status is set to Published. The test case version in Qualitia (which is the same as version published to Qualitia server) will be executed from Azure DevOps.
      Only published test cases will be executed as a build or release pipeline from the Azure DevOps.
    • Updates not Published - When a test case is modified after publishing it, the publish status is set to Updates not Published. In such event, the latest version of the test case is not available with Qualitia server.
      To make the latest version available for execution, you must publish the test case again. Azure DevOps will use the last published version of the test case (which may not be the same as version visible in Qualitia). Changes made to the test cases after publishing do not affect its execution from release/build pipelines.


...