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 |
I am using environment variable xml to give credenatials for login into unix. Is there any way we cam mask the password in the xml?
How to Test the mainframe application?(tell me few basic things)
how can we handle exceptional handling in qtp
Hi all, On recording a particular Web application with QTP,Have came across a problem for which I havent found a solution so far.. The script of importance is as follows: Browser("Personalized Start Page").Page("XYZ").Frame ("mainFrame_4").Link("address.csv").Click Browser("Personalized Start Page").Page("XYZ").Sync Dialog("0% of dms.php from XYZ-").Dialog("File Download").WinButton("Save").Click My problem is that on recording the application with QTP and clicking the "address.csv" link another browser window comes up temporarily followed by the Windows "FileSave" dialog.The browser window which came up closes down when the Windows "FileSave" dialog is visible and I save the file to a windows location. On the "Record and Run" settings under Qtp,have activated settings for web and windows applications. But when I run this recorded script,and after the "address.csv" click,The browser window comes up and goes down,No Windows "FileSave" dialog comes up and the QTP shows the error Dialog("0% of dms.php from XYZ-") object is not found,though this object is there in the repository. Have tried putting the Dialog("0% of dms.php from XYZ- ").Exist property.But the "Exist" property is not recognised by the dialog at all. Any help in this direction is appreciated.. Thanks in advance J
how u track bugs using Test director in manual testing.
What are the factors on which script execution time is dependent?
What is AUT in object reposity in QTP? Why we use it in Object repository???What is full form???????
hi what is the use of "dim" in automation objective model or any where what is the use of "dim" plz tell me
Why to use descriptive programming?
During test run,How will you copy/paste from/to clipboard?
diff between qtp versions from 8.5
can we call a test in another test? how? explain with one example?