How to handle the exceptions using recovery secnario
manager in Qtp?
Answer Posted / 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 |
Post New Answer View All Answers
For which type of project the iterative model is suitable?
Explain the concept of object repository?
How to run a test using quicktest professional?
What is throw Object?
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 you can find the absolute value of the number in qtp?
Some time when i wanna learn the object i face issue like i am not able learn the object in proper manner... eg:for text bo on web page it should learn as webedit but some times it reads as winobject:internetexpoler-server, because of this i have to uninstall the qtp and re-install it again when i do this it reads the object perfectly.....plz suggest the soln
Anybody plz give, How do you test aframe in a web page? If page cotain text message or Images, tables?
In keyward driven framework what will be the step for yahoo login page ,inbox logout,plz explain in detail
Can anybody let me know how to test the Drag and drop feature of the column in a .net application...eg..i hav to test the drag and drog feature of a table(swftable) in a application..plze help!!
What are the various automation frameworks available in qtp?
When and why to use descriptive programming?
Is the qtp course will help to create a virtual object?
can the activities of test case design be automated?
I want to configure the OR and library files to a particular QTP test during run time. Note: OR and Library files are located in Quality Center. Is it possible in QTP? Anybody having code?