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(True) just ends the entire process, I am hoping for a way to have the runner continue stepping through the remaining code
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.