Forum Discussion
SmartBear_Suppo
Alumni
13 years agoHi,
You can use event handlers TestRunListener.beforeStep and TestRunListener.afterStep. Save the start time in TestRunListener.beforeStep to a property, and calculate how much time has passed in TestRunListener.afterStep.
Please use this link as a reference on event handlers:
http://www.soapui.org/Scripting-Propert ... dlers.html
Regards,
Marcus
SmartBear Support
You can use event handlers TestRunListener.beforeStep and TestRunListener.afterStep. Save the start time in TestRunListener.beforeStep to a property, and calculate how much time has passed in TestRunListener.afterStep.
Please use this link as a reference on event handlers:
http://www.soapui.org/Scripting-Propert ... dlers.html
Regards,
Marcus
SmartBear Support