How can we log a defect in Testdirector from Q.T.P ?
Answer Posted / nani
There is an option in QTP,
connect to TestDirector or Quality Center.
by using this option we can connect from qtp.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How to get Traceability matrix from TD?
You will receive the mail in your outlook from client at night time to go ahead for the execution. Based on the mail you need to trigger the batch run. What is the QTP Code for this?
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 to do the batch testing in test director using manual testing procedure?
why you have standardized functions? plzzz guys with real time exp. do answer
What are the 3 main stages involved in testing with qtp?
How often were they executed?
Explain the check points in quicktest professional (qtp)?
Hi! Using Descriptive Programming How do we get Parent object for an object by writing script(DP). Say, i want to get a parent object for a "Link" in a web page by writing script in Descriptive Programming.
when a test case is written how u test using qtp
Key word driven framework
Hi frnds, does anybody know if there is anything called "thin point" or something in qtp? thanks in advance.
What is the standard timing delay for web based application in qtp?
Where can I find and view run-time data table?
What is environment variable in qtp and why to use it?