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 |
What is ‘object spy’ and what is the function of object spy in qtp?
how to write the descriptive programming in QTP for remove the object value and substitute, with a variable then call the validation from excel
hi nani my doubt is how does qtp process metrix related to software process.
regular expression
what is the mail use of frame work(with detail). architecture for keyword driven frame work
Suppose one object is changed in a project after delivering the project.Where we will update that object? it can be present in many scripts so can we update all the scripts?
How to create a Runtime property for an object in QTP?
How to run a script from lines 50 - 100 alone (if the script has 1- 200 lines of code)?
3.How to record a word doc using qtp i.e open a word doc,type something and save the doc can someone send me the code.
What is the synchronization point in qtp?
If I give some thousand tests to execute in two days what do you do?
How Does Run time data (Parameterization) is handled in QTP?