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 |
Is there a function to find the number of occurrences of sub strings within a string?
Explain about the Test Fusion Report of QTP?
How many scripts did you have?
What are the different attributes used with regular expression?
WAT IS DATA BASE AND XML CHECK POINT ?HOW TO IMPLEMENT IT ... GIVE PROPER EXAMPLE FOR IT
Could some one explain me how to create folder on the desktop from QTP?? This is an interview question
Why qtp the best testing tool?
What is Maximum synchronization time out in QTP(By Default is 20sec). Anybody can answer it. Thanks in advance.
In automation testing Can we retest virtual object in the application after getting new version from the developers, is there any property will change for that object or it won't.?
Hello everyone! I am just writing a small test for a windows application. I have a problem with a text output value. The value i am trying to catch is presented in a scrollable textbox. When the text is too long, only a portion of it gets captured. Do you have any experience with this?
what are the limitations of smart identification in qtp 9.0
I have some real time based question.. 1.what are the challenges you have faced in your current project. 2.what are the bugs you found in your current project. 3.what are the strategies you follow to convert manual test cases into automation test cases. 4.how QTP identify two different browsers. 5. When you create a function library and share object repository what are the problems you have faced 6. How to solve the tool tip problem 7.what are the interesting bug you have found in your current project. 8.what is your daily work as a automation test engg. 9. how to create a weekly status report. 10. how many test cases you write,review and execute per day. 11.what are the uses of SQL in automation. 12.How to retrieve the data in html through vb script. 13.If application is very slow how to test the application in qtp.