mvadaria
8 years agoOccasional Contributor
how to run a composite project form testrunner
I am finding a documents where i can learn how to run a composite test project from testrunner. I couldn't find any documents for this. So opening a case to get more details about it. How to pass w...
- 8 years ago
just do testrunner
It will give you the options available
the following link has info
https://www.soapui.org/test-automation/running-functional-tests.html
- 8 years ago
Here's a sample testrunner.bat command I have for a composite project:
testrunner.bat "-RTestSuite Report" "-EDefault environment" "C:\Path\To\Project\COMPOSITE_PROJECT_DIRECTORY"
You reference the folder name instead of any one specific xml/file.