Forum Discussion

Subhojit's avatar
Subhojit
Occasional Contributor
12 years ago

Parallel exectuion of load test and statistic report

Is there a was of parallely executing the SOAPUI load tests(Test Suite comprising of many load tests; each for test cases with different test steps) using command prompt. It is possible using the GUI but need the same in command prompt for automation purpose.

Also the load test Report generated is as below..... Is there a way to generate graphs along with the below report?

Test Step,min,max,avg,last,cnt,tps,bytes,bps,err,rat
Login,3649,4062,3849.57,3918,21,0.61,6363,187,0,0
SessionIDPropertyTransfer,533,771,719.42,693,21,0.61,0,0,0,0
getCountries,498,24948,1115.07,734,373,1.22,5971730,19619,0,0
TestCase:,10903,256323,15831.15,14065,373,1.22,16053569,52742,0,0

2 Replies

  • katelara's avatar
    katelara
    New Contributor
    Hello,
    Like many companies, we don't publish WADL for our REST APIs. As such, creating the REST interface is done by hand as the API are developed. This ends up making the resources in the REST interface sorted based on the date it was added. After a few iterations, following the REST interface becomes quite hard because resources that should be next to each other are now all over the place.
  • Subhojit's avatar
    Subhojit
    Occasional Contributor
    Still waiting for the reply on
    1) Is there a was of parallel execution of the SOAPUI load tests(Test Suite comprising of many load tests; each for test cases with different test steps) using command prompt. It is possible using the GUI but need the same in command prompt for automation purpose.
    2) Is it possible to generate graphs along with the load test results.