Forum Discussion
SmartBear_Suppo
Alumni
13 years agoYour best bet is probably to create an event listener, specifically one listening for the LoadTestRunListener.afterTestStep event.
Read more about event handlers here: http://www.soapui.org/Scripting-Propert ... dlers.html
We don't really support user-defined Groovy scripts like this one, so it isn't possible for me to test this myself, but I think you will get the number you're looking for using the expression testStepResult.timeTaken .
Good luck!
Manne
Read more about event handlers here: http://www.soapui.org/Scripting-Propert ... dlers.html
We don't really support user-defined Groovy scripts like this one, so it isn't possible for me to test this myself, but I think you will get the number you're looking for using the expression testStepResult.timeTaken .
Good luck!
Manne