itaykaldi
12 years agoContributor
handle run time error
hey, i created keyword test, in the keyword test i call to some script with try and catch. the script throw exception, but the keyword script doens't handle it. the test stop and show run tim...
- 12 years agoYou can cancel stop on error in the project properties, but your best option is probably the try and catch.
In anycase it will be best if you ensure that the script will not throw exceptions (add verifications etc..).