Forum Discussion

larryx's avatar
larryx
Frequent Contributor
12 years ago

[Resolved]Soapui load test response time (i.e., avg)

Hello,
The groovy API (browse messages from one queue without receiving it) in Soapui website ( http://www.soapui.org/JMS/working-with-jms-messages.html ) works very well. In this example there is only one queue (queue_testQ1, bcoz no app consume the msgs) for both send&receive. In my task, I need to browse resp msgs from recQ (different from sendQ) for the load test. My question is: does [Soapui (pro) load test respTime] = [respMsg arrival time (in recQ)] - [groovy sendMsg to sendQ] ? Please help!
Thanks,
Larry
  • If it's a Groovy test step, the time taken is the total execution time of the Groovy script. Thus, if you're not doing a lot of stuff before sending or after receiving, I'd say the answer to your question is "yes".

    Hope this helps!
    Manne, SoapUI developer
  • larryx's avatar
    larryx
    Frequent Contributor
    Thanks a lot Manne. Please mark this resolved.
    Larry