QuestionQ66

Chapter 4: Test Analysis and Design

Which statement about checklist-based testing is TRUE?

  • A Checklist-based testing is a technique for managing the review meeting that can be applied in those reviews where the use of checklists is mandatory, as is often the case in formal reviews.
  • B Checklist-based testing is a review technique that can be used in a formal review process where reviewers, during individual review, try to detect issues within the work product based on a checklist.
  • C In checklist-based testing, using checklists at a high level of detail is more likely to produce test cases that are easier to reproduce than those using checklists at a low level of detail.
  • D Checklists used in checklist-based testing should be reviewed periodically for updates as, over time, test cases designed using the same checklist may become less effective at finding defects.
Explanation

Checklists should be reviewed and updated periodically. Repeatedly designing tests from an unchanged checklist can reduce its ability to reveal defects as the product, risks, and known defect patterns evolve.

Community Discussion

No comments yet. Be the first to start the discussion!