InterviewSolution
This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
How To Use Qtp As An Automation Tool In Quality Center? |
|
Answer» Using QTP add-in in Quality CENTER we can use QTP as an AUTOMATION tool. Using QTP add-in in Quality Center we can use QTP as an automation tool. |
|
| 2. |
What Is Business Component? |
|
Answer» Business component is used for Business PROCESS TESTING known as BPT. Business component provide script FREE environment for CREATING tests. Business component is used for Business Process testing known as BPT. Business component provide script free environment for creating tests. |
|
| 3. |
What Is Coverage Status? |
|
Answer» Percentage of testing covered at a GIVEN TIME is KNOWN as Coverage status. It HELPS in tracking project status. Percentage of testing covered at a given time is known as Coverage status. It helps in tracking project status. |
|
| 4. |
What Types Of Requirements Can Be Added To Test Cases In Quality Center? |
|
Answer» There are two types of requirements can be ADDED to test cases in Quality Center:
There are two types of requirements can be added to test cases in Quality Center: |
|
| 5. |
How To Use Quality Center In Real Time Project? |
|
Answer» Following are the steps to use Quality Center in REAL time project.
Following are the steps to use Quality Center in real time project. |
|
| 6. |
What Is Use Of Test Instance? |
|
Answer» 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. 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. |
|
| 7. |
How Do You Run Reports From Quality Center? |
|
Answer» To run reports from QC:
To run reports from QC: |
|
| 8. |
How Can We Save The Tests Executed In Test Lab? |
|
Answer» They saved AUTOMATICALLY when the USERS CLICKS on “END RUN” in the Test LAB. They saved automatically when the users clicks on “END RUN” in the Test Lab. |
|
| 9. |
How Does The Records Appear In Quality Center? |
|
Answer» By DEFAULT in the ORDER in which they were ADDED. By default in the order in which they were added. |
|
| 10. |
What Are The Interfaces Of Quality Center? |
|
Answer» The interfaces of QC are: The interfaces of QC are: |
|
| 11. |
What Are The Phases Of Test Management With Quality Center In Order? |
|
Answer» There are 5 phases: There are 5 phases: |
|
| 12. |
What Does A Live Analyses Graph Displays In Quality Center? |
|
Answer» QUALITY Center live analyses GRAPH provides a visual overview of all tests WITHIN a FOLDER in test plan tree. Quality Center live analyses graph provides a visual overview of all tests within a folder in test plan tree. |
|
| 13. |
What Is A Table In Qc Project? |
|
Answer» A table is a part of database which STORES RECORDS of INFORMATION about the test PLAN. A table is a part of database which stores records of information about the test plan. |
|
| 14. |
How To Map The Requirements With Test Cases In Quality Center? |
|
Answer» We can map the requirements with test cases in QC: We can map the requirements with test cases in QC: |
|
| 15. |
How Do You Find Duplicates Bugs In The Quality Center? |
|
Answer» We can find duplicate bugs in the defect MANAGER TAB USING “Find SIMILAR Defects” button. We need to ENTER defect description in brief and it shows similar defects. We can find duplicate bugs in the defect manager tab using “Find Similar Defects” button. We need to enter defect description in brief and it shows similar defects. |
|
| 16. |
What Are Roles And Responsibilities Of Qc Admin? |
|
Answer» ROLES & responsibilities of QC Admin are:
Roles & responsibilities of QC Admin are: |
|
| 17. |
What Is Assessment Requirement? |
|
Answer» ASSESSMENT REQUIREMENT represents requirements that are children of ANALYSIS requirement and at lower LEVEL in TREE hierarchy. Assessment requirement represents requirements that are children of analysis requirement and at lower level in tree hierarchy. |
|
| 18. |
What Is Risk Category? |
|
Answer» We determine the RISK category for each assessment requirement under the analysis requirement, It has TWO factors:
We determine the risk category for each assessment requirement under the analysis requirement, It has two factors: |
|
| 19. |
What Is The Default Database In Quality Center? |
|
Answer» SQL SERVER is the default DATABASE in QUALITY Center. SQL Server is the default database in Quality Center. |
|
| 20. |
What The Users Group Determines? |
|
Answer» The USERS GROUP DETERMINES the PRIVILEGES that the user has within a PROJECT. The users group determines the privileges that the user has within a project. |
|
| 21. |
Why To Use Filters? How You Define It? |
|
Answer» To SEE the records that MEET the specific CRITERIA that we DEFINE we use filters. We can define multiple ITEMS as Filter. To see the records that meet the specific criteria that we define we use filters. We can define multiple items as Filter. |
|
| 22. |
How Does You Control The Access To A Qc Project? |
|
Answer» We NEED to SPECIFY the USERS and the PRIVILEGES for each USER. We need to specify the users and the privileges for each user. |
|
| 23. |
What Is Meant By Instance? |
|
Answer» A Test Case imported from Test PLAN MODULE to Test Lab module is CALLED an INSTANCE of that test case. It is POSSIBLE to have multiple instances of the same Test Case in the Test Lab Module. A Test Case imported from Test Plan module to Test Lab module is called an Instance of that test case. It is possible to have multiple instances of the same Test Case in the Test Lab Module. |
|
| 24. |
Explain Version Control. |
|
Answer» Version Control helps us to keep track of changes made to ENTITIES in our project including requirements. In this we can create and manage QC entities while maintaining PREVIOUS version of those entities in requirements. To MAKE changes in an entity in a version control enabled project, first we have to check out the entity. When we check out an entity, QC LOCKS the entity, preventing other USERS from overwriting any changes we make. The checked out version of the entity is not visible to the other user.
Version Control helps us to keep track of changes made to entities in our project including requirements. In this we can create and manage QC entities while maintaining previous version of those entities in requirements. To make changes in an entity in a version control enabled project, first we have to check out the entity. When we check out an entity, QC locks the entity, preventing other users from overwriting any changes we make. The checked out version of the entity is not visible to the other user. |
|
| 25. |
How To Ensure That There Is No Duplication Of Bugs In Quality Center? |
|
Answer» In the defect TRACKING window of QC, there is a “FIND similar defect” icon. When this icon is CLICKED after writing the defect, if ANYBODY else has entered the same defect then it points it out. In the defect tracking window of QC, there is a “find similar defect” icon. When this icon is clicked after writing the defect, if anybody else has entered the same defect then it points it out. |
|
| 26. |
Explain Linking Defect To Test In Quality Control. |
|
Answer» We can link a test in our test plan to a specific defect in the Defect GRID. This is useful, for example, when a new test is created specifically for a known defect. By creating a LINKING, we can determine if the test should be run based on the status of the defect. We can also link the defect to other entities, such as requirements. A defect can be linked directly or indirectly to an entity. When we ADD a defect link to an entity, QC adds a direct link to this entity and indirect link to other RELATED entities. When we link a defect to run step, it adds an indirect link to its run, test INSTANCE, test set and test. If the same test is covered by a requirement, an indirect link is also added to the requirement, but indirect linkage is one directional flow. We can link a test in our test plan to a specific defect in the Defect Grid. This is useful, for example, when a new test is created specifically for a known defect. By creating a linking, we can determine if the test should be run based on the status of the defect. We can also link the defect to other entities, such as requirements. A defect can be linked directly or indirectly to an entity. When we add a defect link to an entity, QC adds a direct link to this entity and indirect link to other related entities. When we link a defect to run step, it adds an indirect link to its run, test instance, test set and test. If the same test is covered by a requirement, an indirect link is also added to the requirement, but indirect linkage is one directional flow. |
|
| 27. |
How Many Types Of Reports And Graphs Are There In Quality Center? |
|
Answer» 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. 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. |
|
| 28. |
What Is Test Lab? |
|
Answer» In order to execute a Test Case (Developed in the Test Plan MODULE) either manual or automated it needs to IMPORTED into Test Lab Module. In SUM, Test Cases are CREATED in Test Plan Module while they are executed in Test Lab Module. In order to execute a Test Case (Developed in the Test Plan Module) either manual or automated it needs to imported into Test Lab Module. In sum, Test Cases are created in Test Plan Module while they are executed in Test Lab Module. |
|
| 29. |
What Is The Purpose Of Creating Child Requirement In Td /qc? |
|
Answer» By CREATING CHILD REQUIREMENTS to the main requirement you can evaluate the sub requirements related to the main requirements. You can link test sets and defects to the sub-requirements. This HELPS in 100% test COVERAGE and its analysis. By Creating Child requirements to the main requirement you can evaluate the sub requirements related to the main requirements. You can link test sets and defects to the sub-requirements. This helps in 100% test coverage and its analysis. |
|
| 30. |
How Will You Generate The Defect Id In Quality Center? |
|
Answer» The DEFECT ID is AUTOMATICALLY generated after clicking SUBMIT button. The Defect ID is automatically generated after clicking Submit button. |
|
| 31. |
Explain The Modules Of Quality Center? |
|
Answer» The Quality Center modules are:
The Quality Center modules are: |
|
| 32. |
What Is The Difference Between Quality Center And Bugzilla? |
| Answer» | |
| 33. |
Do We Have Programming Interface In Quality Center? |
|
Answer» No, we don’t have PROGRAMMING INTERFACE in QUALITY CENTER. No, we don’t have programming interface in Quality Center. |
|
| 34. |
Is 'not Covered' And 'not Run' Status The Same? |
|
Answer» Not Covered status means all those REQUIREMENTS for which the TEST CASES are not WRITTEN whereas Not Run status means all those requirements for which test cases are written but are not run. Not Covered status means all those requirements for which the test cases are not written whereas Not Run status means all those requirements for which test cases are written but are not run. |
|
| 35. |
What Is The First & Latest Version Of Quality Center? |
|
Answer» QUALITY Center 8.0 is the first VERSION and Quality Center or ALM 12.0 is the latest version. Quality Center 8.0 is the first version and Quality Center or ALM 12.0 is the latest version. |
|
| 36. |
What Is The Difference Between Testdirector And Quality Center? |
|
Answer» Quality Center is upgraded version of Test Director BUILT by the same VENDOR Mercury (Now acquired by HP).Test Director Version 8.2 ONWARDS is know as Quality Center. Quality Center is has ENHANCED Security/Test MANAGEMENT /Defect management features when compared to Test Director. Quality Center is upgraded version of Test Director built by the same vendor Mercury (Now acquired by HP).Test Director Version 8.2 onwards is know as Quality Center. Quality Center is has enhanced Security/Test management /Defect management features when compared to Test Director. |
|
| 37. |
What Is Meant By Test Lab In Quality Center? |
|
Answer» 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 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 |
|
| 38. |
How To Import Test Cases From Excel / Word To Quality Center? |
|
Answer» 1.Install and Configure the MICROSOFT Excel / Word Add-In for QUALITY Center. 1.Install and Configure the Microsoft Excel / Word Add-In for Quality Center. |
|
| 39. |
What Are The Benefits Of Using Quality Center? |
|
Answer» Quality Center is SIMPLE and one of the best test management tool. Its benefits are:
Quality Center is simple and one of the best test management tool. Its benefits are: |
|
| 40. |
What Is Quality Center Used For? Or What Are The Benefits And Features Of Quality Center ? |
|
Answer» Quality Center is a comprehensive test management tool. It is a web-based tool and supports HIGH level of communication and ASSOCIATION AMONG various STAKEHOLDERS (Business Analyst, Developers , Testers etc. ) , driving a more effective and efficient global application-testing process. Automation Tools like QTP , WinRunner & LoadRunner can be integrated with Quality Center. One can also create REPORTS and graphs for Analysis and Tracking for Test processes. Quality Center is a comprehensive test management tool. It is a web-based tool and supports high level of communication and association among various stakeholders (Business Analyst, Developers , Testers etc. ) , driving a more effective and efficient global application-testing process. Automation Tools like QTP , WinRunner & LoadRunner can be integrated with Quality Center. One can also create reports and graphs for Analysis and Tracking for Test processes. |
|