Hi. GetRoProperty and OUTPUT Value Both are same purpose or
not? plz explain in deatil with example?
Answer Posted / 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 View All Answers
Does QTP run in any environment?
How to export quicktest professional (qtp) results to an .xls file?
Where we can use the analog mode and where we can use the low – level mode?
How you can write contexts to text file in qtp?
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 is business process testing(bpt) in qtp?
How to analyzing test results using quicktest professional?
hi Friends ,willany body tell me what is the Scope for the automation Testing inht Future is their Or not And what is the Top Most Level in the testing section according the Pay scale
how u will evaluate the tool for test automation?
Hi All , How can we decicde for pariticular frame(DataDriven or Keword Driven)in Project? Thanks Balaji
1--How many functions u develop 2--What is an array 3-- where is ur server 4--U involved in unit testing 5--how ur test the background colour using QTP
How can we extract data like "Details","Result","Time" from the 'Run Error' result generated in QTP after run time errors are generated during a run & import the details etc...into excel sheet
what is the difference between rational rose and QTP? WHICH TOOL IS BETTER TO LEARN? PLEASE SEND ME AT sana_50218@yahoo.com sandeep@epuratech.com
what is the difference between the modular framework and datadriven frame work
How extensive or customized are the server logging and reporting requirements; are they considered an integral part of the system and do they require testing?