Forum Discussion

nsik's avatar
nsik
New Contributor
15 years ago

SoapUI Load Test Results Header Meaning

Hi All,

I am new to soapUI load testing. I am using soapUI to do load test but I am finding it a bit difficult to understand the meaning of the following headings in the load test result window:

min, max, avg, last, cnt and tps. Can someone help me with their definitions?

Thanks you.

1 Reply

  • nsik's avatar
    nsik
    New Contributor
    See the definitions below:

    min - the shortest time the step has taken
    max - the longest time the step has taken
    avg - the average time for the test step
    last - the last time for the test step
    cnt - the number of times the test step has been executed
    tps - the number of transactions per second for the test step, see Calculation of TPS/BPS below.
    bytes - the number of bytes processed by the test step
    bps - the bytes per second processed by the test step