Recovery Steps

Recovery steps in Avo Assure are a collection of Test steps that will be executed if tests fail.

Recovery steps can be created at two level: Parent Folder Level and Test Case Level. Highest priority goes to Test Case Level. For one test case we can have only one recovery step. It is used for revoking test case.

Note- To Trigger Recovery Step, In Execution Tab, User needs to create a Execution Profile

Click on Recovery Steps to learn more

This document includes:

Ways to create Recovery Steps

How do Recovery Steps work - demonstrate with an example

Ways to create Recovery Steps

There are two ways to create Recovery Steps:

Creating a test step group - Parent Folder Level

Recording a test step group - Test Case Level

Creating a test step group - Parent Folder Level

  1. Click Test cases tab to bring up Test case window.

  2. Click on three dots(...) beside your Parent folder and select Create Recovery.

  1. Recovery Step will be created. Click Create Test Step Group option and then Select preferred method to capture elements.

Note: We can also create Recovery steps for sub-folder using the above steps

Recording a test step group- - Test Case Level

  1. Click on three dots(...) beside your test case and select Create Recovery

  2. Recovery Step will be created. Click Create Test Step Group option and then Select Record new test step group(s).

  1. Click Record new test step group(s).

How do Recovery Steps work - demonstrate with an example

Pre-requisite: In the Execution Tab, Create an Execution profile and set On Failure field as Re-Run

Scenario- On the test case level, we have a test step Password inside login. This step is not showing failure status as password element is not present in the Element Repository.

Solution: We will create a recovery step inside the login.

  1. Click "+" icon and select Create Recovery. Click Create Test Step Group.

  2. Select Add new test step Group.

  1. Create a Test Step Group Recovery. Click Create.

  1. Add a new step as Browser and set Action " Close Browser"

  1. Now Execute this Test step group

Output: When Login test case will be executed and will fail as password element is not present in the Element Repository, it will take 30m seconds and will go to the Recovery step to executed it. Recovery has a step Close browser. So, the browser will be closed and again the login will run. This happened because we have selected re-run in the execution tab.

Last updated

Logo