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 is the smart identification techniqu?what r the different mechanisums used in it?

0 Answers   Accenture,


how can i pass a "cript"as a parameter in to a function

0 Answers  


HOW TO COUNT NUMBER OF ITEMS PRESENT IN WEB LIST

8 Answers  


Hi, I am new into the field of testing and I need to know how can I begin automating the testing of Mainframe applications using QTP. Can anyone help me?

0 Answers  


If we put all properties in mandatory and assistive list of Normal Identification, Do we still need Smart?

0 Answers  






how interviews will be on QTP?

0 Answers   Fidelity,


Write a script to customize the test results in PDF and HTML format.

0 Answers   DuPont,


Can we create user defined functions in qtp?

0 Answers  


what type of test cases tou will automate?

4 Answers   Google,


It is given in the help of QTP 9.2 that we cant debug the scripts. Is there any other way to VIEW, PAUSE and make modifications in the scripts during execution???

0 Answers  


My Project is HOSPITAL CONTROL SYSTEM. In this MY testing modules are In-patient and Out-patient. plz explain those modules. i.e. How explain to Interviewer. with full details also . Waht types of bugs we can fond ? NOTE : IT is a web project plz urgent.

2 Answers  


In Test Director , You can store Test cases or vb Script . Why we need VSS?

2 Answers  


Categories