can any one please tell me QTP 9.2 supports which version of IE and Mozilla firefox.
Answer Posted / ashish srivastava
QTP 9.2 support IE 6.0 and higher version
But for Mozilla only QTP 10.0 or higher version of QTP
support it
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Which scripting language used by quicktest professional?
Explain step generator in qtp?
how u will evaluate the tool for test automation?
How to open a new test using quicktest professional?
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
What is text/text area checkpoint?
we add library file used in test via settings or through "ExecuteFile" command. when we implement framework do we make common library file and load the same for all the test cases execution?
How do we analyze the checkpoint results?
What is the diff between image and bitmap check point?
Can anyone tell me how i used QTP 9.2 use for GIS based S/w with an example?
What is qtp window?
Problem with XML checkpoint in QTP ?
How to get Traceability matrix from TD?
After fixing the bug, the same bug is raising again and again in new builds what we have to do? That bug is high level bug.
Difference between copy to action and call to action?