Which function is used to accesses the Properties from
Repository
Pls anybody can give the answer.. Thanks in advance...
Answers were Sorted based on User's Feedback
Answer / uday kumar _ anem
The question is about the properties in the Object Repository.
So we use "GetTOProperty".
If you want the properties of the object in the application,
then we use "GetROProperty".
| Is This Answer Correct ? | 7 Yes | 0 No |
You can retrieve object property values using GetROProperty
method at runtime.
E.g: retrieves the textbox value into var_Value variable
var_Value = Browser("test").Page("test").WebEdit
("test1").GetROProperty("value")
| Is This Answer Correct ? | 4 Yes | 3 No |
How can i Save the snapshots in a specified folders using Scripting in QTP?
In Test Directory, What are the contents in test case designing? if you prepare in excel sheet how u use thrw Test Directory?
If there is a change in the object type eg: A button is changed as link, 1. How to edit that in the shared object repository. 2.What options are available to edit the object within shared object repository other than copy from loca; 3.What would be the effect of the change in Coded Scripts within QTP and Functions stored in .vbs file which are loaded and used in QTP
wht type of User defined functions or Java Releated functions do we write in VB scripting
What are the Features & Benefits of Quick Test Pro ?
IF we use batch testing.the result shown for last action only.in that how can i get result for every action.
How does QTP identifies the object in the application Mainly objectives are three type's OF PROPERTIES namely
how we will use output values in qtp? is there any possibulity by descriptive programming?
How extensive or customized are the server logging and reporting requirements; are they considered an integral part of the system and do they require testing?
What is the limitations of BVA?
Hi friends, In a particular test how many maximum call to new actions we can call?It reusable or normal actions what ever it is .
What is the exact difference between QTP and RFT ?