Tag: testing

Questions Related to testing

A program whose purpose is to reduce the number of defects produced is known as a quality improvement program

  1. True

  2. False


Correct Option: B

The Baldridge award is a world-wide quality award.

  1. True

  2. False


Correct Option: B

The intent of the quality control checklist should be to improve the quality of the product being controlled by investigative means.

  1. True

  2. False


Correct Option: B

Function points are hardware and software independent

  1. True

  2. False


Correct Option: B

Which document contains a set of test cases?

  1. A Test Specification

  2. A Test Plan

  3. A Test Report

  4. A Testers CV


Correct Option: A

Where are the results of a testing phase stored?

  1. A Test Specification

  2. A Test Plan

  3. A Test Report

  4. A Test Case


Correct Option: C

What is used to check that sufficient testing has been performed?

  1. Exit Criteria

  2. Test Deletion Criteria

  3. The Test Plan

  4. The Test Specification


Correct Option: A
Explanation:

To determine whether sufficient testing has been performed, the user needs to know about the different types of testing and the processes involved in software testing.

Option A: Exit criteria are a set of conditions that must be met before a project or phase can be considered complete. This includes completing all the specified tests. Exit criteria can be used as a measure of whether sufficient testing has been performed. This option is correct.

Option B: Test Deletion Criteria refers to the conditions that determine when to remove tests from a test suite. It is not used to check whether sufficient testing has been performed. Therefore, this option is wrong.

Option C: A Test Plan outlines the testing approach, objectives, scope, and schedule for a testing project. It is not used to check whether sufficient testing has been performed. Therefore, this option is incorrect.

Option D: The Test Specification is a document that specifies the test requirements, test cases and test data for a software testing project. It is not used to check whether sufficient testing has been performed. Therefore, this option is wrong.

Therefore, the correct answer is:

The Answer is: A. Exit Criteria