Hi Friends... By using QTP , can we test .net
products...and that product supports different languages..
thanx in advance..
Answer Posted / karunakar
hi friends,
we can test the .net products using QTP.but in
qtp u should install .net addins to support ur prosuct
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
I opened gmail login into gmail and i have to save (Pass or move) all the mail into notepad please give me code Thanks of all
Tell me about qtp?
I want to do QTP Certification what is the pattern of Question paper.
What is the pros and cons between QTP and Rational Robot
What is qtpro? What is quick test pro?
What are the differences between quicktest professional and winrunner?
What is the quicktest professional testing process?
Dis advantages of XML checkpoint ?
How to associate function library at a run time?
What phases are involved in testing an application in qtp?
can u explain the keyword driven framework with an example clearly how to create all the files and how to attach to main test.
What is the purpose of loading qtp add-ins?
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
How do you test DLL files using automation Tool QTP?
Explain quicktest professional testing process?