How do you code error handling in QTP ?

Showing Answers 1 - 1 of 1 Answers

There are 3 error handling statements
1. On Error GoTo line:It use a subroutine to handle error output.
2. On Error Resume Next: Specifies that when a run-time error occurs, control goes to the statement immediately following the statement where the error occurred, and execution continues from that point
3. On Error GoTo 0:Disables enabled error handler in the current procedure and resetsit to nothing.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions