what is recovery manager and recovey scenerio?
Answers were Sorted based on User's Feedback
Answer / abcd
recovery manager is a driver which manages the recovery
scenarios.
recovery scenarios are the problamatic situations faced by
QTP during execution. i hope that
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / learner
The first one is right i.e about recovery manager
The second one i.e recovery scenarios is not like
problematic situations
Recovery Scenario is a concept which is used to fine-tune
that problematic situation coming from application during
the execution
| Is This Answer Correct ? | 0 Yes | 0 No |
what is the difference between link and hyperlink?
how to change the properties of object during run time . plz give the code using flight reservation
how to parameterizing values from an excel sheet in Quick test professional?
How can i check items sorted or not in a weblist ? Give me the script for this...
how to re-install QTP 9.0 trial version.
Action1: I have a value "test" stored in a variable X. I want to use that variable X in Action2 .. how?
What are the advantages of QTP over WinRunner?
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
I have below user Defained function function AddTwo(ByVal a, ByVal b) Dim Ans Ans=a+b MsgBox Ans End function Now my question comes here...from given below methods which method is right to call above function?Which is Wrong and why? 1. AddTwo(2,4) 2. Call AddTwo(2,4) 3. AddTwo 2,4 4. Call AddTwo 2,4
If u r using descriptive programming to identify the object where do u write the script for those objects? do u write it in the expertview? plz do answer its urgent thanks advance.
is there any addin for remedy user application
how will check the links in multiple pages at a time