Forum Discussion

olosunsira12's avatar
olosunsira12
Occasional Contributor
4 years ago
Solved

How to fail if check did not pass

Hello!   How can I make the test case fail if a property check is not ok? Is there any way of doing it?   I'm working with keyword tests since I do not have scripting skills.   Thanks!
  • Marsha_R's avatar
    4 years ago

    If you are using Property Checkpoints, then it will automatically fail if your two items don't match.  This will be written to the log and the next line in the test will be executed.  Is that what you need or do you need the rest of the test to be skipped over?