How to handle the exceptions using recovery secnario
manager in Qtp?
Answers were Sorted based on User's Feedback
Answer / sreeprasad
You can instruct QTP to recover unexpected events or errors
that occured in your testing environment during test run.
Recovery scenario manager provides a wizard that guides you
through the defining recovery scenario. Recovery scenario
has three steps
(1). Triggered Events
(2). Recovery steps
(3). Post Recovery Test-Run
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / balaji
During the Automation testing time we give some valid and
invalid inputs through excel sheet. While passing the
invalid inputs system will be interact so to over come this
problem we can use recovery scenario manager.
In the Qtp9.2 if u use exception handling just select
Tools tab -- Recovery Scenario Manager -- while u get some
related information then select that Radio Buttons and Run
| Is This Answer Correct ? | 1 Yes | 0 No |
How to find the OS name by using QTP script?
In where you are keeping or maintaining shared object repository (file)in your appliction?
Idid my qtp course in 2007 june in mind Q i for got to use this tool ,i want to mention in my resume about this ,how can i rectify this ,pls give me any idea .
How to give a call to another action from one action?
Count the number of radio buttons and randomly select one.
Reverse string without mid or streverse function.
How we test web based application by using QTP
Explain script generated at the time of setting runtime property?
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
How to Test the mainframe application?(tell me few basic things)
i this is balaji from chennai i have 4 yrs exp in testing and my qualification is bsc computers i completed in correspondace in which companiies accept the correspondace plz let me know
How you can decide which type of object repository you have to use?