Whenever we use GETROPROPERTY function.
Answers were Sorted based on User's Feedback
when ever u want to capture the object value on that time
we can use GetROproperty.
RO Property means: Run time Objective propertys
means what are the objective properties that all are know
as RO properties.
for ex we can capture the value in result
window("calc").vbedit("A").set "10"
window("Calc").vbedit("B").set "20"
window("Calc").vbbutton("Add").click
c=window("Calc").vbedit("result").getROproperty("text")
i think this is working properly
if u have any quarries please call me 9823257761
raju.ippali@gmail.com
| Is This Answer Correct ? | 14 Yes | 3 No |
Answer / sai krishna reddy.k
You can use the GetROProperty to retrieve the current
property value of objects in your application during the
test run.
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / nani4urs
Returns the current value of the test object property from
the object in the application
eg: wn u want to know the value of an object in run time
then we can use the getroproperty.
syntax: getroproperty(browser("nani").page("nani").object
("objectname","value"))
| Is This Answer Correct ? | 11 Yes | 4 No |
Answer / sivareddy
"GETROPROPERTY" capture the properties of the object at
the script running postion
Syntax:getroproperty(browser("Siva").page("Siva").object
("objectname","value"))
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / rajaputra
It is used to get the Runtime object property.
By using this we can do Access control testing.
By using this we can know whether the object is
enable/disable OR editable/non-editable
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / softwaretester4u
if window("edit box").Getroproperty("Enabled") Then
perform operations
end if
Getroproperty retrives the values edit box ebaled or not
i think u got some answer if u required more subscribe
testingguru yahoo groups ask ur questions ,panel will
answer ur question
| Is This Answer Correct ? | 5 Yes | 4 No |
GetROProperty is a methods by which user can the runtime value of a particular object while doing test Run.
ex: if user wanted to get value present in a text box.
strTxtValue= Browser("").page("").webEdit("").GetROProperty("value")
| Is This Answer Correct ? | 0 Yes | 0 No |
If we put all properties in mandatory and assistive list of Normal Identification, Do we still need Smart?
can anyone answer this question ........in the DICTIONARY OBJECT....i created the dictionary object in reserved object ok....here i have some sets of values ...now i want to retrieve the item i done too ok.......here my question is now i saved the test and close the qtp tool ,again i opened now i retrieve the same item in the dictionary is it possible ????. friends when i try to do this i am getting empty message box i mean no value will be retrieved ......ans me any one plz...
What is TOM in QTP?
please give me the code for doing retesting of gmail login page using functions so the function has to give the value
actually how many hours per one day we will work on automation(qtp) in real time
how to call multiple scripts in QTP at a time
How can you Open a Notepad and How can you write the test Resuts in Notepad by Using QTP?
Hi, Can anyone please tell me how to connect the QC with QTP using QTP script? Thanks in advance
how can we group that these test cases only should be automated and in which order you execute that test cases
hi, Can any body tell me whats the difference between the QTP and the Rational Robat ad the Silk Test and LOad Runner and are they used in any Company On the Major scale bcas I finnf Many comapny Using the Manual Testing Only Hence Askin the Question Hope I will get the Assitence .
If a object property is changed in the application. where it should be updated in QTP... Pls anybody can give the answer.. Thanks in advance...
How will u integrate oracel with QTP?