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
give me the code to save all messages of inbox of gmail into a folder and notepad
Create flight reservation login descriptive programing (Condition: Remove the value and substitute with a variable, and then call the validation from Excel) Plz help me....... very urgent.........
can u explain the keyword driven framework with an example clearly how to create all the files and how to attach to main test.
What is expert view in qtp?
what function you write to do database testing with the help of qtp?
How u will do versioning in QTP?
How many add-ins comes by default with quicktest professional (qtp)?
what is test scheduleling?
How we can use the database checkpoint on a java web based application in which the database connectivity is done using JDBC->Pure Java type (in this type there is no need to create a DSN). At present in QTP we can fetch database values using checkpoint only through DSN. Is there any programming for this if we don't have DSN (ODBC)
How to connect the remote desktop using QTP 9.2 explain the method or procedure?
Is virtual object supported in low level recording mode?
We stored into the objects OR and then write the scripting
How can we use the "CreateObject("Shell.Application")" in QTP and what is the definition and purpose of it?
How may types of defects identify application or your currently working application?pls give me answer..
To retrive the test data which tool vl use and whats basis u vl write test data? its urgent