1. Explain what is Coverage status?

Percentage of testing covered at a given time is known as Coverage status. It helps in tracking project status.

2. Tell me how can we save the tests executed in Test Lab?

They saved automatically when the users clicks on "END RUN" in the Test Lab.

3. Do you know how to use QTP as an automation tool in Quality Center?

Using QTP add-in in Quality Center we can use QTP as an automation tool.

4. Explain what are the interfaces of Quality center?

The interfaces of QC are:

Site Admin
Quality Center

5. Explain what is use of Test Instance?

Test instance is required to run the test case in the lab. We can't directly test case in the lab, instead we need to run test instance of that test case.

6. Tell me what is the difference between Quality Center and Bugzilla?

Quality Center is a test management tool which supports various phases of software development life cycle whereas BugZilla is Defect Management tool only.

7. Explain what are the components of Dashboard Analysis?

The dashboard analysis has two components.

Analysis View which contain analysis tree.
Dashboard View which contains dashboard tree.

8. Explain what is assessment requirement?

Assessment requirement represents requirements that are children of analysis requirement and at lower level in tree hierarchy.

9. Tell me what is the difference between Test Director and Quality Center?

Quality center is the advanced version of Test Director. It has more features than Test Director.

10. Explain what is Risk Category?

We determine the risk category for each assessment requirement under the analysis requirement, It has two factors:

Business Criticality
Failure Probability.

11. Tell me which types of database are used in Quality Center?

When a Quality Center Project is created we have to store and manage the data generated and collected by Quality Center. Each and every project is supported by a database that is used to store project information. The following database applications are used to store and manage Quality Center information:

☛ Oracle 9.2.0.6 Standard/Enterprise Edition
☛ Oracle 10.2.0.3
☛ Microsoft SQL Server 2005 (SP2).

12. Tell me what does a live analyses graph displays in Quality Center?

Quality Center live analyses graph provides a visual overview of all tests within a folder in test plan tree.

13. Tell me does Quality Center supports UNIX Operating environment?

Yes, Quality center comes with two kinds of licenses:

☛ Quality Center for Windows.
☛ Quality Center for UNIX.

14. Tell me what the Users group determines?

The users group determines the privileges that the user has within a project.

15. Tell me how to switch between two projects in Quality Center?

There is difference in switching between two projects in Quality Center 9.0 and above and in other versions.

QC 9.0:- Select Tools then Change Projects and Select Project.

Other versions: Log-off and log-in again.

16. Tell me how many types of tabs are there in Quality Center?

Following types of tabs are available:
☛ 1. Requirement: Helps in tracking the customer requirements.
☛ 2. Test plan: Helps in designing the test cases and to store the test scripts.
☛ 3. Test lab: Helps in executing the test cases and track the results.
☛ 4. Defect: Helps in logging a defect and to track the logged defects.

17. Explain how to map the requirements with test cases in Quality Center?

We can map the requirements with test cases in QC:

1. In the requirements tab select coverage view.
2. Select requirement by clicking on parent/child or grandchild.
3. On right hand side another window will appear. It has two tabs:
(a) Tests coverage
(b) Details
Test coverage tab will be selected by default or you click on 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 your requirements.

18. Explain what are roles and responsibilities of QC admin?

Roles & responsibilities of QC Admin are:

☛ Project Creation
☛ Managing users and their authentication.
☛ Performance monitoring.
☛ Data backup etc.

19. Explain how many types of reports and graphs are there in Quality Center?

Reports and graphs can be generated any time and in each and every phase with QC module during the testing process by using default or customize settings like requirement, test plan, test lab or defect module. We can also get summary and progress reports.

20. Explain how can we export the file from Quality Center to Excel/Word?

A file can be exported from any of the following tab in excel or word format.

☛ Requirement tab:
Right click on main Requirement
Click on export
Save as word, excel or other template.

☛ Test plan tab:
Select a test script.
Click on the design steps tab.
Right click anywhere in the window
Click on export and save as.Note: Only individual test can be exported. No parent child export is possible.

☛ Test lab tab:
Select a child group.
Click on execution grid.
Right click and save in excel or other format.

☛ Defects Tab:
Right click anywhere in the window.
Export all or selected defects.
Save them in excel sheet or any other format.

21. Tell me how to use Quality Center in real time project?

Following are the steps to use Quality Center in real time project.

☛ Complete the preparation of test cases.
☛ Export the test cases into Quality Center and Load them in the test plan module
☛ Move the test cases from test plan tab to the test lab module.
☛ Execute the test cases and check for the results
☛ If we got any defects and raise the defects in the defect module.

22. Tell me what are the phases of test management with Quality Center in order?

There are 5 phases: Specify releases, Specify requirements, Plan tests, Execute tests, Track defects.

23. Explain what is Unattached Folder in Test Plan?

When we delete a folder or test from the test plan tree there are two ways. We can delete only folder or we can delete that folder, its sub folder and test also. When we delete only folder, all the tests under it moved to the unattached folder in the test plan tree.

24. Explain what is meant by test lab in Quality Center?

Test lab is a functionality of Quality center using which we execute tests. We create test trees and add tests to those trees and placed them under test plan in a project. These tests then needs to imported in the Test lab module where Quality center executes them.

25. Explain what is Matching Defects?

Matching Defects helps us to find and eliminate duplicate or similar defects in project. There are two methods to search of similar defects.

☛ Finding similar Defects which compare a selected defect with all other existing defects in project.
☛ Finding similar Text which compares a specific test string against all other existing defects in project.

26. Do you know the architecture of HP-ALM?

HP ALM has following components:

☛ HP ALM client.
☛ ALM server/Application server.
☛ Database servers.

27. Do you know the modules of Quality Center?

The Quality Center modules are:

☛ Release Module: Allows us creating a project release. Each release can have multiple cycles.
☛ Requirement Module: Allows us in managing requirements like what we are testing, what are the requirement topics and items and what are the analyzing requirements.
☛ Test Plan: Allows us to write test cases for the requirements in a hierarchical tree-structure.
☛ Test Resources: Allows us in managing test resources. Tests resources can be associated with tests.
☛ Test lab: Allows us to run tests and analyze the results.
☛ Defect Module: Allows us to log all the failed test cases results.
☛ Dashboard: Allows us to create graphs and reports.

28. Tell me is 'Not covered' and 'Not run' status are same?

No, there is difference between 'Not Covered' and 'Not Run' status.

Not Covered status means all those requirements for which the test cases are not written and Not Run status means all those requirements for which test cases are written but are not run.

29. Do you know what is a Table in QC project?

A table is a part of database which stores records of information about the test plan.

30. Do we have programming interface in Quality Center?

No, we don't have programming interface in Quality Center.

31. What is version Control?

To keep track of changes made to entities in the project we use version control. We can create QC entities and also keep previous version of those entities in requirements to track the changes.

32. Do you know what are the benefits of using Quality Center?

Quality Center is simple and one of the best test management tool. Its benefits are:

☛ It can be accessed through an IE browser.
☛ Project database of a test can be maintained by QC.
☛ It can be integrated with HP testing tools like QTP and Load Runner. It is also compatible with third party tools.
☛ It helps in effectively executing test sets, collecting results and analyzing data.
☛ It helps in monitoring defects closely.
☛ QC can be linked to an email system which provides an easy way to share defect tracking information.
☛ It can be used for creating reports and graphs which helps in analyzing test data.
☛ It supports virtual environments like Citrix XenApp 6.0 and VMware ESX 5.0.

33. Tell me what is Defect Tracking?

Defect Tracking is a method of finding and removing application defects. We can add or detect defects to project in any stage of application management process.

34. Tell me how many built in tables does Quality Center have?

There are six built in tables:

☛ Test Table
☛ Test Step Table
☛ Test Set Table
☛ Run Table
☛ Defect Table
☛ Requirement Table

35. What is linking Defect to test in Quality Control?

Defects can be linked to test in the defect grid. It helps to run the tests based on the status of the defect. Defects can be linked to other entities as well such as requirements. Linking can be direct or indirect. If the defect link is with entity then QC adds a direct link and if the link is with run step then QC adds an indirect link to its run, test instance, test set and test.