How to switch between browser tabs? )moving from one tab to
another tab)
Answer / rajendra prasad reddy penumall
Press Ctrl+Tab to switch between browser tabs
-Rajendra Prasad Reddy Penumalli
| Is This Answer Correct ? | 15 Yes | 8 No |
Can u call txt extension file in QTP?
can anyone tell me from where i can download qtp demo or crack version
What is CMMP and CMMH?
How u prepare Test result summary in QTp?
i want to handle all the unwanted pop up through QTP i done that with recovery scenario but it need some title of pop up but i want that it should handle all the pop up even i don't give the title of that pop up in recovery scenario is there any general way to handle all the pop up please help
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
examples of user definied functions? how to write user defined functions in qtp9.2?
I have 5 no.of Action in my Test. Out off which i should make 3rd action as my start-up action. How should i make it?
How to retrieve the data from database?
How can you write the scripts that operate on different objects depending on run-time information?
Hi, Where should I get all the test's results If I ran the scripts in Batch run. At the result window I found only last test result. Could any one help me on this?
What r the features of QTP9.2,other than QTP8.0 What r the extre features of QTP9.2.