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 to run testrunner.bat
Hi,
I am trying to execute the demo suite., I am getting a FAILURE as shown below
Can any one help me to run this suite
suiteName = scripts/demo/demo.suite
base = http://sahi.co.in/demo/
sahiHost = localhost
port = 9999
threads = 5
browserType = ie
this.isSingleSession == true
Added shutdown hook.
http://localhost:9999/_s_/dyn/Suite_start?suite=scripts/demo/demo.suite&base
=http%3A%2F%2Fsahi.co.in%2Fdemo%2F&threads=5&sahisid=sahi_b113f1030ce250466a086f
50e23aeadd839d&browserType=ie&useSingleSession=true&html=
FAILURE
Shutting down ...
I am trying to execute the demo suite., I am getting a FAILURE as shown below
Can any one help me to run this suite
suiteName = scripts/demo/demo.suite
base = http://sahi.co.in/demo/
sahiHost = localhost
port = 9999
threads = 5
browserType = ie
this.isSingleSession == true
Added shutdown hook.
http://localhost:9999/_s_/dyn/Suite_start?suite=scripts/demo/demo.suite&base
=http%3A%2F%2Fsahi.co.in%2Fdemo%2F&threads=5&sahisid=sahi_b113f1030ce250466a086f
50e23aeadd839d&browserType=ie&useSingleSession=true&html=
FAILURE
Shutting down ...
Best Answers
-
Hi vijaikm,
Did the Sahi console or the testrunner cmd show any errors? Did the suite playback? If yes, which tests failed?
Regards -
Its user error:
The issue was in specifying the browser type for the command
I have specified "firefox", instead of "firefox22.0" which was specified in the browser type configuration.
Command:
testrunner.bat demo/demo.suite http://sahi.co.in/demo/ fire
fox22.0
This discussion has been closed.
Answers