SQA DojoISTQB Exam Prep

Which Test Technique Is the Question Asking For?

Candidates rarely lose chapter 4 marks because they cannot execute a technique. They lose them by executing the wrong one, correctly. The techniques are taught one at a time and then examined mixed together with no label, so the skill being tested is recognition - knowing, before you count anything, which procedure the stem wants.

Read the stem, then pick

If the question gives youThe technique isAnd you count
A range or set of inputs treated alike, and asks how many groupsEquivalence partitioningPartitions - and remember the invalid ones
A range, and asks which values to test at its edgesBoundary value analysisCoverage items - 2 or 3 per boundary value, as the stem specifies
Several conditions that are all true or false at the same momentDecision table testingColumns - 2 to the power of the number of binary conditions
States, events, and what happens in what orderState transition testingTransitions - every valid one for 0-switch coverage
A tester's knowledge, a checklist, or an unscripted sessionExperience-based - error guessing, checklist or exploratoryNothing - these are not counted, and that is itself the tell
Source code, or asks about statements and branchesNot black-box at all - this is white-boxStatements or branches

The single most useful question to ask is whether order matters. If the same inputs arriving in a different sequence would behave differently, you need a state model; if the outcome depends only on which conditions hold together, you need a decision table. Everything else follows from what the stem asks you to produce - groups mean partitions, values at the edges mean boundaries.

The distinctions worth working through

Three of these carry enough detail to be worth a page each. The rest of the exam’s confusable pairs are covered in one line apiece on the glossary term pages they belong to.

Test your knowledge with real ISTQB-style questions

You’ve learned Chapter 4. Now sit a full 40-question paper and see if it holds up under the clock.

Sit a full 40-question paper

Or read questions with worked answers, or take a chapter-only practice drill.