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 |
How to add synchronisation points in qtp?
How to call script1 into script2?
can any one give me the doccument how to test aproject developed in java language in qtp can here can we use the general vb scripting or we have to use java script here if we have to ese the java script here can any one send me the manual for it means how to write descriptive programming for it thanks in advance
What is Object Spy?
Define QTP ?
I want to execute 1st row of the local sheet and 3rd row of the global sheet parellely. write script to execute
In an interview what r the questions asked in qtp related project? pls any answer this question?
What is the virtual object?
in process of project exaplnation the defects are says frequently r not?
How to apporach while starting the automation testing?
How to connect QTP to Testdirector
In how many ways we can add check points to an application using QTP.