Search found 1 match

by IgorDomrev
Thu Apr 10, 2014 10:52 am
Forum: Automation Tools
Topic: How to catch ValidationException without failing the test?
Replies: 1
Views: 3388

How to catch ValidationException without failing the test?

Sometimes the click fails (Ranorex Bug) . I want to catch the exception and retry the click without failing the test. The catch works , but the test fails because the exception was thrown. HOW TO catch the exception and not fail the test ? try { //click repo item and validate success } catch(Ranorex...