Hello Everybody,
Please tell me the concept of recovery management in QTP by
giving any practical example of it.
Thanks,
Gaytri
Answer Posted / gaytri
Hi Zayed,
The concept is clear to me,but can you please tell me how
to handle it. As you have given me the example, so how you
will handle in that case.
Please tell me in steps how to handle that and if possible
please also provide the code.
Thanks,
Gaytri
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is smart identification in QTP?
what is vmodel?advantages and disadvantages of vmodel?
Where we use data driver in qtp?
What are the data types in qtp?
What is a data driven test in qtp?
how to disable the pop ups through QTP using a script
iam working in QTP for 2+ of exp if i attend the interview what r questions asked in perfomence testing{loadrunner} ? pls any one can say answer to this question?
How we can use the database checkpoint on a java web based application in which the database connectivity is done using JDBC->Pure Java type (in this type there is no need to create a DSN). At present in QTP we can fetch database values using checkpoint only through DSN. Is there any programming for this if we don't have DSN (ODBC)
If a button named "CLICK" is recorded in low level recording mode , what will be the values stored for "name" property of that button in object repository ?
What is RTM (require ment tracebulity marix) fromate?
What are the flaws in water fall model and how to overcome it?
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
What is the syntax to call one script from another? And what can be the syntax to call one “action” in another?
What are the major/ important methods, functions in QTP we use realtime testing
What are main panes available in qtp test browser?