ISTQB Mock App

Equivalence Partitioning

Equivalence Partitioning is a black-box test technique that designs test cases by dividing data into partitions that are expected to behave similarly.

Official definition
ISTQB Official Glossary Definition
A black-box test technique in which test conditions are equivalence partitions exercised by one representative member of each partition.

(Definition reproduced from the ISTQB Glossary. Copyright belongs to ISTQB.)

View the complete ISTQB Glossary

What is Equivalence Partitioning?

This technique improves testing efficiency by selecting representative values from valid and invalid partitions instead of testing every possible input.

Partition identification: Inputs are grouped based on expected behavior.

Representative selection: One or more values are chosen from each partition.

Relationship to BVA: Often combined with Boundary Value Analysis for better coverage.

Real World Example

A banking team is updating the daily transfer limit rules for personal accounts, including the exact minimum and maximum amounts a customer may send.

The risky part is not the middle of the range; it is the values sitting at, just below, and just above each limit. That is where Equivalence partitioning becomes practical instead of theoretical.

The tester turns the rule into focused test data, checks the valid edges, and deliberately tries values just outside the allowed range to expose off-by-one and validation defects.

Because the team understands Equivalence partitioning, they catch limit-handling defects before release instead of discovering them through failed customer transfers.

Practice Questions

Question 1

Which statement BEST describes Equivalence partitioning in the context of ISTQB terminology?

Question 2

A tester needs to explain Equivalence partitioning to a non‑technical stakeholder. Which approach is MOST appropriate?

Test your knowledge with real ISTQB-style questions

You’ve learned Equivalence Partitioning. Test your understanding with topic-specific questions in our Mock Exams.

Go to Mock Exams