18 January 2026:
Sahi Pro is an enterprise grade test automation platform which can automate web, mobile, API, windows and java based applications and SAP.
This forum is now archived and is in read-only mode. Please continue discussions on our improved new Sahi Pro Community forum.
Sahi Pro is an enterprise grade test automation platform which can automate web, mobile, API, windows and java based applications and SAP.
Continue on error in Sahi
Hi All,
Iam running my scripts in sahi but wherever the assertion fails the script stops.
I want my script to continue even if my assertion fails.
Is it possible to do that in sahi?
Thanks and Regards,
Aakash
Iam running my scripts in sahi but wherever the assertion fails the script stops.
I want my script to continue even if my assertion fails.
Is it possible to do that in sahi?
Thanks and Regards,
Aakash
Comments
Add
_continueOnError();
at the start of the script and try.
Regards,
Narayan