Whenever we use GETROPROPERTY function.

Answers were Sorted based on User's Feedback



Whenever we use GETROPROPERTY function...

Answer / raju

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

Whenever we use GETROPROPERTY function...

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

Whenever we use GETROPROPERTY function...

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

Whenever we use GETROPROPERTY function...

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

Whenever we use GETROPROPERTY function...

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

Whenever we use GETROPROPERTY function...

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

Whenever we use GETROPROPERTY function...

Answer / dinesh1433

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

Post New Answer

More QTP Interview Questions

How to open a new test using QTP?

1 Answers  


difference between GetROProperty and GetTOProperty

3 Answers   Wipro,


What is the Difference between current version of QTP and QTP 8.2. Pls kidly Anybody let me know. Thanks in advance.

1 Answers   TCS,


If you have two monitors one is of 19inch and the 2nd one is of 24inch,if you want to write same QTP script in both the two monitors is there any changes required in the script?

0 Answers   Infosys,


Hi Frenz... I would like to take up the QTP certification . Can anyone tell me what is the procedure. n if anybody have the study materials pls fwd it to jkpunathil@gmail.com

0 Answers  






What are "Ordinal Identifiers" and where it is used in QTP. AS FAR AS i KNOW, its is used to identify the object. but i want clarity regarding this.

2 Answers  


How to invoke QTP through VBscript?Send me full code along with description of the code.Thanks in Advance

1 Answers   Capco,


how your doing reporting in your script?

1 Answers   IBM,


How many types of recording modes in qtp?

0 Answers  


what are the mandatory properties for a tex boxc (scenario?)

0 Answers  


How to run a script from lines 50 - 100 alone (if the script has 1- 200 lines of code)?

6 Answers  


how to use command prompt using qtp?

8 Answers   HCL,


Categories