Do we get any issues if we run the test script on
differentbrowsers?what are the options we need to set in
QTP?
Answer Posted / akshar jain
QTP will work only for IE NOT FOR ANY OTHER BROWSER
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is clean sweep?
What is the file extension of the code file in qtp?
Whats the realtime QTP testing process
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
If object is not recognized by qtp but the object is standard object what is your approach?
Can you brief the hurdles you faced during Automation testing?
In what occasion we can specify global sheet and action sheet?
What are the different types of checkpoints?
How to use reporter.report event in qtp ?
What is a Patch in QTP?
How will you check a web application for broken links using qtp?
Presently i am working on QTP 8.2 Version,i want to know features in 9.2 version, because i have not sufficient time to put the effort on the 9.2 version
Client is able to provide budget..he want you to choose the automation tool for the web application? which one you will select ? QTP or Selenium ? what are the reasons?
How to carry out bit map check points in QTP
Explain about datafile/verification of date file when file is not available in local system?