For the complete documentation index, see llms.txt. This page is also available as Markdown.

Pulling Test Cases from Azure DevOps Repository

The Pull method retrieves test artifacts from the Azure DevOps repository and imports them into Avo Assure. You can restore an existing test case, create a new test case from a previous version, or compare previously pushed test cases with the current test case.

This article explains how to pull test cases from the Azure DevOps repository and use the available pull actions.

Note: The following steps are the same for all artifacts (Element Repository, Data Table and Execution).

To pull test cases from the Azure DevOps repository, perform the following actions:

  1. On the Home page, under Projects, select the required project.

  2. Select Design Studio > Test Case.

  3. Select the Bitbucket icon.

  4. Select Pull. The Pull Test Cases dialog opens.

  5. Select the branch from Branch dropdown.

  6. Select one or more pushed test artifacts.

Note: Select the Pull associated test data and repositories checkbox. This option pulls the associated Element Repository or Data Table.

  1. Select Pull. The following actions are available:

Restore test case

To restore the selected test cases to the previously Pushed test cases, perform the following actions:

  1. In the Pull Test Cases window, select one or more test cases.

  2. Select Pull > Restore testcase. The Restore test cases dialog opens.

  3. Review the selected test cases.

  4. Select Restore All.

The selected test cases are restored to the previously pushed test cases.

Note: Select Back to return to the Pull Test Cases window without restoring the selected test cases.

Restore to new testcase

To restore the selected test cases as new test cases, perform the following actions:

  1. In the Pull Test Cases window, select one or more test cases.

  2. Select Pull > Restore new testcase. The Restore new testcase dialog opens.

  3. Select Use same folder name for all selected items to use the same folder name for all selected test cases.

  4. For each selected test case, verify the following details:

    • Review the test case details.

    • If required, select the Add new Folder checkbox to create a new folder for the restored test case.

    • Enter the valid Folder name.

Note: The Folder name field is enabled only after you select the Add new Folder checkbox.

  1. Select Restore all to new. The selected test cases are restored as new test cases.

Note: Select Back to return to the Pull Test Cases window without restoring the selected test cases.

Last updated