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


Please Help Members By Posting Answers For Below Questions

If I change the property value at runtime is it effect is object repository?

609


please give me the code for doing retesting of gmail login page using functions so the function has to give the value

1546


Suppose I have three hyperlinks with same properties. How to solve this and what are the ways to solve this. we can solve this by using index property but what are the other ways we have have to solve this problem. Login (href: btnlogin.aspx) Login (href: Sourcelogin.aspx) Login (href: homelogin.aspx)

1552


how did u use automating testing tools in ur job?

1486


How the smart identification is used in real time?Please explain with an example

1547






For QTP Test Engineer, What is his contribution to the Project? Means, As as automation test engineer what is his role in the current project?

1745


Can testing be done on the production system, or will a separate test system be required? How are browser caching, variations in browser option settings, dial-up connection variabilities, and real-world internet 'traffic congestion' problems to be accounted for in testing?

620


How to use the object spy in quicktest professional 8.0 version?

546


What is qtp window?

566


Can we Test Welcome Screens and Process Images with QTP

1427


How to build scripts that access data from external sources?

1609


can u explain the keyword driven framework with an example clearly how to create all the files and how to attach to main test.

5104


please any one can explain the keyword driven framework. with gmail example.

1629


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

2573


What is regular expression?

579