SOAPBegUser
3 years agoOccasional Contributor
How to run a single request from the command line
Hi, I read some of the documentation for using TestRunner.bat. But it seems to apply to an entire test suite. I'd just like to run a single request like a document update or a query, inside ...
- 3 years ago
Hello SOAPBegUser
you can review the documentation for the command line interface...
https://www.soapui.org/docs/test-automation/running-from-command-line/functional-tests/
The smallest granularity you can get is to run an individual test case. You would just have to have one test step in the test case to get only one step to run. Use the parameters to define what test suite contains your desired test case and use the parameters to define what test case contains your desired test step.
Regards,
Todd