Klaael
5 years agoNew Contributor
Getting the milliseconds between 2 TestSteps
I am trying to check the performance of a deploy API. I am using these steps to get the time it takes to deploy. -Start Time ([Groovy Script] This sets a custom property with the current tim...
- 5 years ago
That is the closest to what I've actually done.
for every loop I write the times in a custom property with an iteration in the property name (StartTime1, EndTime1)
The last step of the TC is a groovy script that logs all of the start and end time into a single text file which I import in Excel to parse and get results.
I was hoping for soapui to get the final answer for this test but after all that research and the suggestions here, I think that only excel can offer me the answer I seek.
Thanks to you two for the help.