when i am running login page i got test run error? Please give
me the script to handle run time exceptions. It's urgent for
me.
Answer Posted / subasish nayak
in qtp we can handle run time error by two methods.
1.Recovery scenario
2.On Error Resume Next
Recovery Scenario is QTP internal Features
where as On Error Resume Next is the vb script features.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What do you mean by iteration?
I want to read XML file loaded in Quality center and compare the values with the values displayed in Application (web table).How can I do that
Sql questions to find second max salary and how to use joins
Define Error Pane of UFT?
How many tabs are available to view your test in a test pane and what are they?
How do we analyze the checkpoint results?
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
In an interview, what r the general questions asked in SQL which is realted to testing ?pls give me anwser to this question?
How to interact tool & application build in QTP?
Explain how you can delete excel file in qtp?
any body plz send health care domain project to me with explanation any two modules on that project. mail_id: ranjith_99reddy@yahoo.co.in
How to save your test using quicktest professional (qtp)?
What is the standard timing delay for web based application in qtp?
Hi All, I Want To excute scripts batch without using QC .I need code for that Thanks Balaji
I am a newbie to QTP / Automation testing. I want to develop a script that creates a data file automatically with proper headings using VBScript in QTP.