12-14-2009, 05:37 PM
Do we have a continue statement in QTP/UFT? If yes, how to use it in VB Script?
"Coninue" statement in QTP
|
12-14-2009, 05:37 PM
Do we have a continue statement in QTP/UFT? If yes, how to use it in VB Script?
12-15-2009, 12:21 AM
There is no Continue statement in VBScript, and so QTP does not support continue statement as well.
The only way to really simulate continue is to just nest all of your code in a bunch of nested If-Then blocks. Very ugly, but logically the same.
12-15-2009, 02:45 AM
Unless you are talking about Error trapping. In that case
Code: On Error resume next This will cause your code to continue on the next line when an error is encountered. To reset your error trapping Code: On error goto 0
12-16-2009, 03:06 PM
Hi Caze,
Continues running the timer from the time it stopped (without resetting it). Syntax: Code: MercuryTimers.Timer(TimerName).Continue Regards, Venkat.Batchu |
« Next Oldest | Next Newest »
|
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
On Error Statement in QTP | Charanpreet | 1 | 7,367 |
04-15-2011, 10:48 AM Last Post: Jay |
|
Executing statement and commiting statement via qtp | unbeliever | 6 | 20,450 |
01-07-2010, 07:11 PM Last Post: unbeliever |