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.
Running sahi scripts in simulated browser
Our sahi test suite is composed of quite a large number of sahi suites and each suite has many tests. Execution of this complete setup take many hours and we want to cut down of that time.
Is it possible to execute sahi scripts in simulated browser (the way it is done in HTMLUnit or Webtests)?
thanks
Is it possible to execute sahi scripts in simulated browser (the way it is done in HTMLUnit or Webtests)?
thanks
Comments
By what time you think this feature will be available? Moreover, we have still not moved to V2 release as it seems to be a big task. Will it be available as a patch that can be used with earlier versions?
Let me know if I can help out with htmlunit feature.
thanks
I am not sure about the old version. I can show you how to do it, and I think it should work.
V2 would have been ideal.
-Narayan
Please provide some input to me regarding how it can be done? I'll try it out.
Start the proxy.
Start the bundled web server using web.bat.
Run the following code.
Look at the logs to see if it has finished.
You will have to kill this using CTRL-C manually once done.
Donna
how to run the code which you have pasted?
is it through sahi browser Play button or from command prompt?