Which ONE of the following statements BEST applies tochecklist-based testing?
A.
Checklists should contain general guidelines to ensure that all aspects of the software are covered.
B.
Checklists should contain specific test conditions that can be individually and directly checked.
C.
Checklists should primarily consist of automated test cases to maximize efficiency.
D.
Checklists should be used exclusively for functional testing, as they are unsuitable for non-functional testing.
The Answer Is:
B
This question includes an explanation.
Explanation:
Checklist-based testingusesspecific test conditions(B) that help testers ensure key aspects are validated. The checklist items can be derived from past defects, requirements, or regulatory standards.
(A) is incorrectbecause general guidelines lack specificity.
(C) is incorrectbecause checklists can be used for both manual and automated testing.
(D) is incorrectbecause checklists are useful for both functional and non-functional testing (e.g., security, performance).