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
⇑ Using SoapUI LoadTestRunner Command
⇑⇑ SoapUI Tutorials
2018-02-14, 1373👍, 0💬
Popular Posts:
Where to find tutorials on UFT (Unified Functional Testing) tool? I want to know how to use UFT. Her...
How to access Response Status Code 400 as Success? My sampler failed, because the server returns the...
How to perform UUDecode (Unix-to-Unix Decode)? UUEncode is Unix-to-Unix encoding used on Unix system...
How to use HTTP protocol to post an XML message to a server? You can follow this tutorial to post an...
In what order thread groups are executed in JMeter? Thread groups, including regular "Thread Groups"...