07-24-2008, 03:54 AM
Is there a function that times how long a script took to run and reports the results?
|
Sript Timer
|
|
07-24-2008, 03:54 AM
Is there a function that times how long a script took to run and reports the results?
07-24-2008, 05:04 PM
Use below code
Code: StartTime = now
'Your scripts
EndTime = now
TransactionTime = EndTime - StartTime
Msgbox TransactionTimeOr Simply use QTP-Insert-Start Transaction, End transaction |
|
« Next Oldest | Next Newest »
|
| Possibly Related Threads… | |||||
| Thread | Author | Replies | Views | Last Post | |
| timer and checkpoint | vikram k | 1 | 2,393 |
06-19-2008, 07:01 PM Last Post: niranjan |
|