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 |
what are all the fileds present in object repository?
Explain how qtp identifies objects?
What is XML checkpoint in QTP. How we can use in Web Based application
Can objects recognised without repository?
How many types of trigger events are there in qtp?
What are the limitations in using Virtual objects?
How are actions and functions different in QTP?
How to perform action on objects, If two objects have the almost the same name ? example : Object 1 : "Entry of Items" Object 2 : "Items" Whenever I ask QTP to perform an action on Object 2 it performs action on Object 1. Note: The two objects are present in an Oracle Application tree.
Hi Friends...this is surendra..recently i joined automation team ...Please send me some documents regarding VB script ...and where can i learn VB script... This is My mail id: surendra.mamilla@gmail.com... please send to my mail.... Thanx in advance surendra.
How to replay a script in qtp?
A FORM CONTAINS 5 FIELDS. 1 FIELD IS ENABLED REMAINING(4) FIELDS DISABLED. MY QUESTION IS ENTER VALUES INTO 1 FIELD AFTER THAT CLICK TAB BUTTON THEN 2 FIELD ENABLE THIS PROCESS CONTINUE UPTO 5TH FIELD. HOW TO WRITE CODE IN DESCRIPTIVE PROGRAMMING. PLZ TELL ME THE PROCEDURE AND CODE FOR IT.
How to identify the child window. In my case while recording, When i open new window and give checkpoint for some control and when i run that script QTP give error like" can not identify the object" Is there any method or solution to handle child window issue Note: In my apllication i have to check child window of child window also ( multiple windows open )