Google News
logo
QTP/UFT - Interview Questions
What is "GetROProperty" and what are the steps involved in using GetROProperty?
GetROProperty” is an in built method used to retrieve runtime value of an object property.
 
To use GetRoProperty it involves four steps :
 
Record the object on which you want to use the GetROProperty in Object Repository
 
* Identify the run time property for the recorded object which could be used
 
* To retrieve the identified run time property and store the value in a variable
 
* Use this value for further deductions
Advertisement