How to retrieve the object properties at runtime without
the usage of GetROProperty?
Answers were Sorted based on User's Feedback
Answer / sampath
Insert> Output Values:
It is used for exporting the object properties and their values into data table.
We can use these properties for our future references.
Note: we can insert o/p values only in recording mode.
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / devb
By using native object properties. like .Object.propertyname
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / johnson
By using getto properties. We can retrieve the object properties and values.
| Is This Answer Correct ? | 0 Yes | 6 No |
Is it possible to call out to Java from QTP?
what is a good testcase?
How can I import environment from a file on disk?
What are the different recording modes and how do they work?
How we can add actions in the test using QTP?
What is API
Get the count of files of similar types from a folder.
What are the Features & Benefits of Quick Test Pro (QTP)..?
How to check bitmap output value?
Define Environment Variable in UFT and its uses?
How to add synchronisation points in qtp?
How can i click on any Excel sheet's "H" column with out writing coordinates Ex:Window("Book1").WinObject("Book1").Click 498,14 I dont want to give coordinates like 498,14 Can i open "H" column by writing like Ex:Window("Book1").WinObject("Book1").Click "H" or Ex:Window("Book1").WinObject("Book1").Click "H","1" or Ex:Window("Book1").WinObject("Book1").Click H,1 If i want to click on "Sheet3" of an excel sheet, Can i open like Ex:Window("Book1").WinObject("Book1").Click "Sheet3" Please help me any one