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

Login to flight app, in window flight reservation set the date field and select flyfrom as Frankfurt and verify whether flyto list box has the item FrankFurt, log the results.

1 Answers   Cap Gemini,


In Manual testing , can u prpare bug report in TD?

1 Answers   TCS,


Is there any thing that we can replace recovery scenario manager in QTP.

3 Answers  


What is action?

0 Answers  


What are the versions of qtp,What are the differences b/n them?

1 Answers   TCS,






Hi I am new to QTP. we are planning to implement automation for the application. I am trying to execute the following script: Set ExcelObj=CreateObject ("Excel.Application") ExcelObj.WorkBooks.Add Set NewSheet=ExcelObj.Sheets.Item(1) NewSheet.Name="Order" ExcelObj.Cells(1, 1).Value = "Name" ExcelObj.Cells(1, 2).Value = "Ordernum" ExcelObj.Cells(2, 1).Value = "nam" ExcelObj.Cells(2, 2).Value = "21" ExcelObj.ActiveWorkbook.SaveAs "c:\test1.xls" ExcelObj.Quit Set ExcelObj = Nothing in the above script for the line(ExcelObj.Cells(2, 2).Value = "21") it is inserting the value 21 successfully.this is fine But if i want to insert a variable instead of the constant value then what should be the modification in the script. For example: If user retrives a value throug "GetRoProperty" and wants to insert the value into then how the script changes?

1 Answers  


RECENTLY I PLACED IN QTP..HOW TO IMPROVE VB SCRIPTS KNOWLEDGE? IAM STRUGGING TO WRITE THE AUTOMATION SCRIPTS? ANY BODY TELL HOW TO IMPROVE QTP SCRIPT SKILLS?

0 Answers  


How can we do Data driven testing Using For loop in QTP?

2 Answers  


How we can merge the object repositories?say if we have 2 or 3 object repositories then how we can merge them?Is there any option in QTP to merge the object repositories?

2 Answers  


how to export the result to notepad....for example i want to enter the user name and pass word and clicking on login button ......once you click on login button the corresponding page will open ...in that page you having one list box ...here you can get either success or failure ........friends here i want export the message what ever i got either success or failure .....how to export the result to note pad

1 Answers   Mind Tree,


Where we can use the analog mode and where we can use the low – level mode?

0 Answers  


What are Test case selection criteria for Automation?

2 Answers  


Categories