How to handle Run-time errors?
Answer / ramyab.mca@gmail.com
Hai....
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
K,Byeeee.....
Thanks & Regards
B.Ramyasri
| Is This Answer Correct ? | 2 Yes | 1 No |
hai there..this is chandu..i have a txt file which containing 1000 lines but at a time i want to retrieve 50 lines..after 50 lines i required to retrieve 51-100..like that i want...so could anybody help me in this...thanks in Advance..
write a script to verify links on any web page by using descriptive method by creating a description object (give a filter condition only link) ... need to verify expected like name by reading
some times we write user define functions.where we write main and sub program,how,where to insert the functions in qtp?
what version of test director supports the QTP? does testdirector supports the QTP9.0?
What are the various types of Actions in UFT?
How can I replace all the text from the QTP script with some other text.
How to invoke QTP through VBscript?Send me full code along with description of the code.Thanks in Advance
In QTP, Which are the concepts are needed to do Functional testing and Regression testing?
What is keyword driven Testing Framework. Anybody can explain it in details... Pls anybody can give the answer.. Thanks in advance...
How to convert non-reusable action into reusable action in QTP?(i know by default QTP will take it as a non-reuable action )(Chandana) plz urgent?
How can we translate the steps between the Keyword and Expert Views?
why should we give deliver good quality software?