Example

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.

Last updated

Was this helpful?