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

Can we do qtp testing without creating objects in Dbject repository? can we do it completely writing code i.e in expert view only. Are there any books for this?

7 Answers   Accenture,


your coming from electrical backgroung..but y ur coming to software side?

0 Answers   Accenture,


How will we compare the texts in the two word files using QTP writing the script in Descriptive Programming. Thanks

0 Answers  


I have enrolled for a QTP course which is a four weekend course.Do you think its a good way to start off learning this tool?What all do i need with me in order to become a pro at using this tool?

0 Answers   TCS,


Q- what is the advantage of merging tool in QTP 9.2?

1 Answers   TCS,






What is action? How many types of actions are there in qtp?

0 Answers  


in a web page hoe to check the dynamic links that rechabging with out using regular expressions

0 Answers   CTS,


What should we say if interviewer asks "What is ur project architecture?".......Can any one help me with clear information.?????????

0 Answers   Infotech,


Hi, actually I completed Btech(CS). But i Will go to admin (Facility) interview. So, If Interviewer asking like " Why You choose this field". What we say? pLZ PLZ PLZ PLZ >............................................Send me.....

2 Answers  


What is Object Spy?

7 Answers   JKH, Ordain Solutions,


What issues come up in test automation, and how do you manage them?

0 Answers  


what difference between runtime object and text object and what property they have. whether they have same properties or different properties.

0 Answers   Intel, Satyam,


Categories