What is the difference between Recover Scenario(screen) and
on Error Resume Next(code)
Answer Posted / sagar kumar sutar
Recovery scenario manager is used to handle the run time
error and it is able to handle the pop-up window, Object
state, Application crash and test run error.
Where as, On Error Resume Next will handle the particular
code snippet where exactly the error occurs. And it skips
the line and it will take to other code and it is used only
when there is thousand lines of code available and i don't
want to stop my test run for a minor error.
Thanks in advance if i m wrong correct me.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Can an action have 2 shared object repositories associated with them? In that case, if two of them contain the same object, which one will be considered?
How is a Step generator used in UFT?
How you can decide which type of object repository you have to use?
How to execute the WR Script through QTP? I have WinRunner script with initialization script, common scripts, GUI AND functions. I connected WR through QTP with "call to WinRunner" option but I am getting problem after connecting to WinRunner i.e. showing "Do you want to quit now" with 'yes' and 'No' message box
What is parameter in qtp?
Can anyone pls tell me in realtime (descriptive programming) how will the properties of the object be given to the test team. R they given in an excel sheet and is the same sheet also given to the development team and by whom is this given? Thanks a lot.
What is a programmatic description?
Hi, Hope you viewers are doing fine with good health. What are the steps and connection parameters to connect to Oracle db ? Can you connect with just the Oracle client or Oracle XE ? Cheers!!
WAT IS DATA BASE AND XML CHECK POINT ?HOW TO IMPLEMENT IT ... GIVE PROPER EXAMPLE FOR IT
Differentiate the type of test cases which can be automated and which cannot be automated?
What is the default add-ins in qtp?
In qtp, how you can remove the spaces from string?
how can i call function (which has link with excell sheet at a remote location) within another function
What is QTP and the use of QTP in TD?
Difference between copy to action and call to action?