Testing has gone through more change in the last few years than many of us saw in the decades before it. I’ve been doing this for over 25 years, and when I first wrote about the AI “three waves” back in 2017, I thought I was simply tracking an interesting shift in the market.

What I didn’t realize was that I was watching the start of a real transformation.

What still stands out to me is how skeptical people were in the beginning. Plenty of people thought I was overselling it. “Joe, is this just hype?” came up all the time. Now, in 2026, 81% of development teams are using AI somewhere in their testing workflow.

So the conversation has changed.

The question is no longer “Should we use AI?”

Now it is “Which AI tool is actually worth our time?”

That is what this guide is really here to answer.

ToolBest ForKey AI FeatureMy Connection
BlinqIOCucumber + GenAIAI meets prompt engineeringHad founders on podcast A485
testers.aiAutonomous everythingAI agents write & run testsEx-Google Chrome testing team
MablAgentic workflowsAutonomous test agentsMultiple podcast appearances
KatalonAll-in-one platformSelf-healing + AI generationGartner Magic Quadrant pick
ApplitoolsVisual testingVisual AI pioneerAdam Carmi on A450
ACCELQCodeless automationGenerative AI creationGuild sponsor + webinars
BrowserStackTest observabilityAI root cause analysisLong-time Guild partner
TestimReducing flaky testsML-powered locatorsOren Rubin interview
LambdaTest KaneAILLM-poweredNatural language testsCloud testing platform
TestResults.ioNo selectorsSelector-free testingTobias on podcast
TricentisEnterpriseFully codeless AIGuild conference sponsor
ParasoftManual regression testingCode coverage-driven test prioritizationWilhelm & Daniel demo

 

The Three Waves: How We Got Here

Before we get into the tools, this framework matters.

It helps separate genuine innovation from the endless AI marketing noise that seems to be everywhere right now.

First Wave: The Vendor Lock-In Era (1990s-2000s)

I started out using WinRunner, and honestly, I loved that tool. Then Mercury replaced it with QTP, and that one hurt a little.

That era was the first wave: proprietary tooling that locked teams into vendor-controlled ecosystems:

• WinRunner, Silk Test, QTP - the original big players
• Proprietary everything - every vendor pushed its own scripting language
• Record and playback - sounded useful, usually created fragile messes
• Very expensive - enterprise pricing before that phrase became fashionable

The biggest problem was simple. If a vendor shifted direction, got acquired, or shut down, your automation stack could become outdated almost overnight.

Then the second wave arrived.

Second Wave: Open Source Changes Everything (2004-2020)

Then Selenium happened. And Selenium changed everything.

I’ve talked with dozens of people on my podcast about that shift, from Jason Huggins, who created Selenium, to the teams behind Cypress and Playwright.

The second wave was driven by:

Open source - free, community-powered, and no vendor lock-in
Web-first - built for the rise of modern web applications
Developer-focused - real programming instead of wizard-driven shortcuts
An explosion of tools - Cypress, Playwright, Appium, and many more

But here is the part people do not say often enough: this wave did not eliminate the pain. It just moved it. Instead of paying large licensing fees, you paid engineers. Instead of brittle record-and-playback tests, you dealt with brittle selectors. Same frustration, different form.

By 2017, we were already seeing early machine learning experiments, things like basic self-healing and visual AI.

But the real AI boom? That did not truly take off until ChatGPT launched in late 2022.

At that point, every testing company rushed to add LLMs to its platform.

Third Wave: AI That Actually Works (2020-Present)

This is where we are now. And after interviewing hundreds of testing leaders and practitioners on QA Genesis, I’ll say this: I’m cautiously optimistic.

So what makes a tool genuinely “third wave”?

• Self-healing - tests adapt when your application changes
• Natural language - tests can be created in plain English
• Autonomous agents - AI can reason about what to do next
• Visual intelligence - the tool interprets your app more like a human does
• Predictive smarts - it knows which tests matter most and when to run them

The biggest shift is this: third-wave tools do not just help teams execute tests faster. They reduce the maintenance burden that has been exhausting teams since the Selenium era.

And yes, I’m skeptical by nature. But after trying these tools myself and speaking with teams using them in production, I can say this much with confidence: this is real.

It is not perfect.

It is not magical.

But it is real.

 

The 12 Tools Actually Worth Your Time

Alright, let’s get into it.

I have either tested, used, or had deep conversations with founders and practitioners behind every tool in this list.

No filler. Just what I have learned.

1. BlinqIO: Where Cucumber Meets Generative AI

Podcast Connection: I had founders Guy Arieli and Tal Barmeir on episode A485 to discuss “AI Meets Cucumber: A New Testing Approach Using Prompt Engineering.” They are also a Platinum Sponsor at Automation Guild 2026.

What caught my attention right away is that Guy and Tal are not newcomers chasing a trend. They have 25 years of testing experience. Their earlier company, Experitest, now Digital.ai, helped shape mobile test automation. Instead of stepping away after that success, they started BlinqIO.

The Innovation: BlinqIO refers to Cucumber as a “test speak” language - a structured way to communicate clearly with AI. Their AI virtual testers convert test scenarios into automation code, and the standout idea is that they keep working around the clock. As Tal said on the podcast, “You can have an army of virtual testers underneath you that work during the night.”

What Makes It Third Wave:

• AI Test Engineer - automatically builds BDD (Gherkin) scenarios from feature requirements
• AI Recorder - captures test actions and generates Playwright code plus business-readable descriptions
• Self-healing - detects UI changes and repairs or recovers tests automatically
• No vendor lock-in - gives you full access to your project code in a private Git repository
• Multilingual - supports testing in more than 50 languages

From Our Podcast Conversation: Guy talked about how generative AI creates a kind of “synthetic human brain” that can significantly improve tester productivity.

Unlike tools that try to replace testers, BlinqIO is built to extend their capabilities. The testers remain in control; the AI does the heavy lifting.

Real Results:

• A RedHat Test Automation Engineer reported a 10x increase in test creation efficiency
• A Vodafone Team Leader highlighted how smoothly it fit into the team’s existing workflow

Best For: Teams already using Cucumber or BDD, organizations that want AI without vendor lock-in, and global companies that need multilingual coverage

Pricing: Freemium model available

Check it out: blinq.io

2. testers.ai: The Ex-Google Team Bringing Chrome-Level Testing to Everyone

What I Love: This platform was built by engineers who tested Chrome at Google. These people understand what real enterprise-scale testing actually looks like.

When I first came across testers.ai, I thought, “Here we go, another autonomous AI promise.” But after digging into the team behind it, I paid closer attention. These are the engineers who helped build the infrastructure that keeps Chrome working for billions of users. That is a different level of credibility than most startups bring.

The Hook: AI agents that both create and execute tests. No script maintenance. No brittle selectors. No repeatedly clicking through the same user journeys by hand.

Two Types of Checks:

Autonomous Static Checks - AI scans your app for the basics teams often overlook:

• Performance problems
• Privacy and consent issues
• Security vulnerabilities
• Third-party supply chain risks
• API design weaknesses
• Error handling gaps

Autonomous Dynamic Checks - This is where it gets interesting. AI studies your app and builds interactive tests that cover:

• Happy paths - the obvious user flows
• Edge cases - the stuff that tends to fail in production
• Invalid inputs - the things users absolutely will try
• Statistically likely bugs - based on patterns seen across millions of apps

And here is a clever addition: it produces “Copilot fix prompts” that you can paste directly into GitHub Copilot or Cursor to help resolve issues faster.

Real Talk: The claim is that tests that once took 8 to 12 hours to create can now run in minutes. I have not personally verified that number, but based on the team’s background, I do believe the technology has substance. Jason Arbon has also appeared multiple times on QA Genesis and at Automation Guild.

Best For: Teams that want Google-level testing discipline without hiring a Google-sized QA organization

Pricing: Not publicly published, aimed at teams that historically could not afford this level of testing coverage

Check it out: testers.ai

3. Mabl: Agentic AI

Podcast Connection: I have followed mabl since the early days, and I recently had them back on QA Genesis to discuss their new agentic workflows.

When mabl talks about “agentic workflows,” they are talking about AI that behaves more like an experienced tester. It is not just replaying steps. It is actively reasoning about what should be tested.

What’s New in 2026:

• Test Creation Agent - give it requirements in plain English and it builds a test suite
• mabl MCP Server - lets you query tests from your IDE using natural language
• Auto TFA - autonomous root cause analysis for every failure
• Visual Assist - adapts tests when the UI changes

My Take: Plenty of tools use the word “autonomous.” Very few live up to it. Mabl is one of the few that is genuinely getting there. Their ability to create tests from user stories is especially impressive.

Real Results I’ve Heard:

• One team told me they expect to save $240K over two years compared with Selenium
• Another said work that once took two weeks now takes about two hours

Best For: Teams ready to adopt truly autonomous testing across web, mobile, and APIs

Pricing: Starts around $450 per month

Learn more: mabl.com

4. Katalon: The Gartner-Approved Choice

Podcast Connection: We have had Katalon team members on the show several times to talk about their AI capabilities.

Katalon was named a Visionary in the 2026 Gartner Magic Quadrant. In enterprise terms, that is a strong signal that the market takes them seriously.

What I appreciate about Katalon is that they are not obsessed with hype. They have built a solid all-in-one platform that works for teams with different levels of technical experience.

Key Features:

• No-code test creation for beginners
• Full scripting support for advanced users
• Self-healing scripts to reduce maintenance effort
• AI-powered test generation
• Coverage for web, mobile, API, and desktop

My Take: If your team needs one platform that handles a lot of use cases reasonably well, Katalon is a strong answer. It may not be the flashiest option in the market, but it is dependable.

Best For: Teams with mixed skill levels and organizations looking for an all-in-one testing platform

Pricing: Free tier available and actually useful, premium starts at $208 per month

Check it out: katalon.com

5. Applitools: Visual AI That Made Me a Believer

Podcast Connection: I interviewed founder Adam Carmi back in the early days on episode 43, and he has appeared on the show several times since then.

I’ll be honest. When Adam first described visual validation testing to me in 2015, I thought it sounded like nonsense. An algorithm that could find bugs without explicitly targeting elements? I was skeptical.

Then I used it. And it completely changed my view.

Why Applitools Is Different: It does not rely on primitive pixel-by-pixel comparisons. It does not depend on fragile baseline screenshots. Their Visual AI understands what matters visually and what does not.

What’s New in 2026:

• AI-powered self-healing execution cloud
• Automated maintenance grouping - machine learning clusters similar changes across pages, browsers, and devices
• Smart diff prioritization - AI determines what is likely a bug versus an intentional visual change

Real Story: One company reportedly saved a million dollars a year by replacing thousands of assertion lines with visual checkpoints. A million dollars.

My Take: If UI quality matters to your team and you are not using Applitools, you are likely making life harder than it needs to be.

Best For: Visual regression testing, cross-browser validation, and teams that care deeply about UI and UX consistency

Pricing: Starts at $199 per month

Try it: applitools.com

6. ACCELQ: Generative AI Gets Real

What I’ve Seen: ACCELQ approaches generative AI differently from a lot of vendors. They are not just using LLMs to write scripts. They are trying to understand testing intent.

Key Features:

• Plain English test creation - no rigid syntax, just describe the flow you want
• Autonomous healing - handles complex element-type changes automatically
• Logic insights - AI reviews your test design and recommends improvements
• Reusable test assets - helps reduce duplication across the suite

My Take: The “logic insights” capability does not get enough attention. It feels like having a senior test engineer review your work and point out where it can be stronger.

Best For: Teams trying to expand coverage quickly and organizations moving from manual testing into automation

Pricing: Custom enterprise pricing

Learn more: accelq.com

7. BrowserStack Test Observability: AI Debugging That Doesn’t Suck

What It Does: It turns messy failure reporting into clear, actionable root causes using AI.

Everyone has test reports. What BrowserStack Test Observability does better is tell you why a test failed and whether the issue comes from the product, the automation itself, or the environment.

Key Features:

• AI-powered root cause analysis - fewer hours wasted digging through logs
• AI-based tagging - automatically categorizes failures
• Smart prioritization - tells you what deserves attention first
• Works anywhere - BrowserStack, local runs, and other environments

My Take: If your team manages a large suite and loses hours every week debugging failures, this can justify its cost very quickly.

Best For: Teams with more than 100 tests and distributed teams that need a shared observability layer

Pricing: Starts at $29 per month as a BrowserStack add-on

Try it: browserstack.com/test-observability

8. TestResults.io: No More Selector Hell

Podcast Connection: I had founder Tobias Müller on the show for an episode about next-generation functional visual testing, and what he demonstrated was genuinely interesting.

The core idea is simple and powerful: what if you never had to deal with XPath, CSS selectors, or element IDs again?

How It Works: You describe user behavior in plain language. TestResults.io handles the rest. No selectors, just journeys.

Key Benefits:

• 3x faster testing, according to their own data
• Reduced flakiness through AI-driven stability
• Significant maintenance reduction
• Works across any platform users can interact with

My Take: If selector maintenance is draining your team, and for many teams it is, this is worth a serious look.

Best For: Cross-platform testing and teams that want to escape selector-heavy maintenance

Pricing: Custom

Try it: testresults.io

9. Testim: ML for Locator Intelligence

Podcast Connection: I spoke with co-founder Oren Rubin about their goal of making test automation easier for more than just developers.

Testim applies machine learning to one of the most frustrating problems in automation: flaky tests.

How It Works: It uses multiple fallback strategies to find elements. When one locator fails, machine learning tries other ways to identify the target. The result is that tests can recover when the UI changes.

Key Features:

• ML-powered locators - multiple strategies for finding elements
• Smart execution - AI optimizes test order
• Intelligent grouping - clusters related failures for faster debugging
• Auto-healing - tests can repair themselves

My Take: I respect how focused they are. They picked a painful, common problem and built specifically around solving it.

Best For: Developer-led teams, CI/CD pipelines, and organizations battling flakiness

Pricing: Starts at $450 per month

Learn more: testim.io

10. LambdaTest KaneAI: Modern LLMs Meet Testing

What’s Different: This one is built around modern large language models, bringing GPT-level natural language capabilities into the testing workflow.

KaneAI allows teams to create, debug, and improve tests using natural language. And because it is part of LambdaTest, you also get access to their cloud infrastructure for cross-browser testing.

Key Features:

• Natural language test creation
• LLM-powered debugging
• Autonomous test evolution
• Deep integration with LambdaTest’s cross-browser platform

My Take: This points clearly toward where testing is headed - conversational interfaces powered by modern AI. I also covered this direction in my podcast episode about AI as your testing assistant.

Best For: Teams interested in advanced LLM-based workflows and cloud-based browser coverage

Pricing: LambdaTest starts at $15 per month

Check it out: lambdatest.com/kane-ai

11. Tricentis: Enterprise AI at Scale

What It Is: This is the large-enterprise play - heavily AI-driven, codeless, and built for complex environments.

If you are working inside a large organization with SAP, mainframes, and a wide application portfolio, Tricentis is built for that reality.

Key Features:

• AI-powered test design and generation
• Automated maintenance at scale
• Intelligent test execution optimization
• Packaged application testing for SAP, Salesforce, and similar systems

My Take: This is not the tool I would point a startup toward. But if you are a Fortune 500 company with enterprise complexity everywhere, this is built for your world.

Best For: Large enterprises, SAP-heavy environments, and broad application portfolios

Pricing: Custom enterprise pricing

Learn more: tricentis.com

12. Parasoft Test Impact Analysis: Data-Driven Test Selection

Podcast Connection: I had Wilhelm Haaker, Director of Solution Engineering, and Daniel Garay, Director of QA, walk me through their Test Impact Analysis approach and show me a hands-on demo.

One of my biggest frustrations as an automation engineer has always been this: someone commits code, the build kicks off, and suddenly you are spending time debugging failures unrelated to the change. It is noise. Expensive noise.

Parasoft’s Test Impact Analysis addresses that using actual code coverage data. Instead of guessing which tests to execute, it tells you exactly which tests are affected by a code change.

How It Works: It collects code coverage data from manual test sessions, not only unit tests. When new code is deployed, it compares the changed areas and identifies the specific tests that should be rerun.

What It Supports:

• Languages: Java and C# including Spring Boot and .NET
• Test Framework: Agnostic - works with any framework
• Integration: Imports tests from Jira Xray and Azure DevOps
• Deployment: Web server support and Kubernetes compatibility

My Take: Daniel said something that really landed with me - QA often works like a black box because teams do not always see the underlying code changes. This tool gives you evidence-based decisions instead of stress-based assumptions. It is not flashy, but it is practical.

Real Benefit: Wilhelm made a great point as well. Saving time does not have to mean doing less. It can mean doing deeper exploratory work in the places that actually changed.

Best For: Teams with large regression packs, Java or .NET applications, and organizations that need defensible, data-backed test scope decisions

Pricing: Custom enterprise pricing

Learn more: parasoft.com

 

Overwhelmed? Use My Free Tool Matcher

I get it. Twelve tools is a lot to sort through. That is exactly why I built the QA Tool Matcher.

Answer a few quick questions about your tech stack, your budget, and your testing goals, and it will narrow down the best choices from more than 300 tools, including every platform covered in this article.

It takes about 60 seconds. It is completely free. No email gate, no sales angle, no unnecessary friction. Just a straightforward answer about which tools actually fit your situation.

 

How to Actually Choose?

By Team Size

Small Teams (1-10): Go with testers.ai, BlinqIO, or LambdaTest KaneAI. These are easier to adopt, relatively affordable, and can deliver value quickly.

Mid-Size Teams (10-50): Mabl, Katalon, or Testim. These give a solid balance between usability and power.

Enterprise (50+): Tricentis, ACCELQ, or Katalon Enterprise. These are built with scale in mind.

By Primary Pain Point

“Our tests are flaky as hell” → Testim or BrowserStack
“Maintenance is killing us” → TestResults.io or testers.ai
“We need visual testing” → Applitools, no question
“We want plain English tests” → testers.ai, BlinqIO, or ACCELQ
“We need autonomous agents” → Mabl is the most advanced here
“We love Cucumber or BDD” → BlinqIO was built for that
“We want one platform for everything” → Katalon or Tricentis

By Technical Skill

Non-Technical Team:

  1. testers.ai
  2. BlinqIO
  3. ACCELQ

Mixed Skills:

  1. Mabl
  2. Katalon
  3. Testim

Highly Technical: Any of these can work. At that point, the better filter is how well the tool fits your ecosystem and integrations.

 

Real Talk: Is AI in Testing Just Hype?

I get asked this on almost every podcast episode. Here is my honest answer.

In 2017? Mostly hype.

In 2023? Starting to become real, but still oversold.

In 2026? It is mainstream. The question is no longer whether it is hype. The question is which tools actually follow through.

After interviewing Jason Huggins, Ben Fellows, Guy Arieli, Tal Barmeir, Jim Trentadue, and many other testing leaders on QA Genesis, here is the pattern I keep seeing:

AI will not replace QA engineers. But it absolutely will change how they spend their time:

• Less time writing and maintaining scripts
• More time on exploratory testing
• More time on strategy
• More time analyzing quality trends
• More time handling complex scenarios that AI still cannot manage well

The teams getting ahead are not the ones avoiding AI.

They are the ones learning how to work with it.

 

Wait… Is There Already a Fourth Wave?

Podcast Connection: I recently had Don Jackson on episode A554, and what he showed me challenged a lot of what I thought I understood about the direction of automation testing.

Don recently joined Perfecto, now part of Perforce, and their new agentic AI model is fundamentally different from the tools listed above. Here is why that matters.

Third Wave vs Fourth Wave: The Critical Difference

Third Wave Tools, which includes everything listed earlier in this guide:

• AI helps create scripts
• AI helps maintain scripts
• AI heals scripts when they fail
• But at the end of the day, a script still exists and gets executed

Perfecto’s Fourth Wave Approach: No script at all.

Instead, you write a goal-oriented prompt in natural language. Don used this example on our podcast:

“Book a flight from San Francisco to New York in business class, prefer an aisle seat, second preference is window seat. If there are no flights available that have one of those seats, I don’t want to sit in the middle. Come back with an error message.”

That is the whole test.

How It Actually Works

At runtime, the AI:

• Takes a screenshot of the application
• Interprets the image to understand the context
• Decides what action to take next to achieve the goal
• Adapts automatically when the UI changes because there is no brittle script underneath
• Works across web, iOS native, Android native, and mobile responsive experiences using one test

Don’s tagline captures it perfectly: “No scripts, no frameworks, no maintenance.”

Real Example That Blew My Mind

I asked Don about reliability because that is always my first question. He described a case involving a weather app.

He wrote: “If the app isn’t installed, go install it.”

What the AI did on its own:

  1. Recognized that the device was Android, not iOS
  2. Swiped up from the bottom to inspect the app catalog
  3. Did not find the app, so it ran a search
  4. Still did not find it, so it returned home
  5. Opened the Play Store rather than the App Store
  6. Searched for the app
  7. Clicked install
  8. Repeatedly checked the progress until installation was complete
  9. Clicked Open when the button appeared

No device-specific scripting. No loops manually coded. No progress bar waits written by hand. Just one prompt.

As Don said on the podcast, think about how much work that would take to script traditionally.

What Makes This “Fourth Wave”?

The biggest difference is agency - genuine autonomous decision-making.

Third Wave Example:

AI generates something like:
click('#login-button')
type('#username', 'test@test.com')
type('#password', 'password123')
click('#submit')

A script is still generated and executed.

Fourth Wave Example:

Prompt: “Log into the application.”

The AI figures out how to do that at runtime based on what it sees.

Things That Were Previously “Untestable”

Don mentioned several beta customers discovering use cases no one initially expected.

Financial Services Company: A stock trading app with dynamic graphs. The AI can now validate:

• If a price point is higher than the previous one, it should display green, not red
• The chart visualization matches the numeric values shown in the table below
• All of this with dynamic data, without requiring static test inputs

E-commerce Company: Product images and descriptions

• Their campaigns regularly update descriptions, such as adding “Sale on Laptops!” across product pages
• Those campaigns were hard to test before because the data changed too often
• Now they can validate whether the text matches the image, such as confirming an HP laptop image actually shows an HP logo and a 10-key keyboard if the description says it should

Accessibility Testing: One prompt - “Make sure this page matches WCAG 2.0 standards.”

The AI pulls the standard, evaluates compliance, and reports back.

That is it.

My Honest Take (The Skeptic’s View)

I have been in automation for more than 25 years. I have watched many “revolutionary” products turn into vaporware.

When Don first described this concept about 18 months ago, I thought it was an interesting idea. When I saw the demo, I became curious. Now that it has been released and I have seen actual customer results, here is where I land.

The Good:

• It solves the selector maintenance nightmare
• It works across platforms without needing rewrites
• It gives non-technical testers a realistic path into automation
• It handles scenarios that used to be too difficult or too expensive to script

The Trade-offs:

• It is slower than traditional scripts because it is processing screenshots and reasoning at runtime
• It depends on good prompting, and vague prompts produce vague outcomes
• Teams need to build trust gradually by auditing results early on
• It does not replace API testing or unit testing

The Real Question: Is this production-ready today?

For some use cases, absolutely. Dynamic UI environments like Salesforce Lightning are a strong fit. So are exploratory testing scenarios and applications that change constantly.

For high-speed regression suites where raw execution speed matters most, maybe not yet.

The Controversial Take: Scripters vs Testers

Don said something on the podcast that will probably annoy some people:

“Some of the best testers I’ve known in my career are the worst scripters. And conversely, some of the best scripters were the worst testers because they didn’t have that destructive mindset. Wouldn’t it be amazing if I could have my best testers be able to do automation?”

I have seen that exact dynamic throughout my career. The people who understand the business deeply often cannot automate. The people who automate brilliantly do not always understand the business risk.

Fourth-wave tools might finally start closing that gap.

Exploratory Testing, Automated

This part genuinely got my attention. Don talked about a beta customer who asked the AI:

“Find all the different paths to get to the shopping cart.”

The AI discovered 12 paths.

The customer only knew about 9.

Think about what that means. Automated exploratory testing that finds behavior your manual team did not already know existed.

Should You Adopt This Now?

Immediate Use Cases:

• Salesforce Lightning testing, which is notoriously hard to automate
• Dynamic applications that change frequently
• Multilingual testing, where the platform works in 98% of languages
• Accessibility compliance checks
• Exploratory test automation

Wait a Bit If:

• Your applications are stable and already have mature automation in place
• You need maximum execution speed
• Your team is still uncomfortable with AI or prompt-based workflows
• You are just starting with automation and need to understand the fundamentals first

My Prediction

During our conversation, Don mentioned that he had been talking about this concept for 18 months and calling it “goal-oriented testing.” The fact that more than one company, including Perfecto, is now building in this direction tells me something important.

This is where testing is heading.

Not ten years from now.

Within the next two to three years.

The third-wave tools in the main part of this article are powerful and will keep getting better. But I also believe we are already watching the fourth wave emerge in real time.

Check it out: Perfecto - look for their Agentic AI features, released July 15, 2025
Watch my hands-on review: QA Genesis YouTube Channel
Hear the full conversation: QA Genesis Podcast Episode A554 with Don Jackson

 

My Actual Recommendation

Do not overcomplicate this.

Pick two or three tools from this list based on your biggest pain point. Get trial access. Build the same five tests in each one. Then see which platform actually fits your team.

For teams that want to experiment further, try Perfecto’s newer agentic AI approach on one especially painful automation scenario. See whether runtime decision-making works better for you than scripting.

Do not wait for perfect.

Start experimenting this quarter.

The teams I see succeeding with third-wave tools are not always the ones with the biggest budgets or the largest engineering organizations. More often, they are the teams that started early and learned by doing.

And the teams that will lead in the fourth wave?

They are already experimenting with these agentic approaches right now.

Rohit Gupta
Rohit Gupta
COO
Rohit harnesses his extensive knowledge of advanced technologies such as Blockchain, AI, and RPA to create solutions for diverse industries, including healthcare and customer experience management. Rohit's expertise in digital transformation enables businesses to achieve their strategic objectives.