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 |
When it be decided to go for either Per - Action or Shared?
We developed 100 descriptive programms and put in running, in the midle if any descriptive program is stucked with some error? what will happend weather it will execute the remaining prg's or it will terriminate ?
What exactly is the difference among all the three recording modes.
tell me about regular expressions in QTP? where we use? give eample?
wt is the use of multiple questions in QTP
what happen in object repository(shared)if we call an existing action from an external action ? and what happen in object repository(peraction)if we call an existing action from an external action ?
hello everyone, can anybody please tell me what are the different recording modes of QTP, and where these recording modes are present in QTP 9.2. Thanks in advance, Gaytri
how to generate numbers in between to numbers suppose numbers in between 500 to 1000 in sequencies using vbscript
when i am running login page i got test run error? Please give me the script to handle run time exceptions. It's urgent for me.
hai there..this is chandu..i have a txt file which containing 1000 lines but at a time i want to retrieve 50 lines..after 50 lines i required to retrieve 51-100..like that i want...so could anybody help me in this...thanks in Advance..
in qtp how we work with out put values and what is the process?
suppose there r 10 action in a test i want to execute action 5 to 10 how would i do that