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 time error window.
i can fix it only if i use in try and catch in the script. (i want the test will not stop..).
Is there another solution?
10x.
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 time error window.
i can fix it only if i use in try and catch in the script. (i want the test will not stop..).
Is there another solution?
10x.
- 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..).