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.
Answers
You can try to execute the scripts by Sahi controller, it will not close the browser.
Thanks.
Chennapan
Can you please respond on this?
Thanks.
Chennapan
You can use the testrunner to run all the scripts one by by on the same browser session.
You can refer the following URL to find more details about using the testrunner:
http://sahi.co.in/w/Running+multiple+tests+in+batch+mode
Please find the testrunner.bat(in case of windows machine, otherwise you can use testrunner.sh) in the directory "sahi_pro\userdata\bin\" and change:
SET SINGLE_SESSION=false
to
SET SINGLE_SESSION=true
Now you can run the suite file and all sah files will execute on the single session.
--
Thanks,
Kshitij Gupta