ISTQB · Foundation Level · Syllabus
ISTQB Foundation Level Syllabus (CTFL v4.0)
The complete ISTQB Foundation Level (CTFL v4.0) syllabus, chapter by chapter — every learning objective with its K-level, exam weightage, recommended training time and a study checklist you can tick off. Built for QA engineers, SDETs and freshers preparing for the 40-question, 60-minute Certified Tester Foundation Level exam. Use it alongside the official ISTQB syllabus PDF and our chapter-wise sample questions to hit the 65% pass mark on the first attempt.
Reflects the CTFL v4.0 syllabus released April 2023 — currently examined worldwide in 2026. Free to read, free to download as a PDF, and updated as ISTQB revises the official document.
- Chapters
- 6
- Learning objectives
- 60+
- Study time
- ~18 hrs
- Pass mark
- 26/40
Syllabus at a glance
The CTFL v4.0 syllabus has six chapters and ~18 hours of recommended training time. Chapters 4 and 5 alone carry roughly half the marks — plan your revision accordingly.
| Chapter | Title | K-level | Weight | Questions | Training |
|---|---|---|---|---|---|
| Ch 1 | Fundamentals of Testing | Up to K2 | ~20% | ~8 questions | 175 minutes |
| Ch 2 | Testing Throughout the Software Development Lifecycle | Up to K2 | ~12.5% | ~5 questions | 100 minutes |
| Ch 3 | Static Testing | Up to K2 | ~10% | ~4 questions | 80 minutes |
| Ch 4 | Test Analysis and Design | Up to K3 | ~27.5% | ~11 questions | 290 minutes |
| Ch 5 | Managing the Test Activities | Up to K3 | ~22.5% | ~9 questions | 335 minutes |
| Ch 6 | Test Tools | Up to K2 | ~7.5% | ~3 questions | 20 minutes |
Fundamentals of Testing
Establishes what testing is, why it matters and the principles every tester relies on. Sets the vocabulary used throughout the syllabus.
Learning objectives
- FL-1.1.1K2Explain what testing is and why it is needed.
- FL-1.1.2K1Identify typical objectives of testing.
- FL-1.1.3K2Differentiate testing from debugging.
- FL-1.2.1K2Explain the seven testing principles.
- FL-1.3.1K2Summarise the test activities and tasks.
- FL-1.3.2K1Identify test process work products.
- FL-1.3.3K2Explain traceability between test basis and test work products.
- FL-1.4.1K1Identify essential skills required for testing.
- FL-1.4.2K2Explain the benefits of a whole-team approach.
- FL-1.4.3K2Explain the value of independence of testing.
Study checklist
- Memorise the seven testing principles verbatim
- Contrast testing vs debugging in one sentence
- List 5 test work products and who owns each
Testing Throughout the Software Development Lifecycle
How testing fits into different SDLC models (sequential, iterative, Agile), test levels, test types, and maintenance testing.
Learning objectives
- FL-2.1.1K2Explain the impact of the chosen SDLC on testing.
- FL-2.1.2K1Recall good testing practices applicable to all SDLCs.
- FL-2.1.3K1Recall examples of test-first approaches (TDD, ATDD, BDD).
- FL-2.1.4K2Summarise how DevOps could impact testing.
- FL-2.1.5K2Explain the shift-left approach.
- FL-2.1.6K2Explain how retrospectives can be used for process improvement.
- FL-2.2.1K2Distinguish the different test levels.
- FL-2.2.2K2Distinguish the different test types.
- FL-2.2.3K2Distinguish confirmation testing from regression testing.
- FL-2.3.1K2Summarise maintenance testing and its triggers.
Study checklist
- Draw the four test levels with 1 example each
- List triggers for maintenance testing
- Explain shift-left with an example from your team
Static Testing
Reviews and static analysis — how they catch defects before code runs, review roles, and the four formal review types.
Learning objectives
- FL-3.1.1K1Recognise types of products examined by static testing.
- FL-3.1.2K2Explain the value of static testing.
- FL-3.1.3K2Compare static and dynamic testing.
- FL-3.2.1K2Explain feedback and review process activities.
- FL-3.2.2K1Recognise the roles and responsibilities in a review.
- FL-3.2.3K2Distinguish the different review types.
- FL-3.2.4K1Recall factors that contribute to successful reviews.
Study checklist
- Memorise the 4 formal review types (informal, walkthrough, technical, inspection)
- List all 5 review roles
- Compare static and dynamic testing in a 2-column table
Test Analysis and Design
The single biggest chapter — you must APPLY black-box, white-box and experience-based techniques. Expect scenario questions with tables and diagrams.
Learning objectives
- FL-4.1.1K2Explain the categories of test techniques.
- FL-4.2.1K3Apply equivalence partitioning to derive test cases.
- FL-4.2.2K3Apply boundary value analysis to derive test cases.
- FL-4.2.3K3Apply decision table testing to derive test cases.
- FL-4.2.4K3Apply state transition testing to derive test cases.
- FL-4.3.1K2Explain how statement coverage is achieved.
- FL-4.3.2K2Explain how branch coverage is achieved.
- FL-4.3.3K2Explain the value of white-box testing.
- FL-4.4.1K2Explain error guessing.
- FL-4.4.2K2Explain exploratory testing.
- FL-4.4.3K2Explain checklist-based testing.
- FL-4.5.1K2Explain the benefits of collaboration-based approaches.
- FL-4.5.2K3Apply acceptance criteria to write user stories.
- FL-4.5.3K3Apply ATDD to derive test cases.
Study checklist
- Solve at least 30 EP + BVA problems by hand
- Draw 5 decision tables from real requirements
- Draw 3 state transition diagrams and derive tests
- Practice statement vs branch coverage on small snippets
Managing the Test Activities
Test planning, risk-based testing, monitoring, configuration and defect management. Heavy on definitions and estimation techniques.
Learning objectives
- FL-5.1.1K2Exemplify the purpose and content of a test plan.
- FL-5.1.2K3Apply criteria for prioritising test cases.
- FL-5.1.3K2Recall the test pyramid and its benefits.
- FL-5.1.4K2Summarise testing quadrants and their relationship to test types.
- FL-5.2.1K2Explain risk level using likelihood and impact.
- FL-5.2.2K2Distinguish project and product risks.
- FL-5.2.3K2Explain how product risk analysis influences the test effort.
- FL-5.3.1K1Recall metrics used for testing.
- FL-5.3.2K2Summarise the purposes, content and audiences for test reports.
- FL-5.3.3K2Exemplify how to communicate the status of testing.
- FL-5.4.1K1Recall techniques used for test estimation.
- FL-5.5.1K2Summarise how configuration management supports testing.
- FL-5.6.1K3Prepare a defect report.
Study checklist
- Memorise the standard defect report fields
- Practice writing test summary reports for exit criteria
- Draw the test pyramid and the testing quadrants
- List 4 estimation techniques with a 1-line example each
Test Tools
The smallest chapter — tool categories, benefits and risks of automation. Expect straight recall questions.
Learning objectives
- FL-6.1.1K2Explain how tools can support testing.
- FL-6.2.1K1Recognise benefits and risks of test automation.
Study checklist
- List 6 tool categories across the test process
- Recall 4 benefits + 4 risks of test automation
Next: practise what you studied
Reading the syllabus is only step one. Reinforce every chapter with our free chapter-wise sample question banks and a full-length mock test.