w is recovery senario manager

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is the hierarchy to use properties in descriptive programming

1500


How QA specialist can identify when programmatic descriptions are useful?

1974


Which environments does qtp support?

679


What are the types of data tables in qtp?

582


How many types of parameters are available in quicktest professional?

524






How many types of recording modes in qtp? Which will be used when?

550


What is an optional step in qtp ?

636


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

1346


Can any give an example(if possible templates) how to test web application using QTP. thanks in advance

1555


i have a doubt can anyone tell me where are scripts stored while using QTP.Tell me the exact procedure takes place in real time?like how we call scripts how to proceed after writing scripts?how scripts are executed etc?i heard some use Qc whether others dont use.so tell me whole procedure for both the things it will be a very big help.as i have interview i want to have whole idea on this.its very urgent.

1382


Can we record using all the modes in a single script? Explanation with example is appreciated

1390


This is a question thats generally asked in every QTP interview. What were the problems that you faced during automation and how did you resolve them?

1467


Whether qtp 9.0 supports Test director8.0

2120


What is the expert view?

553


Hi! Using Descriptive Programming How do we get Parent object for an object by writing script(DP). Say, i want to get a parent object for a "Link" in a web page by writing script in Descriptive Programming.

2103