Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Hi. GetRoProperty and OUTPUT Value Both are same purpose or
not? plz explain in deatil with example?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How many types of parameters are available in quicktest professional (qtp)?

1038


In qtp is it possible to check broken links of a page?

1051


Difference between copy to action and call to action?

1021


Explain object spy in qtp.

1078


Where is the resultset of a sqlquery (which is fired by rsobj.open sqlquery,xxxx,xxxx) stored ?

2386


Explain measuring transaction.

1046


explain structured testing? plz guys with exp. do answer

1885


Hi there, I've installed a trial version of QTP to see if it works with my product but I cant automate selecting windows from a tree view? Can anyone give me any pointers? Many Thanks

1873


how can i call function (which has link with excell sheet at a remote location) within another function

2022


What are the things(properties, and other details) will be recorded while recording an object using normal recording?

1980


How to use parameterization in qtp?

1072


What is the parameterization?

1044


Object repositories types, which and when to use?

1076


How can we retrieve the Bug Ids which are open&Reopen in status through QTP scrit?Please find the script which i tried... Dim objBugFactory, objBug Dim BugId Set TDConnection = QCUtil.TDConnection Set objBug = TDConnection.BugFactory If QCUtil.IsConnected then Reporter.ReportEvent 0, "Connected", "Connected to server: " + QCUtil.TDConnection.ServerName + chr (13) +"Project: " + QCUtil.TDConnection.ProjectName + chr (13) + "Domain: " + QCUtil.TDConnection.DomainName Reporter.ReportEvent 0, "Current time on server is","==>" & TDConnection.ServerTime Else Reporter.ReportEvent 1, "Not connected", "Not connected to Quality Center" End If If mybug.Status="Open" Then BugId=mybug.DefectId MsgBox BugId End If 'OR**********************************--------------------- -----********************************** If Bug_Fields("BG_STATUS").Value ="Open" Or "Re Open"Then BugId=Bug_Fields("BG_BUG_ID").Value MsgBox BugId End If

3042


What are the differences between quicktest professional (qtp) and winrunner?

1058