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.
Is it possible to run multiple Scripts at a time using with Sahi Java
Hi Narayan,
I am using Sahi JAVA API to perform automation testing.
Now I need to execute multiple java test scripts in different browsers concurrently.
For example: I have 5 java files
1. TestScript1.java
2. TestScript2.java
3. TestScript3.java
4. TestScript4.java
5. TestScript5.java
I want to execute all the above 5 java test scripts at a time with different browsers.
I tried with similer using sahi test suite files. but i want to execute files which are in java mode.
Regards,
Shankar L
I am using Sahi JAVA API to perform automation testing.
Now I need to execute multiple java test scripts in different browsers concurrently.
For example: I have 5 java files
1. TestScript1.java
2. TestScript2.java
3. TestScript3.java
4. TestScript4.java
5. TestScript5.java
I want to execute all the above 5 java test scripts at a time with different browsers.
I tried with similer using sahi test suite files. but i want to execute files which are in java mode.
Regards,
Shankar L
Comments
You will need to write some multithreaded java code to get this working.
You cannot do it through Sahi suite files, since they work only with sahi scripts.
Regards,
Narayan
I have prepared regression scripts currently we are executing same script in different browsers.
Currently we are doing it manually.
so i would like to automate this functionality.
If the selected scripts execution is completed in IE. It should automatically open another browser and runs the same script.
This is my requirement is it possible.
Thanks,
Chandu