Viewing and Managing Versioning Actions
Versioning is available for the following test artifacts in Avo Assure:
Element Repository
Test Case
Data Table
Execution List
Note: The following steps are the same for all artifacts.
To View Versioning Actions
To view the Versioning Actions of a test cases on the Test Case page, perform the following actions:
On the Home page, under Projects, select the required project.
Select Design Studio and go to the Test Case page.
Select the required sub-folder.
Select the Expand arrow icon.
Select the test case and select the Ellipsis (...) icon.
Select the Bitbucket actions or Azure DevOps actions option (depending on the versioning tool configured for your project).

The following information applies when the versioning actions option is selected for a test case:
A dialog box is displayed showing a tabular view of all previous commits made for the selected test case. The versioning actions table includes the following columns:
The table includes the following columns:
Date & Time: Displays the date and time when the Test case version is committed.
User Name: Indicates the person who commits the Test case.
Push ID: Displays the unique commit identifier associated with the push operation.
Comment: Shows the comment added during the commit to describe the change.
Branch: Displays the branch to which the Test case is pushed.
Select the Restore icon, then you can see the following options:
Overwrite: When the Overwrite option is selected, the system restores the previous version of the Test case folder to the current Test case folder.
Create Testcase: When the Create Testcase option is selected, the system creates a new Test case inside the Test case folder.
Create folder: When the Create folder option is selected, the system creates a new folder in the Test Case page and pulls all data into the newly created folder.
Compare Testcase: When the Compare Testcase option is selected, the system compares previous pushed Test case with current Test case.
You can pull Test case using the following options:
Overwrite
To restore a test case by selecting the Overwrite option from the Versioning Actions dialog, perform the following actions:
A dialog appears with the message: Do you want to overwrite this Test Case?
Select the Yes button to restore the previous version of the test case to the current test case folder.
After some time, you can see the previous version of the test case on the Test Case page.
Create Testcase
To restore a test case by selecting the Create Test Case option from the Versioning Actions dialog, perform the following actions:
A dialog appears with the message: It may take 1–2 minutes to pull from the repository.
Select the OK button to restore the previous version of the test case to the current test case folder.
After some time, you can see the newly created test case on the Test Case page.
Create folder
To restore a test case by selecting the Create Folder option from the Versioning Actions dialog, perform the following actions:
A dialog appears with the message: It may take 1–2 minutes to pull from the repository.
Select the OK button to create a new folder on the Test Case page and pull all data into the newly created folder.
After some time, you can see the newly created test case folder and test case on the Test Case page.
Compare Testcase
To restore a Test case by selecting the Compare Testcase option from the Testcase Bitbucket actions dialog, perform the following actions:
A dialog appears with the message: It may take 1–2 minutes to pull from the repository.
Select the OK button to compare the previous pushed Test case with current Test case.
After some time, you can see the comparison between previously pushed Test case and current Test case.

Last updated