Forum Discussion

Ag3nt49's avatar
Ag3nt49
Occasional Contributor
6 years ago
Solved

stopping execution of a keyword test in script

Hello,   After calling KeywordTests.TestName.Run via a script, is there any way to stop execution of the keyword test and continue through the remainder of the script?   Calling Runner.Stop(T...
  • tristaanogre's avatar
    tristaanogre
    5 years ago

    Actually, what I meant was using try/catch/finally in the keyword tests themselves.  Build into the tests exception handling and such that they can cleanly exit out when desired so that your script code can continue.