qa / standards
Software Testing Standards, Explained
The standards and frameworks that give testing a shared vocabulary and a defensible process — what each one actually is, and when it matters. For most testers the ISTQB syllabus is the practical standard you'll study; the ISO/IEC/IEEE families matter most in regulated and enterprise work.
"Standards" in testing come in two flavors. There's the practical kind — the ISTQB body of knowledge that defines a common vocabulary and technique set almost every tester learns. And there's the formal kind — the ISO/IEC/IEEE standards that specify how testing should be documented and performed, which become mandatory in regulated industries like medical devices, automotive, and finance. You don't need to memorize standards to be a good tester, but knowing what they are — and being able to speak to them in an interview or an audit — separates professionals from button-clickers. The formal ISO documents are usually paywalled; the links below point to the authoritative bodies and free explanatory sources.
01 · THE PRACTICAL STANDARD
ISTQB — the body of knowledge
The International Software Testing Qualifications Board is the closest thing to a universal standard for what a tester should know. Its syllabi are free, and the certifications are the most recognized in the field.
- ISTQB ↗The certification body. Download the free Foundation and advanced syllabi — a superb, structured map of testing concepts and terminology.istqb.org
- ISTQB Glossary ↗The standard, searchable dictionary of testing terms. When a team argues about what "smoke test" or "test case" means, this settles it.glossary.istqb.org
02 · FORMAL TESTING STANDARDS
ISO/IEC/IEEE testing standards
The formal international standards for how testing is specified, performed, and documented. Essential in regulated and safety-critical software; useful vocabulary everywhere else.
- ISO/IEC/IEEE 29119 ↗The modern software testing standard series — concepts, processes, documentation, and techniques. This official companion site explains each part in plain language.softwaretestingstandard.org
- ISO/IEC 25010 — Product Quality Model ↗Defines the eight quality characteristics (functional suitability, performance, security, usability…) that testers actually verify. A free, readable reference to the SQuaRE model.iso25000.com
- IEEE Standards Association ↗The IEEE standards catalog, home of the software and systems engineering standards (including the 29119 series co-published with ISO/IEC).standards.ieee.org
- ISO ↗The International Organization for Standardization — search the official catalog for any 25xxx / 29119 / 27001 standard and its scope.iso.org
03 · QUALITY & MATURITY MODELS
Quality & process maturity models
Frameworks for assessing and improving how a whole organization approaches quality and testing.
- ISO/IEC 25000 (SQuaRE) ↗The "Systems and software Quality Requirements and Evaluation" family — how to define and measure software quality. A free portal to the whole series.iso25000.com
- TMMi — Test Maturity Model integration ↗A staged model (levels 1–5) for assessing and improving an organization's testing process. The testing counterpart to CMMI; the framework is free to download.tmmi.org
- CMMI ↗The Capability Maturity Model Integration — the broader process-improvement framework that TMMi complements, common in enterprise and government contracts.cmmiinstitute.com
04 · COMPLEMENTARY STANDARDS
Standards every tester should recognize
Not testing standards per se, but the compliance yardsticks you'll test against — accessibility and security.
- WCAG — Web Content Accessibility Guidelines ↗The global standard for accessibility. Increasingly a legal requirement, and the benchmark for any accessibility testing you do.w3.org
- OWASP Top 10 ↗The de-facto standard for web application security risks — the shared checklist security testing is measured against.owasp.org