- CTFL is the ISTQB Certified Tester Foundation Level, administered in the U.S. through ASTQB and AT*SQA.
- The exam has 40 questions, a 60-minute limit, and requires 26/40 (65%) to pass.
- Test Analysis and Design is the largest domain at 11 of 40 questions (27.5%).
- The exam fee through AT*SQA is $229, with no prerequisites required to sit for it.
What CTFL Actually Stands For
CTFL stands for Certified Tester Foundation Level, the entry-point credential in the ISTQB (International Software Testing Qualifications Board) certification scheme. If you've landed here after searching variations of the term, you may also want the more literal breakdowns in CTFL Meaning, What Does CTFL Stand For?, or What Does CTFL Mean?. This article focuses on what the certification actually covers, how the exam is structured, and who it's built for.
Unlike vendor-specific certifications tied to a single tool or platform, CTFL is a vendor-neutral qualification. It certifies that a candidate understands the fundamental vocabulary, principles, and techniques of software testing regardless of the tech stack, methodology, or industry they work in. That neutrality is precisely why it's referenced so often in QA job postings - it's a common language recruiters and hiring managers can rely on across companies.
Who Runs the CTFL Certification
ISTQB is the global governing body that writes and maintains the syllabus. Individual countries operate through local "member boards" that adapt distribution and exam delivery to their region. In the United States, that member board is ASTQB (American Software Testing Qualifications Board). ASTQB in turn works with AT*SQA as its affiliated exam provider, meaning AT*SQA is the entity that actually processes your registration, payment, and exam session.
This layered structure sometimes confuses first-time candidates who aren't sure where to register or which website is "official." If you want a deeper walkthrough of the certification body relationships and what the credential itself represents, see CTFL Certification and What Is CTFL Certification?. For a plain-language answer to who holds this credential, What Is A CTFL? covers that angle directly.
Exam Format, Fees, and Registration Mechanics
The CTFL exam is intentionally lean in structure, but the mechanics matter because they affect your pacing strategy on test day.
- Question count: 40 multiple-choice questions, worth 40 total points (one point per question in most cases).
- Time limit: 60 minutes standard; 75 minutes for candidates approved for non-native-language accommodations.
- Passing score: 26 out of 40 correct (65%).
- Prerequisites: None. There is no required work experience or prior certification to sit for CTFL.
- Fee: $229 USD when registering through AT*SQA.
- Delivery options: Online proctored (webcam-based) testing, or in-person at a Kryterion test center.
- Syllabus version: CTFL v4.0.1, dated 2024-09-15 - make sure any study materials you use reference this version, since older syllabus editions organize content differently.
- Validity: The certificate is valid for life. There is no renewal requirement or continuing-education obligation.
Because the exam is only 60 minutes for 40 questions, that's an average of a minute and a half per question - tight if you're translating scenario-based items into technique application on the fly. This is one reason candidates researching How Hard Is the CTFL Exam? Complete Difficulty Guide 2026 often find the time pressure, not just the content volume, to be the real challenge.
Key Takeaway
Register directly through AT*SQA to lock in the $229 fee and choose between online webcam proctoring or a physical Kryterion test center - both count as official CTFL delivery methods.
The Six CTFL Syllabus Domains
CTFL v4.0.1 organizes its content into six domains, each with a fixed percentage of the 40-question exam. Understanding this weighting is arguably more useful than any generic study tip, because it tells you exactly where to invest your limited prep hours.
| Domain | Weight | Approx. Questions |
|---|---|---|
| Fundamentals of Testing | 20% | 8 |
| Testing Throughout the SDLC | 15% | 6 |
| Static Testing | 10% | 4 |
| Test Analysis and Design | 27.5% | 11 |
| Managing the Test Activities | 22.5% | 9 |
| Test Tools | 5% | 2 |
Domain 1: Fundamentals of Testing (20%)
Covers what testing is, why it's necessary, testing principles, the psychology of testing, and the general test process. This is foundational vocabulary that later domains build on.
- Seven testing principles (e.g., exhaustive testing is impossible, defect clustering)
- Difference between error, defect, and failure
A full breakdown is available in CTFL Domain 1: Fundamentals of Testing (20%) - Complete Study Guide 2026.
Domain 2: Testing Throughout the Software Development Lifecycle (15%)
Focuses on how testing fits into different development models - sequential, iterative, and Agile - plus test levels and test types.
- Component, integration, system, and acceptance testing distinctions
- Maintenance testing triggers
See CTFL Domain 2: Testing Throughout the Software Development Lifecycle (15%) - Complete Study Guide 2026 for the detailed version.
Domain 3: Static Testing (10%)
Covers reviews, static analysis, and how defects can be found without executing code.
- Review types: informal, walkthrough, technical review, inspection
- Benefits and limitations of static analysis tools
Detailed coverage: CTFL Domain 3: Static Testing (10%) - Complete Study Guide 2026.
Domain 4: Test Analysis and Design (27.5%)
The single largest domain on the exam, worth 11 of 40 questions. It covers black-box, white-box, and experience-based test techniques.
- Equivalence partitioning, boundary value analysis, decision tables, state transition testing
- Statement and branch coverage for white-box testing
- Exploratory testing and checklist-based testing
Given its weight, this domain deserves its own dedicated study block - see CTFL Domain 4: Test Analysis and Design (27.5%) - Complete Study Guide 2026.
Domain 5: Managing the Test Activities (22.5%)
Covers test planning, estimation, monitoring, control, risk-based testing, configuration management, and defect management.
- Test plan contents and entry/exit criteria
- Product risk vs. project risk
Domain 6: Test Tools (5%)
The smallest domain, but still tested - categories of test tools and considerations for tool selection and introduction into an organization.
- Tool support categories (management, static testing, test execution, performance)
- Risks and benefits of test automation tools
Because Test Analysis and Design alone accounts for more than a quarter of the exam, and Managing the Test Activities adds another 22.5%, these two domains combined represent exactly half of your score. For a domain-by-domain strategic breakdown of all six areas together, read CTFL Exam Domains 2026: Complete Guide to All 6 Content Areas.
Who Hires CTFL-Certified Professionals
CTFL shows up most frequently as a preferred or required qualification in postings for QA analyst, manual tester, junior test engineer, and test coordinator roles. Because it's vendor-neutral, it's recognized across industries - financial services, healthcare IT, insurance, government contracting, and enterprise software companies all commonly list it in job requirements, particularly for teams that follow structured or regulated development processes where documented testing competency matters.
It's rarely the sole differentiator between candidates, but it functions as a baseline signal: it tells a hiring manager you understand test levels, test types, defect lifecycle terminology, and core design techniques without needing to be trained from zero. If you're evaluating what roles this credential actually opens up, CTFL Jobs covers the role types and where the certification tends to appear as a listed requirement.
Mapping Your Prep to the Syllabus Weighting
Rather than studying the six domains in equal measure, allocate your time proportionally to their exam weight. A four-week plan built around the actual CTFL domain percentages might look like this:
Foundations and Lifecycle (Domains 1 & 2 - 35% combined)
- Learn the seven testing principles and the generic test process
- Map test levels and test types to SDLC models (sequential vs. Agile)
Test Analysis and Design (Domain 4 - 27.5%, the largest single block)
- Practice equivalence partitioning and boundary value analysis until they're automatic
- Work through decision table and state transition examples by hand
Test Management and Static Testing (Domains 5 & 3 - 32.5% combined)
- Review test plan components, risk-based prioritization, and defect reports
- Compare the four review types and when each is appropriate
Tools, Full Review, and Timed Practice
- Cover Domain 6's tool categories (only 5%, but still worth quick review)
- Take full-length 40-question timed practice runs at ../ to simulate the 60-minute limit
This isn't a generic spaced-repetition template - it's specifically sequenced so the heaviest domains (Test Analysis and Design, then Managing the Test Activities) get dedicated weeks rather than being squeezed in alongside lighter topics. For a more complete study methodology built entirely around CTFL's syllabus structure, see CTFL Study Guide 2026: How to Pass on Your First Attempt.
Key Takeaway
Spend roughly proportional time to each domain's exam weight - Test Analysis and Design and Managing the Test Activities together make up half the exam, so they deserve half your study calendar.
Why Employers Recognize CTFL v4.0.1
Because CTFL has no prerequisites and a fixed, published syllabus, it's easy for employers to verify what a candidate actually knows - there's no ambiguity about scope the way there can be with informal experience claims. The lifetime validity also means it functions as a permanent line on a resume rather than something that needs periodic renewal fees or continuing education credits, which keeps its long-term value straightforward to explain to hiring managers.
That said, whether it's "worth it" depends heavily on your career stage, target role, and region. If you're weighing the exam fee and study time against career upside, Is the CTFL Certification Worth It? Complete ROI Analysis 2026 walks through that decision in more depth, and CTFL Certification Cost 2026: Complete Pricing Breakdown breaks down the full cost picture beyond just the $229 exam fee. For compensation context tied to the credential, see CTFL Salary Guide 2026: Complete Earnings Analysis, and for a data-driven look at how candidates perform on exam day, check CTFL Pass Rate 2026: What the Data Shows.
If you're just getting oriented and want a broader primer beyond this article, the practice test platform at ../ also links out to additional CTFL resources and full-length simulated exams that mirror the real 40-question, 60-minute format.
Frequently Asked Questions
No. CTFL has no prerequisites - no required work experience, degree, or prior certification. Anyone can register and sit for the exam.
Through AT*SQA, the official exam fee is $229 USD. This covers a single exam attempt using either online webcam proctoring or a Kryterion test center.
The exam has 40 multiple-choice questions worth 40 points total, with a 60-minute time limit. Candidates approved for non-native-language accommodations receive 75 minutes.
You need 26 out of 40 correct answers, which is 65%, based on the current CTFL v4.0.1 syllabus dated 2024-09-15.
No. The CTFL certificate is valid for life once earned, with no renewal requirement or continuing education obligation.
For practice questions modeled on the real 40-question, 60-minute CTFL format, you can start testing your readiness at ../ before scheduling your official exam through AT*SQA.