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 |
we have one text box and one list box(list box appear in same page or another page) what ever the text enter in text box that must be displyed in list box as first one. for example if we enter 10 in text box that is the 1st item in list box . after that we enter 11 then 11 is the 1st item and 10 is 2nd item. the maximum limit of list box is 10 items. if we enter 11th item the 10th item is deleted and llth one is add as 1st one and 9th one goes to 10th position part2:maore than the answer for this question i want the the reason why testers go for this kind of risk.what is the use of we testers having these kind of attempts.is that not the problem with the developer .pls answer .real time users of tools.in which way these solutions help to test with r without affecting the developed souce code.
what type of values given to objects. EX::Set oBrowser=Description.Create oBrowser(“micclass”).Value=”Browser”
How to call .vbs functions in QTP? plz Explain indetail
What is VSS? Is it used in Automation(QTP) Or Manual? what is menus in VSS?
str="ramanareddy12345@gmail.com"to count alphabets,numarics and special charcters pls any one knows send to answer
How to connect the real time application application with the QTP?
WHAT ARE THE DISADVANTAGES OF SHARED REPOSITORY?
How we wil do data driven test using chkpts? Plz. give me complete navigation steps for this?
How to handle Recovery scenario in QTP. give detailed explanation about recovery scenario.
How to merge the two object repositories
How many types of recording modes in qtp?
Hi, Can any body please tell me how to create framework in qtp & where i can get some material to learn about it. regards, rahulT