what is On Error Resume Next ?

Answers were Sorted based on User's Feedback



what is On Error Resume Next ?..

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

what is On Error Resume Next ?..

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

what is On Error Resume Next ?..

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

what is On Error Resume Next ?..

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

Post New Answer

More QTP Interview Questions

What r the different filters in defect in quality center

0 Answers  


WHAT IS THE DIFFERENCE BETWEEN QTP SCRIPT AND VB SCRIPT? HOW MUCH PERCENTAGE WE USE IN QTP SCRIPT REAL TIME AND HOW MUCH PERCEN OF VB SCRIPT,,,,,,,

0 Answers  


Hi How to retrieve data from web element line by line?

0 Answers  


How can we test an XML using QTP? I have been to an interview, where they have given me an XML which had 15 values and they have given those values on a separate page. They asked me to write a QTP script to check the XML is having those particular 15 values.

2 Answers  


What are the Features & Benefits of Quick Test Pro ?

0 Answers   Crea,






what is object and child object.. explain ..if possible give some example for better understanding ..

0 Answers   HCL,


I m new to QTP? Is it necessary to know VB for learning QTP for Automation? Can I understand QTP excellently Without practical automation?

3 Answers  


How to "Turn Off" QTP results after running a Script?

3 Answers   Crea,


How we test web based application by using QTP

0 Answers  


write script for "dropdown button having how many words? for ex.SELECT CITY is dropdown name.. find out how many cities in that?

1 Answers  


hi all need one help . i want scroll down and up but thing the holl page is taking webtable. i need to scroll down and up using scroll tab any bodu knows plz help its urjent regards balaji

5 Answers  


Hi, Has anybody attended IBM interview on 17th APR 2010,and got offer letter? I had given interview and selected also but still did not recieve offer letter.

5 Answers   IBM,


Categories