plz tel me what is the differnce between QC & QTP?
Answer Posted / ram.polavarapu
qc is test management tool and defect reporting tool,
qtp is the automation tool there we write the scripts and
execute the scripts
| Is This Answer Correct ? | 32 Yes | 2 No |
Post New Answer View All Answers
what are the challenges you have faced while testing web based application using the automation tools ?
what is stepin & stepout?
Hi,All How to create a link in excel sheet using qtp
Explain the check points in quicktest professional (qtp)?
If u r using library files (Instead of Check Points) , How do u do bitmap check ?
How to analyzing test results using quicktest professional (qtp)?
Hi Friends, Im planning to do certifcation in mercury Automation Tool QTP.But I Didnt get any clear details regarding course syllabus, fees, where to approach, and which certification would be useful for the experienced testers? can any one send me the details?
What is the expert view?
How can i test an application like Google Earth.In my application data will be fetched from a oracle database based upon which graphs are generated..so these all are dynamic..how can i use qtp here..alongwith that how can i test the map generated by a satellite just like google earth..
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 the basic concept of quicktest professional (qtp)?
i need qtp tutorial. pls send it to sridhar.k151@g mail.com
In qtp, how you can exit for loop?
What are the types of data tables in qtp?
What test you perform mostly? Regression or retesting in your testing process?