What Is SoapUI LoadTestRunner Command

Q

What Is SoapUI LoadTestRunner Command?

✍: FYIcenter.com

A

SoapUI LoadTestRunner Command is a command line tool that allows you to run load tests defined in SoapUI projects at the command line without the graphical user interface.

SoapUI LoadTestRunner Command is a nice tool for running your load test cases in batch scheduled as a background process.

SoapUI LoadTestRunner Command is supported by the LoadTestRunner.bat file located in the <SoapUI>\bin folder. You can run it to see its command arguments and options:

C:\fyicenter>\fyicenter\SoapUI\bin\loadtestrunner.bat
SoapUI 5.4.0 LoadTest Runner
usage: loadtestrunner [options] <soapui-project-file>
 -c <arg>   Sets the testcase
 -d <arg>   Sets the domain
 -D <arg>   Sets system property with name=value
 -e <arg>   Sets the endpoint
 -f <arg>   Sets the output folder to export to
 -G <arg>   Sets global property with name=value
 -h <arg>   Sets the host
 -l <arg>   Sets the loadtest
 -m <arg>   Overrides the LoadTest Limit
 -n <arg>   Overrides the LoadTest ThreadCount
 -p <arg>   Sets the password
 -P <arg>   Sets or overrides project property with name=value
 -r         Exports statistics and testlogs for each LoadTest run
 -s <arg>   Sets the testsuite
 -S         Saves the project after running the tests
 -t <arg>   Sets the soapui-settings.xml file to use
 -u <arg>   Sets the username
 -v <arg>   Sets password for soapui-settings.xml file
 -w <arg>   Sets the WSS password type, either 'Text' or 'Digest'
 -x <arg>   Sets project password for decryption if project is encrypted
Missing SoapUI project file..

 

Run SoapUI Load Test with LoadTestRunner Command

Using SoapUI LoadTestRunner Command

Using SoapUI LoadTestRunner Command

⇑⇑ SoapUI Tutorials

2018-02-14, 1691🔥, 0💬