Forum Discussion
WMeng
15 years agoOccasional Contributor
Thanks Henrik.
Remember that the groovy teststep will be fired in parallel with all the other teststeps. Hence I believe timeAlreadyDelayed will almost always be zero. Therefore if there is any way I can get the slowest teststep and its response time dynamically then
def timeAlreadyDelayed = System.currentTimeMillis() - Long.parseLong( response time of slowest request )
Regards,
Srikanth
Remember that the groovy teststep will be fired in parallel with all the other teststeps. Hence I believe timeAlreadyDelayed will almost always be zero. Therefore if there is any way I can get the slowest teststep and its response time dynamically then
def timeAlreadyDelayed = System.currentTimeMillis() - Long.parseLong( response time of slowest request )
Regards,
Srikanth