Answer Posted / barun choudhary
(a) On Error Resume Next : causes execution to continue with the statement immediately following the statement that caused the run-time error, or with the statement immediately following the most recent call out of the procedure containing the On Error Resume Next statement. This allows execution to continue despite a run-time error. You can then build the error-handling routine inline within the procedure.
Using "Err" object msgbox "Error no: " & " " & Err.Number & " " & Err.description & " " & Err.Source & Err.HelpContext
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to analyzing test results using quicktest professional?
Approach for Installation,comaptibility,system testing
What is checkpoints for qtp?
How you calling actions in qtp?
How to use setroproperty?
How to break the object spy ?
What is difference in global and action sheet in qtp?
what is description object?
Can any one say what exact diff between test->parameters, action properties-> parameters. after defining the parameters in test->settings, how can we access those parameters.(i know how to use action prop parameters)
what is object and child object.. explain ..if possible give some example for better understanding ..
What is qtpro? What is quick test pro?
What are the 3 main stages involved in testing with qtp?
what is error and fault in terms of software quality?
What is the default add-ins in qtp?
what is command for executing files?