Forum Discussion

spsuser's avatar
spsuser
Occasional Contributor
14 years ago

How to read start time of teststep

Hello,
I would like to save the starting time and needed time of the request teststep.
For needed time I found here in the forum:
def Dauer = testRunner.testCase.testSteps["Test Request"].testRequest.response.timeTaken;

This works already. But how do I address the starting time?
No RepliesBe the first to reply