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

suppose 3 excel sheets are there * we are trying to check for login credentials for a page. userid from excel1 , password is from excel2 whether the page is opened or not that checkpoint is result is should be stored in excel 3.... this qus i have faced in IBM technical round... please tell script for above query

1 Answers   IBM,


What are the properties you would use for identifying a browser & page when using descriptive programming ?

2 Answers  


What is the file extension of the code file in qtp?

0 Answers  


write script for how to add function library in QTP

2 Answers   Aspire,


Write the regular expression code, it accepts the alpha, numeric and special symbol and the first character should be the Alphabet. Tell me the answer

3 Answers   IBM,






what are the different Frame Works in Quick Test Proffessional testing

3 Answers   Wipro,


Give me some scripts for 1). checking webpage links (counting links,opening web pages,counting child elements)

2 Answers   CIL,


explain keyword driven framework?

2 Answers   Mindlance,


Explain the parameter in qtp?

0 Answers  


Hi All, I am using QTP for one of the Desktop application which uses Keyboard inputs like 'Tab ,F7 etc' and also mouse (Click). After recording when i am running the Script ,it is not able to recognize the keyboard inputs like F7,Tab and mouse Click because of which either i have to skip that part or manually do the inputs. Please answer how can i make script more flexible so that it will recognize both keyboard and mouse operations.

3 Answers  


hi, i was adding the two numbers in qtp scripts but i didn't get the answer. see my below script, i dont know wht is the problem. i passed the value a=3 b= 2, i got the ans 32 instead of 5. i thing the problem is to be c = a+b my mail id karthis4u@gmail.com Dim a, b, c a = inputbox("enter the a ") b = inputbox("enter the b ") c = a + b print c

8 Answers  


What is the difference between low level recording and virtual object.

2 Answers   Tech Mahindra,


Categories