Test Director Interview Preparation Guide
Download PDF

Test Director Interview Questions and Answers will guide us now that Test Director is a test management tool produced by Mercury Interactive. Its four modules, Requirements, Test Plan, Test Lab and Defects Manager are integrated to enable information to flow smoothly between different stages of the testing process, so learn Test Director and get job in Test Director with the help of this Test Director Interview Questions with Answers guide

38 Test Director Questions and Answers:

Table of Contents:

Test Director Interview Questions and Answers
Test Director Interview Questions and Answers

1 :: What is the difference between Master test plan and test plan?

Master test plan is the doccumaent in which each and every functional point is validated. Test case docuument contains test cases, Test case is the perception with which probability of finding the defect is more.

2 :: What is the main purpose of storing requirements in Test Director?

In TestDirector(Requirement Tab) We Stores Our Project Requirement documents according to our modules or functionality of the applications. This helps us to makes sures that all requirements are covered when we trace developed Test Case/Test Script to the requirements. This helps QA Manager to review what extent the requirements are covered.

3 :: What are the 3 views and what is the purpose of each view?

The 3 views of requirment are:
1)Document View-tabulated view
2)Coverage View-establish a relationship between requirement and the test assosiated with them along with their execution status.Mostly the requirements are written in this view only.
3)Coverage analysis view-show a chart with requirementassociated with the test,and execution status of the test.

4 :: How do you ensure that there are no duplication of bugs in Test Director?

In the defect tracking window, at the top we can see the find similar defect icon. If we click after writing our defect, if any of the tester already added the similar defect it will tell. Else we can add.

5 :: How many types of reports can be generated using TestDirector?

Reports on TestDirector display information about test requirements, the test plan, test runs, and defect tracking. Reports can be generated from each TestDirector module using the default settings, or you can customize them. When customizing a report, you can apply filters and sort conditions, and determine the layout of the fields in the report. You can further customize the report by adding sub-reports. You can save the settings of your reports as favorite views and reload them as needed.

6 :: Difference between WinRunner and Test Director?

WinRunner: Its an Automation Testing tool, used for automation of manual written Test Cases to Test Scripts and Regression Test also. Test Director: Its an Testing Management tool, used from Creating Test Plan,Preparation of testCases, execution of testcases and generating defect report.Also used for maintaining Test Scripts.

7 :: How will you generate the defect ID in test director? Is it generated automatically or not?

The Defect ID will be generated automatically after the submission of the defect..

8 :: How to add Test ID to TestPlan?

Create an object with a type = Number. Name it something like "Test_ID" in the Customize Entities area. Then go into the Workflow Script Editor to "TestPlan module script/TestPlan_Test_MoveTo" and insert the following: if Test_Fields.Field("Your Object Name").Value <> Test_Fields.Field ("TS_TEST_ID").Value then Test_Fields.Field("Your Object Name").Value = Test_Fields.Field("TS_TEST_ID").Value end if This will put an object on each test thet displays the Test ID Number.

9 :: How to map requirements with testcases in TestDirector?

1. In requirements TAB select coverage view.
2. Select requirement by clicking on Parent/Child or grand Child.
3. On right hand side (in Coverage View Window) another window will appear. It has two TABS (a) Tests Coverage (b) Details. Test Coverage TAB will be selected by default or you click it.
4. Click on Select Tests Button. A new window will appear on right hand side and you will see a list of all tests.
You can select any test case you want to map with you requirement.

10 :: How can we add requirements to test cases in Test Director?

You can add requirements to test cases in two ways; either from Requriements tab or Test Plan tab. Navigate to the appropriate Requirement and right click, you can find the menu to map the test case and the vice versa is available in Test plan tab.

11 :: How to use TestDirector in real time projects?

Once completed the preparing of the test cases. 1. Export the test cases in to Test Director. ( it will contain total 8 steps). 2. The test cases will be loaded in the Test Plan module. 3. Once the execution is started, we move the test cases from Test Plan tab to the Test Lab module. 4. In Test Lab, we execute the test cases and put as pass or fail or incomplete. We generate the graphs in the test lab for daily report and sent to the onsite (where ever you want to deliver). 5. If you got any defects and raise the defect in the defect module. When raising the defect ,attach the defect with the screen shot.

12 :: What does Test Grid contains?

The Test Grid displays all the tests in a TestDirector project. The Test Grid contains the following key elements: Test Grid toolbar, with buttons of commands commonly used when creating and modifying the Test Grid. Grid filter, displaying the filter that is currently applied to a column. Description tab, displaying a description of the selected test in the Test Grid. History tab, displaying the changes made to a test. For each change, the grid displays the field name, date of the change, name of the person who made the change, and the new value.

13 :: How to generate the graphs in Test Director?

Open test director and then click the Analysis you will find three type of graphs Planning Progress Graphs Planning Summary Graphs Defect Age Graph Click any of one and you can generate the graphs..

14 :: Can we upload test cases from an excel sheet into Test Director?

Yes, you can do that. Go to Add In menu in TestDirector, find the Excel add in, and install it in you machine. Now open excel, you can find the new menu option export to Test director. Rest of the procedure is self explanatory

15 :: How can we create our own Defect Template from Test Director? Is it possible in Test Director?

You can not create your own template for defect reporting in Test Director but you can customize the Template in Test Director

16 :: How can we export multiple test cases from TD in a single go?

Open any test and click on the tab 'design step'. Once it opens, you can right click on the first cell and export into any format .

17 :: How to customize the reports generated?

This depends a lot of what you are interested in "reporting on". You have to combine both SQL and VB script to extract data from TD to Excel. Its also possible to "customize" the standard reports given from the "analyze" tab, this is written in XML if you are familiar with this language. If you log in to Mercury support you will be able to find a lot of code examples.

18 :: How many tabs in TestDirector and explain them?

there are 4 tabs available in Testdirector.
1. Requirement -> to track the customer requirenments
2. Testplan -> to design the testcases & to store the testscripts
3. Testlab -> to exectue the testsets & track the results
4. Defect -> to log a defect & to track the logged defects

19 :: How do we attach Excel sheet with test director?

This function is for getting datatable(excel sheet) in test director. Try to use it and as vbs file and call this function to get ur datatable. GetAttachment(FileName, OutPath) FileName The name of the attachment that needs to be copied OutPath The folder location where the file needs to be stored Return value The full path where the file has been copied on the local file system Example: FilePath = GetAttachment("test.pdf", "C:") MsgBox "Your file is here:" & FilePath The GetAttachmentFromTest finds the attachment associated to the given test name and stores it in a local folder. GetAttachmentFromTest(TestName, FileName, OutPath) TestName The name of the test where the attachment is located FileName The name of the attachment that need to be copied OutPath The folder location where the file needs to be stored Return value The full path where the file has been copied on the local file system

20 :: What is the use of Test Lab in Test director?

Test Lab can be used to create a test set. You can add one or many test cases into a test set. Then run all test cases in a test set together and change the status as pass/fail.

21 :: Can we map the Defects directly to the requirements (not thru the test cases) in the Test Director?

Yes. Create your req. structure. Create the test case structure and the test cases Map the testcases to the apr. req. Run and report bugs from your test cases in the test lab module. The database structure in TD is mapping testcase to defects, only if you have created the bug from the apr. test case. Maybe you can update the mapping by using some code in the bug script module (from the customize project funktion), as fare as I know, its not possible to map defects directly to an req.

22 :: How do I run reports from Test Director?

This is how you do it:
1. Open the test director project.
2. Display the requirements module.
3. Chose report Analysis > Reports > Standard Requirements Report.

23 :: Can we export the files from Test director to Excel Sheet? If yes then how?

Design tab -- Right click -> go to save as -> select excel and save it Requirement tab -- Right click on main req/ click on export/ save as word, excel or other template. This would save all the child requirement. Test plan tab-- only individual test can be exported. No parent--child export is possible.Select a test script. click on the design steps tab. right click anywhere on the open window. click on export and save as.... Test lab tab-- select a child group. Click on execution grid if it is not selected. right click anywhere . default save option is excel. but can be saved in doc and other formats. select 'all' or 'selected' option. defects tab -- right click anywhere on the window, export all or 'selected' defects and save excel sheet or document.

24 :: Is it necessary to learn Test Director for beginners?

Test director is a test mangement tool, it is used across all major organizations and is generally used for management of all test activities in organization. It is important to learn this tool, but for beginners it is enough to understand how to log defects into it and how to run tests using it.

25 :: Can you please explain the procedure of connecting TestDirector in QTP?

To connect to TD from QTP follow the steps... Open Qtp ==> Tools ==> Select TestDirector Connection ==> In Server Connction Box Enter TD address(URL of TD) ==> Click Connect==> In project Connection Box Enter the Details Domain,Project,User name and Password ==> Click Connect If you want to reconnect on startup check the reconnect on startup and save password for reconnection on startup. Then close.