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, ∼2640🔥, 0💬
Popular Posts:
How to valid UUID/GUID strings? In order to help your programming or testing tasks, FYIcenter.com ha...
How to Pass Windows Environment Variable to JMeter? I want to use Windows temporary folder environme...
How to generate date and time test values? Timestamp values are frequently needed in testing almost ...
How to use HTTP protocol to post an XML message to a server? You can follow this tutorial to post an...
How to update hidden input value field value with WebDriver in Python? Normally, a hidden input valu...