Hi. GetRoProperty and OUTPUT Value Both are same purpose or
not? plz explain in deatil with example?

Answers were Sorted based on User's Feedback



Hi. GetRoProperty and OUTPUT Value Both are same purpose or not? plz explain in deatil with exampl..

Answer / chivukula.kumar

Hi,


This is Chivukula.Kumar

GETROPROPERTY:
GetRoPorperty is method to get the runtime Property
values from the application

OUTPUTVALUE:
It is used for getting the field level values at the point
of runtime

simply its telling like
get the property values at run time
and get application field values at runtime

Is This Answer Correct ?    3 Yes 0 No

Hi. GetRoProperty and OUTPUT Value Both are same purpose or not? plz explain in deatil with exampl..

Answer / rajaputra

GetROProperty is used to get the runtime property of the
object. Whereas
Output Value is used to get the value of the object and put
it into runtime datatable.

Is This Answer Correct ?    3 Yes 1 No

Hi. GetRoProperty and OUTPUT Value Both are same purpose or not? plz explain in deatil with exampl..

Answer / satish j

GetROProperty is used to get runtime property value of an
object where as Output value is outputting value from either
a database recordset t hat you define on a database there re
other types of putput values as well like XML o/p value,
Text O/P value,standard O/P value.

Is This Answer Correct ?    0 Yes 0 No

Hi. GetRoProperty and OUTPUT Value Both are same purpose or not? plz explain in deatil with exampl..

Answer / denis parker

GetROProperty - Retrieve the specified single property of the Object at a time and store in the variable.
e.g. a = Dialog("S").WinEdit("Login Name").GetROProperty("text")


Output Value - Retrieve the specified set of properties (multiple properties) of the object at a time and store it in Datatable or Environment variable.

e.g. Dialog("S").WinEdit("Login Name:").Output CheckPoint("Login Name")

Is This Answer Correct ?    0 Yes 0 No

Hi. GetRoProperty and OUTPUT Value Both are same purpose or not? plz explain in deatil with exampl..

Answer / pramod r

Suppose you are writing script manually then u use Getro
property and suppose u dont know to write scripts and u know
just record and playback then u use output value but both are
used to get the properties of a particular object ex:
standard output value is used to get the text property or
value of an object like winedit

Is This Answer Correct ?    1 Yes 4 No

Post New Answer

More QTP Interview Questions

Write the script to delete the mail which is at 9th,13th and 18th place in INBOX of Gmail ?

3 Answers  


Could anyone please tell me one situation where you have used recovery scenarion in real time with an example?

4 Answers  


can we test an windows application using qtp

1 Answers  


Diff. between keyword driven Data driven testing?

8 Answers   CTS, IBM,


what is framework? which frame work u follow for writting script?

5 Answers   IBM,


How can we change(increase or decrease)the size of a array variable with out loosing the previous values

1 Answers   DST Global Solutions,


What is text check point and text area check point?

0 Answers  


How many types of Recordings are there in QTP and what are they?

7 Answers   Dangote, First Indian Corporation,


Object recognition in QTP is based on which model ? a) COM b) DCOM c) DOM d) None of the above

2 Answers   Ordain Solutions,


What is the keyword view and expert view in qtp?

0 Answers  


Hi, Where should I get all the test's results If I ran the scripts in Batch run. At the result window I found only last test result. Could any one help me on this?

3 Answers   Livetek,


What are the different recording modes?

0 Answers  


Categories