spsuser
14 years agoOccasional Contributor
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:
This works already. But how do I address the starting time?
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?