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.
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / sandeep chitta
Please mention the Loop Snippet Clearly...then i could help u
| Is This Answer Correct ? | 0 Yes | 0 No |
display 1 to 9 in a 3*3 matrix in vbscript
what does mbln in mblnrects mean? my boolean?
How to Check if a string is alphanumeric or not using VB Script
how to write a program to accept names and marks of 10 students from the user and display the names and markes of only the passed students. Marks greater than or equal to 35 is considered as pass.
write a vb script to check equal two 2*2 matrix
how to use the GetTickCount() properly and what is that procedure for?
Hi All, Do anyone have a solution/script for Uploading the Excel file in Local drive to QC Resources folder..?? TIA Dwaraka.
How to change winform look?
Keep all the contract numbers in a array and make a loop . Example:12134,5678,91011,1214125 are contract numbers.
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.
In QTP one function can return more than one value?
what is the full form of dim?