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
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 |
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 |
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 |
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 |
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 |
I install .Net Add-Ins in my system. It installed properly. But all the objects are recognizing as window objects only. But it has to recognize as swf objects. In Record and Run setting i selected 'Record and run test on any open browser' and Record and run test on any open Windows-based application' Can any one tell what setting i have to do to recognize objects correctly as swf...? Please give some suggestions..?
How to automate a script in mainframes environment? I have the terminal emulator Add in. Describe in detail.
How can we test an XML using QTP? I have been to an interview, where they have given me an XML which had 15 values and they have given those values on a separate page. They asked me to write a QTP script to check the XML is having those particular 15 values.
How can we close all webbrowsers which are opened in out desctop?
How can we disable smart identification at the time of recording? Ideally, smart identification should be enabled only at the run-time.
where is the bitmap checkpoint be saved
What is the scripting language used in QTP?
What are the types of Object Repositories in QTP?
How to check which add-ins are associated with a test in qtp?
When there is descriptive programming, why do we go for Object repository for desigining scripts.?? why cant we use descriptive programming instead of using the Object repository..??
4 Answers DST Global Solutions,
In QTP, If you have list of checkboxes, how can i select a particular checkbox and delete if the checkboxes are changing dynamically?
How to "Turn Off" QTP results after running a Script?