w is recovery senario manager
Answers were Sorted based on User's Feedback
Answer / habeeb.sk
It provides a wizard,when an unexpected error occurs during
execution . to recover these things,we have the following
steps:
1. trigger events.
2. recovery steps.
3. post recovery steps.
4. application crash.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / saritha
It is used to recover form the abnormal situations.
In QTP we have got ..Pop up
Object exception
test run error
and
application crash
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / hima bindu
during the execution qtp may face some problematic
situations where in it need to recover by it self and
continue the execution. to do the same a test engineer
should define the corresponding solution and make the it
available to the step before the execution starts.
qtp may face 4 types of problematic situations
1. problems related to popup window
2. problems related to object state
3. problems related to test scipt execution
4.problems related to application crash
to define the solutions for above problems qtp has 4
trigger events
1.popup window
2.object state
3.test run error
4.application crash
| Is This Answer Correct ? | 2 Yes | 0 No |
How to handle the exceptions using recovery secnario manager in quicktest professional?
How to add object to object repository in qtp9.0 Suppose for brower yahoo home page
How many ways to configure the application in QTP,Explain
what is the difference between wait and wait function
How can we check whether a particular sheet loaded (existed) or not in Data Table.
Can we use index on view?
Hi, While recording a Jave based web application, its recording all my actions and the objects.And I have 5 WebEdit objects on the page and all are recorded. But while execution, at the 2 WebEdit object, its entering the value into the object (Its making a call to the AJAX, matching the value), when the control get out of this object the value is erased or cleared. Could anyone please help. I have recoreded 5 more scenarios where WebEdit is in the picture on different webpages and all are working fine. Here is my Script: Browser("Sign In").Page("Matching Workbench_3").WebEdit ("locationLookup").Set "0320 - SEATTLE-KM" Browser("Sign In").Page("Matching Workbench_3").WebEdit ("supplierNameLookup").Set "TRAMMO PETROLEUM INC" *** SupplierNameLookup is the object, which is haing an issue. And also I was using the SendString function, but it didnt work.
In a WebTable 2nd row,3rd column contains one link and that link name is changing dynamically. How you will click the link?
My Project is HOSPITAL CONTROL SYSTEM. In this MY testing modules are In-patient and Out-patient. plz explain those modules. i.e. How explain to Interviewer. with full details also . Waht types of bugs we can fond ? NOTE : IT is a web project plz urgent.
does automation replace manual testing?
What is difference between QC and TD?
How to load the object repository at run time?