Chapter 427% of exam
Test Analysis and Design
Test analysis and design is the most heavily weighted chapter on the exam. It covers black-box techniques (equivalence partitioning, boundary value analysis, decision tables, state transition testing), white-box techniques (statement and branch coverage), and experience-based techniques (error guessing, exploratory testing).
69
Practice Questions
27%
Exam Weight
14 Easy31 Med24 Hard
Difficulty Spread
Key Concepts
- ●Equivalence partitioning
- ●Boundary value analysis
- ●Decision table testing
- ●State transition testing
- ●Statement and branch coverage
- ●Experience-based techniques
- ●Error guessing and exploratory testing
Exam Tips
This chapter carries 27% of the exam weight. Practice calculating test cases for equivalence partitioning and boundary value analysis. Be comfortable reading decision tables and state transition diagrams. K3-level questions require you to apply techniques, not just recognize them.