Test Analysis and Design Workshop 2
Chapter 4 Question Workshop
Chapter 4 questions extracted from the supplied ya01b quiz, with the complete question text and answer options. Try each question first, then reveal a visual, step-by-step worked solution.
How to use this workshop
The questions below focus on Chapter 4 topics: decision tables, acceptance criteria, boundary value analysis, ATDD, branch coverage, error guessing, experience-based testing, and white-box techniques. The worked answers favor tables so the reasoning flow is easy to scan.
1. Identify
Recognize the technique or collaboration concept being tested.
2. Model
Turn the wording into partitions, boundaries, rules, branches, or definitions.
3. Compare
Evaluate every answer against that model.
4. Conclude
Select the option supported by the evidence.
Chapter 4 Exam Patterns
Decision tables
Count feasible condition combinations or evaluate each rule/column.
BVA
Write the partitions first, then mark the boundary values required by the stated variant.
White-box
Ask what structural element is being covered: statements or branches.
Experience-based
Look for tester knowledge, intuition, exploration, checklists, and anticipated failures.