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

what r the send key commands in QTP why they r used

1 Answers  


how to find that tools work well with your existing system?

0 Answers  


How to test the login page in different ways in automation testing and i need code?

0 Answers   Cognizant,


How can you give wait up to 10 seconds in qtp?

0 Answers  


What is the present version of the VB Script we are using

1 Answers  


If you giving priority as p0, as a developer if I give priority as p2, What happens In user defined function ?

0 Answers  


hi i have one isuue on selecting webcheckbox .there are 15 wecheckboxex i want to select every time 9 th one how can i select plese help me regards balaji

4 Answers  


Hi,How to write regular expression for inbox(10) {here 10 is changing while playback}.tell me the pettern.

6 Answers  


for a test in QTP i had choose the object repository as shared.after completion of some days i want to conduct the same test again,now the question is HOW TO LOAD THE OBJECT REPOSITORY. is it possible by descriptive programming.could any one tell me how many ways we load it and what is the process?

13 Answers   Logica CMG,


Suppose u write test case in Excel sheet . how u open that test case in Test Director?

4 Answers   Ordain Solutions,


Hello Everybody, Please tell me can we create Test Plan in QTP? This I am asking irrespective to integrating with Test Director.I mean is there any option to create Test Plan in QTP itself. Thanks, Gaytri

4 Answers  


How to call a function in QTP?Is there any method ? Thanks , PRASANNA

2 Answers  


Categories