Ag3nt49
6 years agoOccasional Contributor
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...
- 6 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.