Friday 9 August 2013

How to Know Start Time, End Time and Total Execution Time of QTP Script

x = StartTimer() at the beginning of script
y = EndTimer() at the End of script
Then Total Time to execute will be
Time Taken = y – x

No comments:

Post a Comment