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
explain how to write vb script in qtp?when will you write own script?
explain abt dyanamic changing object with example?
How to start recording using quicktest professional (qtp)?
HI I want to know the detials of QTP certifications such as syllabus, study Materil etc. Can any provide me all these details?? my mail ID is krishnuvk@yahoo.com
What is action? How many types of actions are there in qtp?
What is the use of ordinal identifier in qtp?
How does qtp identify objects in the application?
how we implement share object repository in QTP 9.0 without using quality Centre , Explaine in brief
how do i know how to use tools
How to build scripts that access data from external sources?
What is checkpoint in qtp?
What is test object model in quicktest professional?
i need to add 1000 users in a domain i written the script for that and it is running successfuly but the problem is that my system is not the user of that domain in which i have to add users so for adding users in that domain i have to install qtp on that another system, can anybody suggest me the way to add those users from my system ultimately i want to know how to access remote computer through script
What is checkpoints for qtp?
How to run an integrated test scenario using Multiple Actions? How to use the QTP Step Generator?