Wait until user action

Hello,

Is there a way to pause execution of test case until user decides to continue? For example to allow testers to pause execution, inspect current state of a website, and then continue?

Best regards
Ismar

hmmm… debug mode?

1 Like

You can use this: https://docs.katalon.com/display/KD/Force+stop+execution but it won’t let you continue, you’ll need to restart the test.

You can set a breakpoint in the debugger, as Andrej was hinting at.

It would be nice if there was a breakpoint Keyword, but there isn’t.

1 Like

Thank you both for your help. I think that debug mode will do just fine for now :slight_smile:

Best regards