Forum Discussion

itaykaldi's avatar
itaykaldi
Contributor
11 years ago
Solved

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...
  • Yshippin's avatar
    11 years ago
    You 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..).