Momentic Unveils Agentic Testing Platform to Fix AI-Era QA
Momentic announces a major platform update and a $15M Series A to replace flaky end-to-end test scripts with autonomous, self-healing AI agents.
Momentic's new agentic testing platform aims to replace traditional QA with self-healing AI agents.
The Bottleneck Has Shifted
For decades, the limiting factor in software development was writing code. Today, thanks to the meteoric rise of AI coding assistants, teams are shipping features at unprecedented velocities. But this acceleration has exposed a critical flaw in the modern engineering pipeline: Quality Assurance (QA) simply cannot keep up.
According to Momentic's latest platform announcement, this isn't just a theoretical problem. A 2026 Faros AI Engineering Report reveals that monthly incidents are up nearly 58% since AI adoption accelerated, while a May 2026 CloudBees study highlights that 81% of enterprise tech leaders are seeing a direct increase in production issues tied to AI-generated code. As Momentic CEO Wei-Wei Wu starkly puts it: "QA is dead. A new era of software quality starts today."
Enter Momentic: The Agentic Verification Layer
Founded by former engineers from Robinhood, Qualtrics, WeWork, and Retool, Momentic is stepping into this gap with a radical new approach to end-to-end (E2E) testing. Having recently secured a $15M Series A led by Standard Capital, the company is pivoting away from brittle, script-based test frameworks in favor of an intent-based, agentic platform designed to verify web, iOS, and Android applications autonomously.
Traditional E2E frameworks like Cypress and Playwright rely on rigid CSS selectors, XPaths, and imperative logic. When a developer changes a button's class or shifts a layout, tests break. Momentic flips this model. "The spec is the test," explains the Momentic team. Engineers author tests in plain English using human-readable YAML files. For example, a test step might simply say - click: Checkout button inside the cart drawer. AI agents parse this intent, build the execution path, and run the tests on local machines, hosted browsers, or mobile emulators.
The Brains Behind the Operation: Context and Auto-Healing
To make agentic testing viable for enterprise teams—Momentic already boasts customers like Notion, Webflow, Quora, and Retool—the platform introduces several core AI innovations aimed at bridging the gap between human intuition and machine execution.
The Knowledge Base
A frequent criticism of AI agents in testing is that they lack product context. The best human testers know the undocumented edge cases, the specific terminology of the app, and the brittle flows. Momentic's new Knowledge Base allows teams to inject this context directly into the platform. Users define how features should behave and what counts as a bug versus a deliberate UI change. As the agent interacts with the app, whether writing tests or triaging failures, it relies on this shared, evolving understanding.
Explore Agent: Closing the Coverage Gap
Writing tests is notoriously unpopular among developers. As AI agents generate more code, the gap between what is shipped and what is verified widens. Momentic's Explore Agent watches every pull request, reads the code diff, identifies new or modified user flows, and automatically proposes updated test specs. It proactively explores the app to close coverage gaps, ensuring tests stay perfectly in sync with the codebase.
Failure Classification and Auto-Healing
Flaky tests are the bane of CI/CD pipelines, training engineers to ignore alerts right when real bugs slip into production. Momentic tackles this with a dedicated Failure Classification Agent. When a test fails, the agent analyzes the root cause—distinguishing between transient network errors, actual application bugs, and intentional UI updates. If an intentional UI change breaks a test (e.g., a "Buy Now" button was renamed to "Checkout"), Momentic automatically opens a PR to update the YAML spec. If it's a genuine bug, engineers receive a high-signal alert complete with reproducible steps and session replays.
Scaling for the Enterprise
With an increasing number of tests required for modern applications, Momentic's infrastructure is built to scale. The platform has already created over 77,000 tests and executed nearly 70 million test runs, successfully auto-healing nearly 9 million broken tests in the process. Enterprise readiness is a key focus, with SOC 2 Type 2 compliance, SAML SSO, Role-Based Access Control (RBAC), and a contractually backed 99.99% uptime SLA. This robust foundation explains why high-growth startups and established tech companies are eagerly adopting the platform. Testimonials from engineering leaders at Runway, GPTZero, and CoverGo highlight significant reductions in test execution time—dropping from hours to just minutes—and an 85% reduction in production incidents.
Unified Web and Mobile Automation
In addition to overhauling its core engine, Momentic has introduced a unified workflow for mobile and web. Developers can now run plain English tests across Chromium browsers, local iOS simulators, or Momentic-hosted Android emulators. This unified interface drastically lowers the barrier to entry for mobile E2E testing, which has historically been fragmented across disparate toolchains like Appium or native XCUITest frameworks.
The Future of Quality in the AI Era
As coding agents like GitHub Copilot and Devin transform developers into code reviewers, a robust, automated verification layer is no longer a luxury—it is critical infrastructure. The bottleneck has officially shifted from code generation to code verification.
By abstracting away the brittle mechanics of browser automation and replacing them with self-healing, context-aware AI agents, Momentic is positioning itself as the definitive quality layer for the AI engineering era. For developers tired of babysitting test suites, the promise of an "always-on, autonomous system" is a welcome paradigm shift.
You can try out Momentic's new CLI directly by running npx @momentic/wizard@latest in your terminal today.
Enjoyed this?
Get more posts like this delivered to your inbox.