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.
How execute sahi script (for eample: test.sah) throuch java ?
I wish to implement the following through java:
1. start the sahi environment (start_dashboard.bat)
2.Create a sahi script file through java (for example : test.sah)
3. Execute test.sah
4.Kill the environment.
1. start the sahi environment (start_dashboard.bat)
2.Create a sahi script file through java (for example : test.sah)
3. Execute test.sah
4.Kill the environment.
Comments
Alternatively, you can download the Sahi source code and write some "start-test-kill" class which starts the Proxy.class, executes the RhinoScriptRunner.class and then stops the proxy.