Is it possible to ignore the failure of a particular step?
  • 09 Apr 2022
  • 1 Minute to read
  • Contributors
  • Dark
    Light

Is it possible to ignore the failure of a particular step?

  • Dark
    Light

Article Summary

Yes, it is possible! You can select how to handle the failure at each step from the following three patterns.

If the test fails,

  1. Abort 
  2. Mark this step as failed and continue
  3. Ignore and continue

In 2, the test continues, but the fact that it failed is not ignored, so if the step fails, the entire test is treated as a failure even if there is no other step that failed and the test was executed to the end. In 3, since the failure is ignored, the entire test will be treated as a success if there are no other failed steps and was executed to the end, even if the step fails.


Changing your password will log you out immediately. Use the new password to log back in.
First name must have atleast 2 characters. Numbers and special characters are not allowed.
Last name must have atleast 1 characters. Numbers and special characters are not allowed.
Enter a valid email
Enter a valid password
Your profile has been successfully updated.