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

What are the steps involved in the recovery scenario wizard?

0 Answers  


After executing the script in qtp suppose i found some script execute successfully and found some error.So how to report the status for both (i.e pass and fail report)in test director. For "fail" We use "defect tab" in testdirector. But for "pass" how to report it to TL.what is the process plz anybody ans

0 Answers   TCS,


Is it possible to change the name of a test object. I mean when we are recording the script for an object (for Ex: Username is a text field which has value "Babu",i am recording that). Then the Name of the object will become "Babu" in object repository. If i want to change "babu" as "xxxxx" .. is it possible to do? Pls help me in this .. if you didn't understand the question, pls let me know.

4 Answers  


what is difference between application testing and product testing?

5 Answers   IBM,


Hi let me ask one questin 1.How to use outputof the one function input to the another function pls give the script for above 2.what is the purpose of action parameter , how to create it

2 Answers  






what are inputs for automation?

3 Answers  


How to import excel sheet to QC?

1 Answers  


Can we add the objects of an application dynamically?

2 Answers   KEN Group, LD College,


HOW AUTOMATE TEST SCRIPT ? what time it will do? after gneration of basic script or Any , Plz explain detailed?

0 Answers   Wipro,


now a days which one is using all companies for qtpscript a)Object Repository based script b)Descriptive program based script c)BOTH

1 Answers  


when you press a link it displays "the page cannot be displayed" then as a tester how you will find the problem,what type of problem must be it?

3 Answers  


How to Analyze the Checpoint results by Checking Bitmaps?

1 Answers  


Categories