adspace
How to write QTP script to exit from loop? suppose I am
using parametize functionality and in data table there is 3
password corresponding 3 username and second pasword is
wrong. Now I want to exit after completion of second
iteration and continue with third iteration.
Answer Posted / kavs
Can Use "On Error Resume Next" at the starting of the
script. This is continue though the specific condition is
NOT satisfied.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category