does qtp need record and playback in realtime. plz tell
exactly wat happens
Answer Posted / sreelatha
Actually in real time testers wont use record and playback
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is the difference between byref and byval in qtp?
What is the difference in testing a client-server application and a web application?
How to find the name of the machine where you are running your automation scripts 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 are the advantages of parameterization ?
If the weblist is identified as webelement,and by clicking on webelement if the values are displayed,and if the values the values also identified as webelement.then how to fetch the values through script?
What are the types of environment variables in qtp?
What test you perform mostly? Regression or retesting in your testing process?
How to use the object spy in quicktest professional 8.0 version?
What are the check points can be inserted without recording?
Without using gui map editor we can recognize the application in winrunner ?
What are the types of object repository?
What are the disadvantages of recording test cases in qtp?
How to use conditional loops in qtp ?
desribe a situation where u faced a stressful situation and how did u cope with it