Collections:
What Is SoapUI LoadTestRunner Command
What Is SoapUI LoadTestRunner Command?
✍: FYIcenter.com
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
2018-02-14, 1950🔥, 0💬
Popular Posts:
How to generate user birthday dates? Test user birthday dates are frequently needed in testing appli...
How to generate email addresses? To help you to obtain some email addresses for testing purpose, FYI...
How to convert hexadecimal encoded data back to binary data (or Hex to Binary Decoding)? Hex to Bina...
How to validate Mod 10 (Luhn Algorithm) checksum? In order to help your programming or testing tasks...
How to Override a JMeter Variable from Command Line? I want to run the same test plan multiple times...