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
Can we run test with out adding object in object repository? How it is possible?
what frame work you are following?
Do you know how to connect database? Can you tell me the procedures?
What are the five challenges you faced in QTP?
How many types of parameters are available in quicktest professional (qtp)?
Have you faced any problems with object repository?
Name the properties you would use for identifying a browser and page when using descriptive programming?
What is standalone database?
can any body plz help by sending the qtp docs and qtp ppt's? this is my mail id:murali.padeti@gmail.com
In qtp, how you can use xpath to identify objects?
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
What is quick test pro?
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 difference between run time object and test object?
Can you brief the hurdles you faced during Automation testing?