The ISTQB Certified Tester Foundation Level (CTFL) is the most widely-recognised entry-level testing certification globally. This guide walks through each chapter of the 2026 syllabus in plain English, with examples that show how the concepts apply to real projects.
Chapter 1: Fundamentals of Testing
- Why testing is necessary (defects, requirements, contracts).
- What testing is (vs debugging, vs quality assurance).
- Seven testing principles (exhaustive testing is impossible, early testing saves money, defect clustering, pesticide paradox, context-dependent, absence-of-errors fallacy, testing shows presence of defects).
- Test process (planning, analysis, design, implementation, execution, reporting).
Chapter 2: Testing Throughout the SDLC
- Waterfall, V-model, iterative, incremental, Agile, DevOps.
- Test levels: unit, integration, system, acceptance.
- Test types: functional, non-functional, structural, change-related.
- Maintenance testing.
Chapter 3: Static Testing
- Reviews vs testing.
- Review types: walkthroughs, technical reviews, inspections.
- Static analysis tools.
Chapter 4: Test Design Techniques
- Specification-based: equivalence partitioning, BVA, decision tables, state transition, use case testing.
- Structure-based: statement, decision, condition coverage.
- Experience-based: error guessing, exploratory testing, checklist-based.
Chapter 5: Test Management
- Test planning + control.
- Risk-based testing.
- Test estimation techniques.
- Defect management.
Chapter 6: Tool Support for Testing
- Test tool types (management, static analysis, test design, execution, performance, monitoring).
- Tool selection + ROI.
Further reading
Authoritative sources
Related Tutorsbot tutorials
Share: