How to connect QTP to Testdirector
Answer Posted / murali raju
First install qtp 9.0 or 8.2 in your machine..after install
testdirector 8.0 or Qualtiy center.The latest version of
Test director is webbased test management tool.After
installing the Test Director u got one url for accessing
test director..Then copy that url. Then switch to Qulity
center conncetion option in QTP .then paste it in that url
appropriate quality center connection window..then clik
connect..it will takes some time ..
| Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
What are the differences between table and db checkpoints?
How do I generate Test Results window using descriptive method ( run time ) after my test execution process? Please have a look of my below code. ========================================================= Dim qtApp Dim qtTest Dim qtResultsOpt Set qtApp = CreateObject("QuickTest.Application") qtApp.Launch qtApp.Visible = True qtApp.Options.Run.CaptureForTestResults = "Always" qtApp.Options.Run.RunMode = "Fast" qtApp.Options.Run.ViewResults = True qtApp.Open "C:\Automation\Example", True Set qtTest = qtApp.Test qtTest.Settings.Run.OnError = "NextStep" Set qtResultsOpt = CreateObject ("QuickTest.RunResultsOptions") qtResultsOpt.ResultsLocation = "C:\Automation\Example\Res1" qtTest.Run qtResultsOpt MsgBox qtTest.LastRunResults.Status qtTest.Close Set qtResultsOpt = Nothing Set qtTest = Nothing Set qtApp = Nothing ========================================================== This code is working fine, but Test Result window is not displaying after execution. Anybody can please help me regading the same. Thanks Akshaya Madali Capgemini India Pvt Ltd 9823213538
If u r using library files (Instead of Check Points) , How do u do bitmap check ?
What is the XML file architecture ?
Hi All, I Want To excute scripts batch without using QC .I need code for that Thanks Balaji
I want to do QTP Certification what is the pattern of Question paper.
Difference between copy to action and call to action?
How to indentify MS-Word objects like Menubar, Toolbar, table/columns/rows/cells etc within Word document, using QTP?
Explain the N-tire structure(process) for Funds Transfer ( means give N ways to funds Transfer in an Application)
What is ‘object spy’ and what is the function of object spy in qtp?
What is the difference between a Function and Action in QTP?
What are the 3 main stages involved in testing with qtp?
Can U Explain about QTP tool from older version to latest version also its differences?
What is the script for database check point, bitmapchek point, regular expression ?
What is the use of Debug Viewer?