Re-run the failed Test Cases
To Re-run the failed Test Cases in Avo Assure we have two ways
Reports Tab
Navigate to Reports tab and click on Re-Run Test Case option beside the Test Case Summary column, the failed test case pop-up will appear

Select Failed Test Case from the table which needs to execute again and Click on Re-Run button

The Execution Now pop-up appears. Select the desired options and enable the Re-Run Failed Test Case toggle button located below, and set the Re-run Count (any value between 1 to 5)

Click on Execute button

Re-run failed Test Case from Execution Tab
Navigate to Execution on Client page then click below link Execution on Client
Example  
Let’s say a test execution gave the following results:
Test Case
Result
TC_01 (Fund Transfer)
Failed
TC_02 (Loans)
Passed
The Re-run Failed Test Cases option is enabled, and the rerun count is set to 3.
Only TC_01 (Fund Transfer) will be rerun because TC_02 (Loans) already passed.
If TC_01 (Fund Transfer) continues to fail, it will be retried up to 3 times.
The final report will show the latest result of TC_01 (Fund Transfer) after the reruns.
Last updated
Was this helpful?