how can i create a Batch file to execution project from Jenkins
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
how can i create a Batch file to execution project from Jenkins
Can any one share how can i create a Batch file to execution project from Jenkins
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Take a look at the following documentation page:
https://support.smartbear.com/readyapi/docs/soapui/running/automating/index.html
This should have the information you need.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
still not able to create, any steps to create the batch file
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@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.html
Also, to learn how to run ReadyAPI tests in Jenkins specifically, see: https://support.smartbear.com/readyapi/docs/integrations/jenkins.html
Olga Terentieva
SmartBear Assistant Community Manager
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
