Hi Sridhar,
It wub be great if u give the solution with example and code(if possible). I tried to use the function which u have given above are not working.
I wrote the script as below and it is working fine.
here i m skipping iteration based on values which are present in the row not on the basis of iterations. For expl if row consist value "2" then i m saying to skip that.
For for my knowledge shake i wud like to know what are all the functions we have in QTP to skip the iterations. pls give me the answer with example
Regards
Raj
It wub be great if u give the solution with example and code(if possible). I tried to use the function which u have given above are not working.
I wrote the script as below and it is working fine.
Code:
Dim currentNo
currentNo = DataTable("No.",DtGlobalSheet)
If Not currentNo= "2" and Not currentNo= "4" And Not currentNo= "5" Then
Browser("Log In").Page("Log In").WebEdit("logon").Click
Browser("Log In").Page("Log In").WebEdit("logon").Set DataTable("No.", dtGlobalSheet)
End If
here i m skipping iteration based on values which are present in the row not on the basis of iterations. For expl if row consist value "2" then i m saying to skip that.
For for my knowledge shake i wud like to know what are all the functions we have in QTP to skip the iterations. pls give me the answer with example
Regards
Raj