If you have been watching the ISTQB certification catalogue grow over the past few years, you have probably noticed two AI-related certifications that look similar but are not: Certified Tester AI Testing (CT-AI), launched in 2021, and Certified Tester Testing with Generative AI (CT-GenAI), launched in 2025.
They are not interchangeable, they test different skills, and taking them in the wrong order is a common mistake. This article answers the practical decision question: given your current role and your goals for the next 12 months, which one should you take, and when should you consider taking both?
For the launch announcement and detailed syllabus comparison, see our companion piece: ISTQB Launches CT-GenAI 2025. This article focuses purely on the decision.
The 30-Second Verdict
| Your situation | Take this first |
|---|---|
| You test products that include AI or ML features | CT-AI |
| You test conventional software and want to use AI to do testing better | CT-GenAI |
| You are a test manager or lead deciding standards for a team | CT-GenAI first, CT-AI next |
| You are a developer or QA on a project with no AI features and no AI tooling plans | Neither, yet. Wait or skip. |
| You work in safety-critical, regulated, or high-trust domains | CT-AI (likely mandatory sooner rather than later) |
| You are a consultant wanting maximum market coverage | Both, in the order above |
If you want the reasoning behind these recommendations, read on.
The Core Distinction: Testing AI vs Testing With AI
This is the single most important thing to get right, and it is where most people get confused.
CT-AI (Certified Tester AI Testing) is about testing AI systems. It is the certification for testers whose job is to assure the quality of machine learning models, neural networks, and AI-based features. It covers the things that make AI hard to test: non-determinism, data quality, bias, fairness, explainability, and the fact that you cannot always compute a single correct answer to compare against.
CT-GenAI (Certified Tester Testing with Generative AI) is about using generative AI tools inside your testing work. It is the certification for testers who want to use large language models to generate test cases, analyse logs, summarise defects, draft test scripts, and accelerate daily work. It covers prompt engineering, output evaluation, hallucination risks, data privacy in prompts, and the operational infrastructure around LLM-based tooling.
A short test to check your understanding: if your team is testing a fraud detection model trained on historical transaction data, you need CT-AI. If your team is testing a conventional e-commerce checkout flow and wants to use ChatGPT to generate test cases, you need CT-GenAI.
If you are doing both at once (testing an AI product using generative AI tools), you eventually need both.
CT-AI at a Glance
Launched: 2021 Level: Specialist Prerequisite: ISTQB Foundation Level (CTFL) Syllabus length: 11 chapters, approximately 25 hours of learning time Highest cognitive level tested: K4 (Analyse) Exam: 40 questions, typically 60 minutes (verify with your board) Target audience: Testers, test analysts, test engineers, and test managers working with AI-based systems
What you learn
- The AI and ML ecosystem, common model families, and where quality risks come from
- Data pipeline quality: labelling, dataset splits, contamination, and drift
- Metrics for classification, regression, and clustering, and when aggregate metrics hide problems
- Testing AI-specific quality characteristics: bias, fairness, transparency, explainability, robustness
- Specialised techniques including metamorphic testing and adversarial testing, which you need because you often cannot compute an exact expected output
- Neural network coverage concepts
- Testing environments and simulation for AI systems
- Using AI for testing (at a conceptual level): defect prediction, UI testing with computer vision
- Drift monitoring and retraining triggers in production
What it qualifies you for
CT-AI is the right qualification for testers in:
- Financial services (credit scoring, fraud detection models)
- Healthcare (diagnostic AI, triage systems)
- Autonomous systems (automotive, robotics, drones)
- Regulated industries where AI decisions must be explainable
- Consumer products with AI features (recommendation engines, voice assistants)
- Any organisation where the software being tested contains a machine-learned component
CT-GenAI at a Glance
Launched: 2025 Level: Specialist Prerequisite: ISTQB Foundation Level (CTFL) Syllabus length: 5 chapters, approximately 13.5 hours of learning time Highest cognitive level tested: K3 (Apply) Exam: 40 questions, typically 60 minutes (verify with your board) Target audience: Testers, test managers, and test leads who want to use LLMs responsibly in their daily testing work
What you learn
- Large language model basics: tokens, embeddings, context windows, foundation vs instruction-tuned vs reasoning models
- Structured prompt engineering patterns for test design
- Evaluating LLM outputs: acceptance checks, iteration, and building a reliable prompt library
- Multimodal prompting: using screenshots, wireframes, and logs as part of a prompt
- Detecting and mitigating hallucinations and reasoning errors
- Privacy and sensitive data handling: keeping regulated data out of prompts
- LLM-powered testing infrastructure: retrieval-augmented generation (RAG), agents, fine-tuning, and the operational side (LLMOps)
- Team adoption patterns, governance, and acceptable-use policies
- The energy and environmental cost of model use
What it qualifies you for
CT-GenAI is the right qualification for testers who want to:
- Accelerate test case design and data generation using LLMs
- Build prompt libraries for common testing tasks
- Set up safe, governed use of LLM tools across a test team
- Triage and summarise defects at scale using AI assistance
- Integrate RAG or agent-based tooling with their test automation
- Establish team standards for responsible LLM adoption
Side-by-Side Comparison
| Dimension | CT-AI | CT-GenAI |
|---|---|---|
| Focus | Testing AI systems | Using AI to test systems |
| Launched | 2021 | 2025 |
| Chapters | 11 | 5 |
| Teaching time | ~25 hours | ~13.5 hours |
| Highest cognitive level | K4 (Analyse) | K3 (Apply) |
| Prerequisite | CTFL | CTFL |
| Primary audience | AI assurance testers | Any tester adopting LLM tools |
| Best fit industries | Finance, healthcare, automotive, regulated | Any industry using LLMs for productivity |
| Difficulty (self-reported) | Higher | Lower |
| Time to prepare | 40 to 60 hours | 25 to 35 hours |
| Longevity of content | High (core AI assurance concepts are stable) | Medium (LLM landscape evolves fast) |
The difficulty gap is meaningful. CT-AI goes to K4, which means you must analyse scenarios and justify your choice of technique. CT-GenAI stops at K3, which means you must apply patterns you have learned. Both are passable with focused preparation, but CT-AI requires more conceptual depth.
The Career Impact in 2026
Which one employers ask for depends heavily on your region and industry. Some honest observations, with the caveat that the job market is moving quickly.
Where CT-AI is asked for
CT-AI mentions in job postings cluster around:
- Data science QA and MLOps roles
- Automotive software testing (especially around autonomous features)
- FinTech model validation and model risk management
- Healthcare AI and medical device testing
- Regulatory and compliance-adjacent QA roles
These tend to be higher-paying specialist roles. The demand pool is smaller but the competition is also thinner, which is why CT-AI holders often command meaningful salary premiums.
Where CT-GenAI is asked for
CT-GenAI is newer (launched 2025), so job posting volume is still building. Where it does appear, it tends to be in:
- AI-forward consultancies and training providers
- Internal testing practice leads at mid-to-large enterprises
- QA automation architects evaluating LLM-based tooling
- Test managers defining AI usage policy
Over the next two to three years, expect CT-GenAI to shift from “nice to have” to “expected” for any mid-level tester, similar to the way cloud certifications moved from differentiator to baseline between roughly 2018 and 2022. This is a prediction, not a fact; calibrate accordingly.
Salary impact
Specific salary data for CT-AI and CT-GenAI holders is scarce because the certifications are relatively new. Based on general patterns for specialist ISTQB certifications, a rough expectation:
- CT-AI typically adds a 5% to 15% salary premium over CTFL-only testers in relevant roles
- CT-GenAI premium is currently smaller and less predictable, often framed as part of a broader “AI-capable tester” positioning rather than a standalone lift
These figures are rough estimates only. Actual salary impact depends heavily on market, employer, and whether you use the certification to move into a new role or to strengthen your current one. We will publish a more detailed salary breakdown in a forthcoming post.
Can You Take Both? Recommended Sequence
Yes, and many testers should. The question is order.
Take CT-GenAI first if:
- Your current project does not involve AI features
- You want near-term productivity gains in your daily testing work
- You lead or coach a test team and want to establish LLM usage standards
- You want a lower-effort specialist certification to add to your CV before committing to the heavier CT-AI
Take CT-AI first if:
- You are already working on a product with ML or AI features
- You are pivoting toward AI assurance as a specialisation
- Your employer requires CT-AI for a specific role (this is becoming more common in regulated sectors)
- You work in automotive, healthcare, finance, or another high-trust domain
If you are doing both
A realistic sequence for most testers:
- Months 1 to 2: CT-GenAI. Shorter syllabus, lower cognitive level, faster to prepare.
- Months 3 to 6: CT-AI. Larger syllabus, K4 depth, more hands-on thinking.
- Ongoing: apply both in real work. Document prompt patterns that work for your team, build metamorphic test suites for any ML components you assure.
The productivity wins from CT-GenAI (in months 1 to 2) give you more time to properly study CT-AI. Doing it in the other order often leads to a rushed CT-GenAI attempt.
Sample Question Style
The best way to understand the difficulty gap is to look at how each exam asks questions.
CT-GenAI style (K3, Apply)
A tester is using a large language model to generate test cases for a new login feature. The model consistently generates test cases that cover valid credentials but misses cases involving SQL injection attempts and expired sessions.
Which prompt engineering technique is most appropriate to improve coverage?
A) Increase the model’s temperature setting B) Provide examples of security and edge-case test cases in the prompt (few-shot prompting) C) Switch to a larger foundation model D) Run the same prompt multiple times
Expected answer: B. Few-shot prompting with examples is the standard technique to steer an LLM toward a desired output category. Temperature affects randomness, not coverage category. Model size may or may not help. Repetition does not address the systematic gap.
CT-AI style (K4, Analyse)
A credit scoring model produces 92% overall accuracy on the validation set. When broken down by applicant age group, accuracy for applicants aged 18 to 25 is 78%, while accuracy for applicants aged 45 to 65 is 96%. The training data contains significantly fewer samples for the younger group.
Which of the following testing responses is most appropriate?
A) Accept the model since overall accuracy exceeds 90% B) Flag a fairness concern, retrain with re-balanced data, and define slice-based acceptance criteria before re-evaluation C) Deploy the model and monitor for drift in production D) Request a more complex model architecture
Expected answer: B. This is a classic slice-based bias scenario. K4 here requires you to analyse the aggregate-vs-slice discrepancy, recognise the data imbalance as the likely cause, and propose a composite response that addresses both the training data and the acceptance criteria. Option A is the naive answer that ignores slice performance. Option C defers the problem without addressing fairness. Option D treats model architecture as the first lever, which is usually wrong when data is the real issue.
Notice the difference: CT-GenAI asks you to apply a known pattern. CT-AI asks you to analyse a scenario, diagnose the root cause, and defend a multi-step response. That is the K3-vs-K4 gap.
Study Resources
Both certifications are supported by:
- Official ISTQB syllabus (free, download from istqb.org)
- Official sample exam (free, download from istqb.org)
- Accredited training courses (paid, varies by provider)
- Dedicated preparation materials such as our own study guides for CT-AI
For CT-GenAI specifically, because the certification is new (2025), independent practice materials are thinner. The official syllabus and sample exam from ISTQB are the most reliable starting points. We are actively building out CT-GenAI preparation resources; check our CT-GenAI page for current availability.
Honest Critiques
No certification is perfect. A few honest observations:
On CT-AI:
- The 2021 syllabus is starting to show its age on the topic of generative AI, which has evolved rapidly since the syllabus was written. ISTQB is aware of this, which is partly why CT-GenAI was created as a separate certification rather than a revision of CT-AI.
- The theoretical framing is strong but the hands-on component is limited. If you want to actually test ML models in practice, you will need supplementary learning beyond the certification.
On CT-GenAI:
- The field is moving so fast that content published in early 2025 may feel dated by late 2026. This is a risk for any LLM-focused certification.
- The certification does not teach you how to build LLM-powered tools from scratch. It teaches you how to use them responsibly in testing work. If you want the builder’s view, you need additional study in the ML engineering direction.
- Because the exam stops at K3 and does not require analysis of complex scenarios, some experienced practitioners view it as lightweight. This is a fair critique for senior testers.
Common Questions
Do I need ISTQB Foundation Level first? Yes. Both CT-AI and CT-GenAI list CTFL as a prerequisite.
Can I take both exams on the same day? Technically yes, but we strongly recommend against it. Each exam deserves focused preparation and a clear mind on exam day. Space them at least four to six weeks apart.
Does CT-GenAI replace CT-AI? No. They are complementary. CT-GenAI is not a newer version of CT-AI; they target different skills.
If I only have time for one, which is more future-proof? CT-AI. Core AI assurance concepts (data quality, fairness, metamorphic testing, drift) are stable and will remain relevant as the field evolves. CT-GenAI teaches patterns that will continue to be useful but may need refreshing as LLM tooling changes.
Is the CT-GenAI exam easier than CT-AI? Yes, by most measures. Shorter syllabus, lower cognitive level (K3 vs K4), fewer chapters. It is not trivial but it is a smaller investment.
Will employers accept CT-GenAI as equivalent to practical AI experience? No. Neither certification replaces hands-on experience. They signal structured knowledge and vocabulary; they do not replace demonstrated work.
The Bottom Line
If you are a tester trying to decide between these two certifications in 2026, the honest answer is that most testers should start with CT-GenAI because it is faster to prepare for, delivers immediate daily productivity gains, and has a low risk of being wasted effort. If your work involves actual AI products or you are in a regulated sector, CT-AI is the better choice because it is essential to your job and more future-proof.
If you have the budget and the ambition, take both. Do CT-GenAI first (four to six weeks), then CT-AI (six to ten weeks). That sequence builds confidence and gives you a stronger combined profile than either alone.
Whatever you choose, do not take either without having a clear plan for how you will use the knowledge in real work. Certifications without application fade fast, and both of these are in domains where the field moves quickly enough that unused knowledge goes stale within months.
Next Steps
- Read the ISTQB CT-GenAI launch announcement for context on why the certification was created and how ISTQB positions it.
- Download the official syllabi for CT-AI and CT-GenAI from ISTQB directly.
- For a general view of how ISTQB certifications fit into a career, see our forthcoming post on whether ISTQB is worth it in 2026.
- If you are still deciding between specialist tracks more broadly, consider our CTFL v4.0 foundation study guide as the prerequisite for either exam.
This article reflects publicly available information about the CT-AI 2021 syllabus and the CT-GenAI 2025 syllabus as of April 2026. Exam structures, pricing, and availability vary by national board and exam provider; always verify current details with ISTQB.org or your chosen exam provider before booking.
Discover more from ISTQB Guru
Subscribe to get the latest posts sent to your email.
Have a question? Ask here.