Collections:
Run Google-vs-Bing-soapui.xml with LoadTestRunner
How to Run Google-vs-Bing-soapui.xml with the LoadTestRunner command?
✍: FYIcenter.com
You can follow this tutorial to
Run Google-vs-Bing-soapui.xml with LoadTestRunner in batch mode.
1. Open Windows command line window.
2. Go to the folder where your SoapUI project file is located and run the LoadTestRunner command with the project file:
C:\fyicenter>\fyicenter\SoapUI\bin\LoadTestRunner.bat Google-vs-Bing-soapui.xml 17:07:23,980 INFO [PluginManager] 0 plugins loaded in 1 ms 17:07:23,980 INFO [DefaultSoapUICore] All plugins loaded 17:07:24,465 INFO [WsdlProject] Loaded project from [file:/C:/fyicenter/Google-vs-Bing-soapui.xml] 17:07:24,468 INFO [SoapUILoadTestRunner] Running LoadTest [LoadTest 1] Progress: 1 - Creating Virtual User 1 Progress: 1 - Creating Virtual User 2 Progress: 1 - Creating Virtual User 3 Progress: 1 - Started thread 1 Progress: 1 - Started thread 2 Progress: 1 - Started thread 3 17:07:24,498 INFO [SoapUILoadTestRunner] LoadTest [LoadTest 1] progress: 0.0, 3 17:07:25,507 INFO [SoapUILoadTestRunner] LoadTest [LoadTest 1] progress: 0.0, 3 17:07:26,517 INFO [SoapUILoadTestRunner] LoadTest [LoadTest 1] progress: 0.1, 3 17:07:27,517 INFO [SoapUILoadTestRunner] LoadTest [LoadTest 1] progress: 0.2, 3 17:07:28,517 INFO [SoapUILoadTestRunner] LoadTest [LoadTest 1] progress: 0.3, 3 17:07:29,517 INFO [SoapUILoadTestRunner] LoadTest [LoadTest 1] progress: 0.4, 3 17:07:30,517 INFO [SoapUILoadTestRunner] LoadTest [LoadTest 1] progress: 0.5, 3 17:07:31,517 INFO [SoapUILoadTestRunner] LoadTest [LoadTest 1] progress: 0.6333333, 3 17:07:32,517 INFO [SoapUILoadTestRunner] LoadTest [LoadTest 1] progress: 0.7, 3 17:07:33,517 INFO [SoapUILoadTestRunner] LoadTest [LoadTest 1] progress: 0.8333333, 3 17:07:34,517 INFO [SoapUILoadTestRunner] LoadTest [LoadTest 1] progress: 0.93333334, 2 17:07:35,517 INFO [SoapUILoadTestRunner] LoadTest [LoadTest 1] finished with status FINISHED 17:07:35,517 INFO [SoapUILoadTestRunner] SoapUI suite [TestSuite 1] finished in 11049ms
You see 3 threads were start simutanously.
See the next tutorial on how to get a better load test result report.
⇒ "LoadTestRunner -r" to Generate Load Test Report
⇐ Load Test of Google and Bing Home Pages
2018-02-08, 1836🔥, 0💬
Popular Posts:
How to convert hexadecimal encoded data back to binary data (or Hex to Binary Decoding)? Hex to Bina...
How to turn on Chrome WebDriver logging with Selenium Python API? If you want to turn on logging on ...
In what order thread groups are executed in JMeter? Thread groups, including regular "Thread Groups"...
How to generate test credit card numbers? Test credit card numbers are frequently needed in testing ...
How to Open and Close Internet Explorer with UFT script? One way to open and close Internet Explorer...