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.
Difference between batch mode execution and multithread playback
what is the difference between batch mode execution (using ant or command line ) and multithread playback.
In multithread playback, the first 3 scripts will be run in 3 instances of browsers and the next test is queued to be executed once any of the first 3 finish.
The above can be run using batch mode execution using ant.
Can you say exact difference.
In multithread playback, the first 3 scripts will be run in 3 instances of browsers and the next test is queued to be executed once any of the first 3 finish.
The above can be run using batch mode execution using ant.
Can you say exact difference.
Comments
In batch mode, you can run tests one after the other or run them simultaneoulsy n at a time.
multithreaded refers to running multiple tests in parallel (eg. 3 at a time).
Ant target available at sahi website for Internet Explorer and Firefox.
Where i need to put this code for support of multithread playback.
how to work with multithread playback.
Can you please help me.
Regards
Nayan
You can go through the demo.xml available in the sahi folder. The build file (.xml) is used to execute your sahi suite. You can go through the various targets defined in the file. It will give you an idea whats happening. You will also need ANT be installed on your system and the following system variables (ANT_HOME, JAVA_HOME) properly set. then you can execute the desired target.
Ping back with further queries that you have after going through demo.xml.
Regards,
Pankaj.