Forum Discussion

Sean_Cohan's avatar
Sean_Cohan
Occasional Contributor
13 years ago

Getting timing off multiple calls as one value.

Our product now has asynchronous soap calls that create objects, but return with a response immediately if the object can be created. We also have get calls to recall the object from memory. This will fail until the object is really created. So, I want to loop on the get an gather performance numbers on the total from Create object until the first successful get. Is there a way to get the full time of multiple steps so I know how long it really takes to create the object?

1 Reply

  • You can create a loop using a Conditional Goto test step (Read more about it here http://www.soapui.org/Functional-Testin ... -flow.html)

    In order to measure the total time taken, you can create a property on the test case, and, after each iteration of the loop, use a groovy script to increment it by the time taken during that iteration.

    Let me know if I've misunderstood your problem or if you want me to clear anything up, and I'll happily assist further.

    Regards,

    Arian
    SmartBear Sweden