what version of test director supports the QTP? does
testdirector supports the QTP9.0?
Answer Posted / amarendra kothuru
Quality Center 8.2 and upper versions will support QTP so
that you can Upload/Modify/delete/execute scripts to QC
through QTP.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
HI Everybody, I am using QTP 9.2, I have a problem and hope everybody help me solve it. Now I need to use mouse wheel event to zoom in or zoom out in web client, but QTP can't catch this event. I look forward helping of everybody. Thank you very much.
How do you configure QTP AND Test director?
How do you open adobe acrobat file in QTP and do some testing on that file ?
What is the basic concept of quicktest professional (qtp)?
How to customize checkpoints with parameters?
If you have two monitors one is of 19inch and the 2nd one is of 24inch,if you want to write same QTP script in both the two monitors is there any changes required in the script?
Explain the differences between table and db checkpoints?
Thanks....But can u tell me how i use the QTP for GIS with one Example...
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 environment does qtp run in?
Explain different checkpoints in qtp.
What is the syntax to call one action in another?
When ‘option explicit’ keyword is used in qtp?
What is difference between Recording time object identification and Run time (Execution) time.
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?