Computer Knowledge

Software Testing and Quality Control

2,292 Questions

Software testing and quality control questions cover testing methodologies, unit testing, and defect management. These concepts are crucial for the computer knowledge sections of competitive exams. Practice these questions to understand verification and validation processes thoroughly.

Quality control typesUnit testing purposeSoftware vulnerability testingTest planning tasksLoop testing criteriaTest harness functions

Software Testing and Quality Control Questions

Multiple choice technology testing
  1. Smoke & Integration

  2. Smoke & Automated

  3. Integration & Manual

  4. Manual & Automated

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Test sets in Quality Center can contain both manual and automated tests, giving teams flexibility to group different test types together for execution cycles.

Multiple choice technology testing
  1. a folder of test result

  2. a folder of testing cycle

  3. a group of tests to achieve goal

  4. a group of test assigned to a release

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

A test set is a logical collection of tests grouped to achieve a specific testing objective or goal, such as validating a feature or supporting a release cycle.

Multiple choice technology testing
  1. Defect

  2. Requirement & Defect

  3. Requirement, Test Plan, Defect

  4. Requirement, Test Plan, Test lab, Defect

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Defects can be logged from multiple modules - Requirements (during specification review), Test Plan (during test design), Test Lab (during test execution), and the Defect module itself.

Multiple choice technology testing
  1. All cycles

  2. Only 1st cycle

  3. Only last cycle

  4. none of cycle

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

In HP ALM/Quality Center, when a requirement is assigned to a release, it needs to be tested across all cycles to ensure thorough validation. Testing only in one cycle would not provide complete coverage. Testing only in the last cycle would miss early feedback and integration issues. The 'all cycles' approach ensures regression testing and catches defects throughout the release lifecycle.

Multiple choice technology testing
  1. Yes indirectly linked to test instance

  2. No, a defect can be linked to only one entity

  3. No all linked to other entities must be done separately

  4. Yes, directly to other defect linked to test instance

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

In HP ALM/Quality Center, when you log a defect during manual test execution, it is automatically linked to the test instance from which it was created. This indirect link maintains traceability between defects and test execution. The defect is not linked to only one entity - it has associations. No separate linking is required as the system handles it automatically. It's not directly linked to other defects, but to the test instance.

Multiple choice technology testing
  1. No , it can not be recovered

  2. Yes, it can be from Subject folder

  3. Yes, it can be from Unattached folder

  4. Yes, it can be from Deleted folder

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

In QC/ALM, when you delete a folder, it moves to the Unattached folder where it can be recovered. The Unattached folder acts as a temporary holding area for deleted items before they are permanently removed. The Deleted folder typically contains items that are permanently deleted and cannot be recovered.

Multiple choice technology testing
  1. No

  2. Yes, however an automated test can not follow manual test

  3. Yes, automated and manual test may be used in same test

  4. None

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

In QC/ALM, a test set can contain both manual and automated tests. Test sets are designed to be flexible containers that can organize different types of tests together. You can mix manual and automated tests within the same test set for comprehensive test execution and reporting.

Multiple choice technology testing
  1. Test case

  2. Repository

  3. Load test

  4. Defects

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Quality Center (QC) is fundamentally a test management repository that stores and organizes test artifacts including test cases, requirements, and defects. Its primary functionality is to serve as a centralized storage and management system for all quality assurance processes and artifacts.

Multiple choice technology testing
  1. The name and/or organisational position of the person raising the problem.

  2. Version of the Software Under Test.

  3. Suggestions as to how to fix the problem.

  4. Actual and expected results.

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Software incident reports document defects with factual information: who reported it, software version, and actual vs. expected results. They describe what went wrong, not how to fix it - determining the solution is a separate debugging task for developers.

Multiple choice technology testing
  1. Test case specification.

  2. Test design specification.

  3. Test procedure specification.

  4. Test results.

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The test case specification defines test inputs, execution conditions, and expected results. Test design specification outlines the overall test approach, test procedure specification details execution steps, and test results document actual outcomes from test execution.