Hello,
I need to record time between two steps/actions in EggPlant.
Example -
I am clicking on the search button, then I need to know the time until the next image appears, after clicking on search button…
The found some useful code in other topics,
put now into starttime…endtime… like that
In my case, after clicking on Search button, I wait until next image is found.
So in this case, if I use “put now…” the time between start and end will be
1)the actual time between two steps
+
2)time required by eggplant to search the image which appears after clicking Search button.
Is there any solution to get the exact time between two steps/actions executed on application??