soapUI command line executions
soapUI provides us with a set of easy-to-use batch scripts to launch soapUI tests from the command line so that the tests can be invoked without opening the soapUI graphical interface separately. This is very useful in test automation because you can just call the batch scripts from your automated build scripts (Ant or any other script) and integrate into your build system right-away.
You will find the following runner scripts inside the SOAPUI_HOME/bin
directory:
testrunner.sh {bat}
: This can be used to run any soapUI functional test from command lineloadtestrunner.sh {bat}
: Any soapUI load test can be launched from the command line through this scriptmockservicerunner.sh{bat}
: soapUI mock services can be run straightaway from the command line using this scripttoolrunner.sh {bat}
: This can be used to launch the tools included in soapUI such as Axis2, CXF, and so onsecuritytestrunner.sh{bat}
: This can be used to run the security tests such as SQL injection...