Can anybody send me the code to get the RO property of the
active screen in QTP while running?
Answer Posted / shiva
Hi, You can get the Runtime object properties of the window
through object spy option in the tool.Follow below
navigation.
Toos--->Object spy--->Click on hand icon--->Show the widow
or your object--->You will get Runtime and Test object
properties.Check the radio button which ever you want and
click on the properties and methods buttons below it.
By doing so you can get the Runtime object properties.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is TOM in QTP?
What is the basic concept of quicktest professional?
In qtp, explain what is qrs file?
How to get the format of a webedit class in qtp. How can i know that particular webedit accept what type of format like "mm/dd/yyyy" or "$" or Alphanumeric
How to modify the text checkpoint?
How to test results for qtp ?
what is the difference btn risks & Therads in the Test plan documentation?
How to export quicktest professional (qtp) results to an .xls file?
Anybody plz give, How do you test aframe in a web page? If page cotain text message or Images, tables?
How to attach a file to TD?
Which advantages helping QTP to hold the position of "Market Leader" for such a long period?
What is the standard timing delay for web based application in qtp?
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 are the issues we will get when there is migration from QTP 8.2 to QTP 10.0? Is there any problem in executing scripts of 8.2 on 10.0?
How to open a new test using quicktest professional (qtp)?