Forum Discussion
Hi all,
Thanks for the link, Radford!
678 did the information from the documentation help you accomplish your task, or, do you have any additional information for us?
We are looking forward to hearing from you.
still not able to create, any steps to create the batch file
hi,
kindly follow the below step to create batch file:
1) CALL "D:\Program Files\SmartBear\SoapUI-5.3.0\bin\testrunner.bat" "D:\soapuiProject\demo\project.xml"
please change the contents as per your system configuration , replace the 1st parameter with testrunner.bat and the 2nd parameter with project.xml path
2) save the file as .bat extension
3) double click the file it will execute your soapui project in cmd.
Did my reply answer your question? Kindly, Give Kudos or Accept it as a Solution to help others.
678, according to our support engineers, ReadyAPI provides a TestRunner.bat file under the READYAPI_HOME/bin directory. You can also try using the SoapUI Pro Functional Testing plugin to accomplish your task.
Here is the documentation regarding command-line arguments:
https://support.smartbear.com/readyapi/docs/soapui/running/automating/cli.htmlAlso, to learn how to run ReadyAPI tests in Jenkins specifically, see: https://support.smartbear.com/readyapi/docs/integrations/jenkins.html