What is Equivalence Partitioning?
Equivalence partitioning is a test design technique that divides input data into groups (partitions) where all values within a partition are expected to be treated the same way by the system.
Free to start · 7-day trial on paid plans
In depth.
The core insight is that if the system handles one value in a partition correctly, it should handle all values in that partition correctly. This lets you reduce thousands of potential test inputs to a manageable number by selecting one representative from each partition. For a field that accepts ages 18-65, the partitions are: invalid low (0-17), valid (18-65), and invalid high (66+). Testing one value from each partition (e.g., 10, 30, 70) covers the logic without redundancy.
Equivalence partitioning applies to any input type, not just numbers. For a country dropdown, valid partitions might include countries with special tax rules, countries with embargoed shipping, and standard countries. For file uploads, partitions could be valid file types, invalid file types, oversized files, and empty files.
The technique is most powerful when combined with boundary value analysis. Equivalence partitioning identifies the groups; BVA zooms in on the transitions between them. Together, they provide structured, efficient coverage that is easy to justify to stakeholders.
Why interviewers ask about this.
Interviewers test your ability to design efficient test suites. Equivalence partitioning shows you can think systematically about reducing test cases without sacrificing coverage.
Example scenario.
An API endpoint accepts a quantity parameter from 1 to 999. Partitions: invalid (0 and below), valid (1-999), and invalid (1000 and above). Instead of testing all 999 valid values, you test one from each partition (e.g., -1, 500, 1500) plus boundary values (0, 1, 999, 1000), yielding just seven test cases with full logical coverage.
Interview tip.
Sketch out the partitions visually on a whiteboard if possible. Interviewers appreciate seeing the thought process behind partition identification, especially for non-numeric inputs.
Related Terms
Explore related glossary terms to deepen your understanding.
Related Resources
Dive deeper with these related interview prep pages.
Free QA career tools, no account needed
Instant and private, everything runs in your browser. Try them before you sign up.
QA Resume Checker
Instant 0-100 score on automation keywords, impact, and ATS formatting.
QA Cover Letter Generator
A tailored 3-paragraph QA cover letter from your resume and a job post.
QA Application Tracker
Drag-and-drop kanban to track every QA application from Applied to Offer.
QA Take-Home Test Generator
A realistic take-home assignment with a scenario, tasks, and a rubric.
QA LinkedIn Headline Generator
A recruiter-searchable headline, About section, and skills list.
QA STAR Story Builder
Structure a QA behavioral answer with the STAR method and instant checks.
QA Bug Report Generator
Build a clean, reproducible bug report for Markdown, Jira, or plain text.
Boundary Value Analysis Generator
Generate boundary value and equivalence partitioning test cases from a range.
QA Metrics Calculator
Calculate DRE, defect leakage, defect density, and pass rate with interpretation.
QA Test Plan Generator
Build a structured test plan (scope, approach, criteria, risks) in Markdown.
QA Salary Calculator
Estimate QA, SDET, and automation tester pay by level, market, and skills.
QA Offer Evaluator
See total comp, a counter range, and a ready-to-send negotiation message.
Ready to Ace Your QA Interview?
Practice explaining equivalence partitioning and other key concepts with our AI interviewer.
Join 1,200+ QA engineers already practicing with AssertHired.
Start your free QA interviewCurious how it works first? See the QA mock interview