Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Sript Timer
#1
Solved: 10 Years, 9 Months ago
Is there a function that times how long a script took to run and reports the results?
Reply
#2
Solved: 10 Years, 9 Months ago
Use below code

Code:
StartTime = now
   'Your scripts
EndTime = now

TransactionTime = EndTime - StartTime
Msgbox TransactionTime

Or Simply use QTP-Insert-Start Transaction, End transaction
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  timer and checkpoint vikram k 1 1,924 06-19-2008, 07:01 PM
Last Post: niranjan

Forum Jump:


Users browsing this thread: 1 Guest(s)