Use the On Failure feature

  1. Navigate to the Execution tab.

  1. Create a new Execution List or open an existing one.

Note: To learn how to create an Execution List, refer to Create Execution List

  1. In the Testcase section, navigate to On Failure dropdown next to each Testcase and select the required option based on your execution needs.

  2. Select the desired failure-handling option from the dropdown menu.

Example of On failure

1. Continue

Example: A login test case checks if the Username field is available. The system doesn’t show it due to a small delay.

What happens: Instead of stopping the test, Avo Assure skips the failed step and moves to the next steps—like entering the password and clicking the login button.

2. Halt

Example: During login, the test tries to type in the Username field, but the field is missing, or its ID has changed.

What happens: The test stops immediately to avoid continuing with incorrect or missing data.

3. Rerun

Example: A test tries to submit a contact form, but it fails because of a slow internet connection or browser freeze.

What happens: The failed test case runs again automatically to check if it was just a temporary issue.

4. Run from Next Test Case

Example: A test tries to upload a profile picture, but the image path is wrong, or the upload button doesn’t work.

What happens: Avo Assure skips the rest of this test case and directly moves to the next one, like updating the profile name.

Note: Above examples help you to understand how each On Failure option functions during test execution. You can choose the appropriate option based on your requirement—whether to continue the run, stop execution, rerun the Test Case, or move to the next Test Case.

Last updated

Was this helpful?