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
What is the syntax to call one script from another?
Our company is having a windows client server application developed in vb.net. so there is a treeview and i am not in a position to record the click events in QTP. so kindly help. Vivek
who QTP recognizes the object stored in object repository?
Are Shared ORs read-only?
What is the difference between run time object and test object?
What is ObjectParamater?
Explain about business process component? types and usage?
after initiating one project for testing, when exacltly QTP tester role starts?
Can anyone tell me how i used QTP 9.2 use for GIS based S/w with an example?
how to i add the values using the check points property?( i.e valid data(for valid data it's giving the footer message:value is added) and for invalid data: special chars, spaces,Duplicates and null values (in my page when ever we enter special chars, spaces and null values, it's giving the proper warning message and for Duplicates it's giving the footer message:"value already exists)?
How does qtp identify objects in the application?
What are the benefits of quick test pro(qtp)?
Explain the checkpoint in qtp?
Can any one tell me about "Mapping Repository Parameter Values" and why we use it....??How to use it???Please, tell the preconditions also...........???? Thanks in Advance
Diff b/w test scenario's and test Procedures?