Consider the QTP Script below:
On Error Resume Next
What does the above line of code do ?
A. If an error occurs in the current line of script under execution , QTP proceeds ahead to the next step
B. If an error occurs in the current iteration in script execution , QTP proceeds ahead to next iteration
Ans: A
What does the above line of code do ?
A. If an error occurs in the current line of script under execution , QTP proceeds ahead to the next step
B. If an error occurs in the current iteration in script execution , QTP proceeds ahead to next iteration
Ans: A
Post a Comment