QuestionQ135

Attended Automation

For a Verify activity with the ContinueOnFailure property set to False, what is the outcome if the performed verification fails?

  • A Test case execution is stopped and the applications used are closed gracefully.
  • B Test case execution is stopped and any subsequent verification is failed.
  • C Test case execution is stopped and an exception is thrown.
  • D Test case execution continues and any subsequent verification is skipped.
Explanation

When ContinueOnFailure is False, a failed verification throws an error and stops execution of the project or test case.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!