Answer Posted / 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 |
Post New Answer View All Answers
What are the Test design techniques you uses in ur project?
How to analyzing test results using quicktest professional (qtp)?
What are the things(properties, and other details) will be recorded while recording an object using normal recording?
How do you test the text displayed in the header portion of times of india epaper. Hot news(banner) are scrolling in the top of the page, how do you test using QTP?
Name the different types of recording modes?
How to analyzing the checpoint results?
Which scripting language used by quicktest professional?
I am a newbie to QTP / Automation testing. I want to develop a script that creates a data file automatically with proper headings using VBScript in QTP.
Hi could some one explan what is the use of the function Defination generator, And how to use the function defination generator.. Explan with the example..
Can we create user defined functions in qtp?
What is debugging? How you debug your script?
How can you handle exceptions in qtp?
How to do call a output parameter from one action to another action??/
I want to write some certification courses, so friends could you guide me? which certification is best and how to write exam and what tutorials need to be studied,what to do first, I am working on automation tool QTP 9.2
How to modify the text checkpoint?