Collections:
"LoadTestRunner -r" to Generate Load Test Report
How to use SoapUI "LoadTestRunner -r" command option to generate load test reports?
✍: FYIcenter.com
If you want to get a load test result report,
you can use the SoapUI "LoadTestRunner -r" command option as shown below:
C:\fyicenter>\fyicenter\SoapUI\bin\LoadTestRunner.bat -r Google-vs-Bing-soapui.xml ... 21:51:53,565 INFO [SoapUILoadTestRunner] LoadTest [LoadTest 1] progress: 0.96666664, 1 21:51:54,565 INFO [SoapUILoadTestRunner] LoadTest [LoadTest 1] finished with status FINISHED 21:51:54,565 INFO [SoapUILoadTestRunner] Exporting log and statistics for LoadTest [LoadTest 1] 21:51:54,625 INFO [SoapUILoadTestRunner] Exported 2 log items to [LoadTest_1-log.txt] 21:51:54,625 INFO [SoapUILoadTestRunner] Exported 0 error results 21:51:54,643 INFO [SoapUILoadTestRunner] Exported 3 statistics to [LoadTest_1-statistics.txt] 21:51:54,644 INFO [SoapUILoadTestRunner] SoapUI suite [TestSuite 1] finished in 33115ms
Open LoadTest_1-log.txt to see Load Test log entries:
C:\fyicenter>type LoadTest_1-log.txt time,type,step,message 21:51:21,Message,,"LoadTest started at Thu Feb 01 21:51:21 EST 2018" 21:51:53,Message,,"LoadTest ended at Thu Feb 01 21:51:53 EST 2018"
Open LoadTest_1-log.txt to see Load Test result:
C:\fyicenter>type LoadTest_1-statistics.txt Test Step,min,max,avg,last,cnt,tps,bytes,bps,err,rat Google Home,133,4062,1076.66,1474,30,0.93,391526,12214,0,0 Bing Home,508,3957,1245.86,926,30,0.93,3102865,96801,0,0 TestCase:,641,8019,2322.53,2400,30,0.93,3494391,109015,0,0
⇒ Launch LoadTestRunner from SoapUI GUI
⇐ Run Google-vs-Bing-soapui.xml with LoadTestRunner
2018-02-08, 1509🔥, 0💬
Popular Posts:
What are date and time test values? Date and time test values are frequently needed in testing date ...
What are JMeter command line options? You can get see JMeter command line options by running this co...
How to generate ISBN numbers? To help you to obtain some ISBN numbers for testing purpose, FYIcenter...
How to generate date and time test values? Timestamp values are frequently needed in testing almost ...
How to see my IP address Host Name? To help you to see your IP Address Host Name, FYIcenter.com has ...