How to handle Recovery scenario in QTP. give detailed
explanation about recovery scenario.
Answer / sreeprasad
Recovery scenario manager is used to handle
exception.exception is run time error,three steps to handle
exceptions.
(1) .trigger event:-pop-up window,object state,test run error
and application crash
(2).recovery operations:-select an operation to perform
whenthe trigger event occurs they are 1.keyboard or mouse
peration 2.close application process 3. fuction call
4.restart miscrosoft windows
(3).post recovery:- select the last run operation you want to
perform when the recovery operation is complect .test run
options:
-1.repeate current step and continue
-2.preceed to next step
-3.proceed to next action or component
-4.proceed to next iteration
-5.restart current test run
-6.stop the test run
| Is This Answer Correct ? | 4 Yes | 1 No |
Explain about Hybrid Framework
With help of object repository,we can able to write the descriptive program manually?
What is keyword driven testing..what is the use of this in Automated testing
what is run-time object property in Object spy in QTP9?
WHAT IS THE SIZE OF OBJECT REPOSITORY USING IN YOUR COMPANY? Can any body tell me answer of this quation........
Definationions for keyword view and tree view?
Hi, I have 2 dropdown listboxes called region and city/area. It needs to select one region(Santa Clara) and one city/Area (Sunnyvale).So I put this in the for loop and I am storing the Items in the variable called itemname. The regions value will get changed,so I used reg expression for this regions. This is my code Browser("MLSListings.com").Page("MLSListings.com").Link("» County/Area").Click Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Check CheckPoint("regions") ListSize=Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetTOProperty("items count") For i = 1 To ListSize-1 Itemname =Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetItem(i+1) Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Select Itemname ................. If I run the script,I am getting the following error, Cannot identify the specified item of the regions object. Confirm that the specified item is included in the object's item collection. Any Help? Thank you, Uma
Can we record an application running on a remote machine using qtp?
How to convert QTP's ObjectRepository.mdb file to xml file
how can we merge the object repositories?is ther any option in qtp to merge the object repositories if we have two or three object repositories?
Define Error Pane of UFT?
What is keyword view?