what is On Error Resume Next ?
Answers were Sorted based on User's Feedback
Answer / sandeep
This is one of the ways of error handling in QTP. When an
unpredictable error occurs in running the script, instead
of stpoing the execution the script moves on to the next
step and continues execution.
Thanks
Sandeep Shekar
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / seenai
whenever we feel the error may occur during the running the
script, we use On Error Resume Next statement at the top of
the script, so the script move smoothly without any
disturbance.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / bindu kumar
On Error Resume Next is one of the way to handle the
predictible errors while running the QTP Scripts.That is If
you can predict that a certain event may happen at a
specific point in your test or component,and to skip that
error we opt for "on error resume next", rather than
depending on a recovery scenario.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / mahaboob
ON Error Resume next is the vb script feature,it is used
for when a error is occured and you know the where the
error is occured and to resume the particular step and
continue the remaining script execution we can use the on
error resume next statement,it will handle the expected
errors.
| Is This Answer Correct ? | 0 Yes | 0 No |
Tell me about qtp?
What is the need and applications of learning VB script for a automation(QTP) engineer ain Realtime ?
Function to convert lowercase to uppercase in QTP Pls anybody can give the answer.. Thanks in advance...
What are the abbreviations for tsr and mtr?
17 Answers Ordain Solutions, TSR,
What is the difference between Functions and Action ?
Types of properties that Quick Test learns while recording?
What is data driver in qtp? Where we use it?
In a web page when we enter the city name corresponding zip code is coming in the required field.Can any one please write how to test using QTP,whether this code is coming from Database or not.
pls guys understand this is question CAREFULLY,,, interviwer asks can u write test case for ATM m/c..i told, insert card enter pw...like this,,but interviwer not happy with that...ur not going to atm center? in ur office system ur testing ATM M/c...why ..how to test? what is the process?
Hi, I am new to QTP and vb.script.How to start to write vb.script in QTP? Please give me suggestions?
What are the different types of qtp test assets and their extensions?
i'm using QTP 8.2. A person using QTP 9.0 sends me a QTP TestScript, same when i try to open , an error comes "unexpected file format". Why?? and how to resolve the problem??