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 |
With help of object repository,we can able to write the descriptive program manually?
What are the steps involved in the recovery scenario wizard?
what do u mean by test harnesses in qtp?
how will you handle the situation when object is not caputred during record?
4. what is the use of Text output value in Qtp?
How to call Datable values in the QTP program. exp: I have two parameters like Email id and Password this two i would like to add multiple entries in the datable to use it. What is the difference between Gobal/Action datatable
What exactly a frame Work means?what are the different type of frameworks done in QTP?why the caption for QTP given as advanced keyword driven?
How many function you use in your application?
How many ways we can parameterize data in QTP ?
How to export(copy) the entire webtable from the webpage into Excelsheet? using Vb scripting
Can any one tell the different properties and values of differnt objects like Browser,Page,link,webedit,webcombobox,webradio botton,webcheckbox and web button.Because I am facing a lot of problems in interviews with Descriptive Programing.I never worked on web Application...Pls help any one as soon as possible....
What is recovery scenario manager? When you go for recovery scenario manager?