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
How many types of parameters are available in quicktest professional (qtp)?
In qtp is it possible to check broken links of a page?
Difference between copy to action and call to action?
Explain object spy in qtp.
Where is the resultset of a sqlquery (which is fired by rsobj.open sqlquery,xxxx,xxxx) stored ?
Explain measuring transaction.
explain structured testing? plz guys with exp. do answer
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
how can i call function (which has link with excell sheet at a remote location) within another function
What are the things(properties, and other details) will be recorded while recording an object using normal recording?
How to use parameterization in qtp?
What is the parameterization?
Object repositories types, which and when to use?
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
What are the differences between quicktest professional (qtp) and winrunner?