Skip Navigation LinksHome Page > Forums > Rapise Forums > Rapise Best Practices > Best practice for error h...
Hi Jenny
In general you just use the Javascript try { .... } catch (ex) structures.
http://www.w3schools.com/js/js_try_catch.asp
Regards
Adam
In Rapise, the most effective way to handle errors is to combine structured checks with proper logging and recovery logic rather than relying only on global error catching.
A common approach is:
A simple pattern many teams use is: try action → verify result → log failure → optionally continue or stop based on severity.
Also, when sharing test run recordings or demos of error handling flows, tools like capcut no watermark are often used to clean up videos so the focus stays on the actual test behavior
And if you have any questions, please email or call us at +1 (202) 558-6885