Tag: testing

Questions Related to testing

  1. Testing is not context dependent

  2. Exhaustive testing is possible

  3. Early testing is impossible

  4. Absence-of-errors fallacy


Correct Option: D
  1. Test Analysis and Design

  2. Test Planning and Control

  3. Test Implementation and Execution

  4. Evaluating Exit Criteria and Reporting


Correct Option: A
  1. Checking which planned deliverables have been delivered

  2. Finalizing and archiving testware, the test environment and the test infrastructure for later reuse

  3. Handing over the testware to the maintenance organization

  4. Writing a test summary report for stakeholders


Correct Option: D
  1. Understanding what managers value about testing.

  2. write objective and factual incident reports and review findings

  3. Identifying potential customer work-arounds for bugs

  4. Promoting better quality software whenever possible.


Correct Option: B

We split testing into distinct stages primarily because:

  1. Each test stage has a different purpose

  2. It is easier to manage testing in stages

  3. We can run different tests in different environments

  4. The more stages we have, the better the testing


Correct Option: A
  1. User acceptance testing

  2. System testing

  3. Integration testing

  4. Regression testing


Correct Option: D

Which of the following requirements is testable?

  1. The system shall be user friendly.

  2. The safety-critical parts of the system shall contain 0 faults.

  3. The response time shall be less than one second for the specified design load.

  4. The system shall be built to be portable.


Correct Option: C

Which one of the following statements about system testing is NOT true?

  1. System tests are often performed by independent teams.

  2. Faults found during system tests can be very expensive to fix.

  3. End-users should be involved in system tests.

  4. Functional testing is used more than structural testing.


Correct Option: C
  1. time runs out.

  2. the required level of confidence has been achieved.

  3. no more faults are found.

  4. the users won’t find any serious faults.


Correct Option: B

Which of the following is true of the V-model?

  1. It includes the verification of designs.

  2. It states that modules are tested against user requirements.

  3. It specifies the test techniques to be used.

  4. It only models the testing phase.


Correct Option: A