Forum Discussion
Hi Rich,
Thank you very much for your reply and information!
I actually meant if we can run more than one test runner instances on the same PC, when we have one fixed ReadyAPI license used on this PC.
So I was running a few irrelated tests in parallel , and got into this error below:
Following the solution in this article, I then was able to run multiple irrelated tests in parallel, using the same one ReadyAPI test runner on my PC (with a fixed ReadyAPI license).
thanks again for answering my question.
kind regards,
lea
Hi lea,
Can you please attach the code that you have used for running the projects in parallel
I have a batch file abc.bat to run the projects in a sequence
cd C:\Program Files\SmartBear\ReadyAPI-3.42.1\bin
call testrunner.bat -f"%~dp0\SoapUI_Reports\Project" -R"JUnit-style HTML Report" "Project1"
call testrunner.bat -f"%~dp0\SoapUI_Reports\Project2" -R"JUnit-style HTML Report" "Project2"
I want the code that would run these 2 tests in parallel with fixed license
- nmrao9 months agoChampion Level 3
Can you please tell what is happening when you run the above batch file abc.bat? Is it not running the two projects?
NOTE: Ensure the full path of the testrunner.bat is used
All you need to do is
start cmd /c C:\Program Files\SmartBear\ReadyAPI-3.42.1\bin\testrunner.bat -f"%~dp0\SoapUI_Reports\Project" -R"JUnit-style HTML Report" "Project1"
Related Content
- 2 years ago
Recent Discussions
- 22 days ago