Version History
The Version History feature in Avo Assure lets you view and manage previous versions of a test case. It shows who made changes, when they were made, what was changed, and allows you to restore or compare with earlier versions easily.
Steps to view the version history and restore or compare it with earlier versions.
Navigate to Test Case Tab
Select the Test Case for which you want to view the version history.
Click Ellipsis icon
Select Version History option

When the Version History option is selected for a Test Case, a dialog box appears showing a tabular view of the previous commits made for that specific Test Case. The columns in the version history table are:
Date & Time: Displays the timestamp of when the version was committed. This helps identify the exact point in time a change was made.
User Name: Indicates the user who made the commit.
Push Id: A unique identifier (commit hash) associated with the push operation. This ID can be used to reference a specific version during collaboration or debugging.
Comment: A user-defined comment added during the commit, describing what was changed or the reason behind the update.
Branch: Shows the branch to which the Test Case was pushed.

Click Restore icon, then user can see four options:
a. Overwrite
When Overwrite option is selected, it will restore the previous version of the Test Case folder into the current Test Case folder
b. Create Testcase
If Create test case option is selected, it will create new Test Case inside the Test Case folder
c. Create folder
If Create folder option is selected, it will create new folder in Test case tab and pull all the data in the newly created folder.
d. Compare Testcase
Allows comparison between the current and selected historical versions. This helps identify differences in logic, steps, or configuration.

Steps after selection options
By selecting Overwrite option from Testcase Version History popup window
Click Yes button to restore the previous version of the Test Case folder into the current Test Case folder.

After some time, the user can see the previous version of the Test Case

Last updated
Was this helpful?