Key takeaways
- $15M Series A led by Standard Capital with Dropbox Ventures in November 2025 — only eight months after a $3.7M seed — bringing total funding to $18.7M, with Notion, Xero, Bilt, Webflow, and Retool as named customers
- The architecture is pure-agentic: tests are plain-English intent interpreted at runtime, not generated code — locators self-heal from visual cues, accessibility data, and DOM context when the UI changes
- Verified scale at the raise: 200M+ test steps executed and 390K+ bugs caught in a single month, with ~2,600 users across the customer base
- Pricing is not public — paid plans are quote-based — and tests live inside the platform with no code export, a real lock-in consideration
FAQ
What is Momentic?
Momentic is an AI-native automated testing platform where teams describe critical user flows in plain English and AI agents author, execute, and maintain the resulting end-to-end tests for web and mobile applications.
How much does Momentic cost?
Pricing is not publicly listed. Paid plans are quote-based through sales, with a free tier to try the platform, per third-party analysis as of June 2026.
How does Momentic's self-healing work?
Test steps are stored as natural-language intent and interpreted at runtime — the AI locates elements using visual cues, accessibility data, and DOM context, so steps keep working when selectors or layout change; no test code is generated or saved.
How is Momentic different from QA Wolf?
Momentic is self-serve agentic software — your team (and its AI agent) owns the tests — while QA Wolf is a managed service where an external team builds and maintains your test suite for you.
Executive Summary
Momentic is the AI-native end-to-end testing platform: teams describe critical user flows in plain English — "Click the OK button" instead of selector syntax — and AI handles element finding, assertion reasoning, visual comparison, and test generation, positioning itself as the modern alternative to Selenium, Cypress, and Playwright.[1] The architectural bet is pure-agentic: Momentic generates and saves no test code, instead interpreting natural-language steps at runtime, which is what lets tests self-heal when the DOM changes rather than break on stale selectors.[2] An autonomous testing agent goes further — exploring the application, identifying critical flows, generating tests, and maintaining them as the product evolves.[2]
Founders Wei-Wei Wu (CEO) and Jeff An — developer-tooling backgrounds at Qualtrics and WeWork, with Wu an open-source Node.js contributor — took the company through Y Combinator's Winter 2024 batch, raised a $3.7M seed in March 2025, and closed a $15M Series A led by Standard Capital with Dropbox Ventures just eight months later, bringing the total to $18.7M.[3][1] At the raise, Momentic reported 200M+ test steps executed and 390K+ bugs caught in a single month — the equivalent of roughly 300,000 hours of manual testing — across customers including Notion, Xero, Bilt, Webflow, and Retool, with about 2,600 users on the platform.[4][3]
| Attribute | Value |
|---|---|
| Company | Momentic (San Francisco)[1] |
| Founders | Wei-Wei Wu (CEO), Jeff An[1] |
| Founded | YC Winter 2024; team of 12 as of the Series A[1] |
| Funding | $18.7M total — $3.7M seed (March 2025), $15M Series A (November 2025) led by Standard Capital with Dropbox Ventures; YC, FCVC, Transpose Platform, Karman Ventures[3][4] |
| Named Customers | Notion, Xero, Bilt, Webflow, Retool, Quora, Runway, GPTZero, Pocus, Nuvo, Mutiny, CoverGo[2][3] |
| Open Source | No |
Product Overview
Momentic's loop: describe a user flow in plain English in the low-code editor (or record browser actions), and the platform converts intent into automated coverage; from there the tests run in CI/CD environments and against production, with local development supported.[2][1] The differentiating layer is the autonomous AI testing agent, which explores the application, identifies critical user flows, generates tests, and keeps maintaining them without manual intervention — authoring, execution, and maintenance all handled agentically.[2]
Assertions are AI-powered too — screenshots, page content, and expected behavior — including non-deterministic outputs, which makes the platform usable for testing LLM features whose responses vary run to run.[2] Mobile environment support launched in August 2025, extending coverage beyond the browser.[3]
Key Capabilities
| Capability | Description |
|---|---|
| Plain-English authoring | Low-code editor converts natural-language steps into automated coverage; recorder captures browser actions[2] |
| Self-healing locators | Intent-based natural-language locators that update automatically when the DOM changes[2] |
| Autonomous test agent | Explores the app, identifies critical flows, generates and maintains tests continuously[2] |
| AI assertions | Screenshot, content, and behavior assertions; handles non-deterministic (LLM) outputs[2] |
| Test types | E2E, visual regression, API, and accessibility testing in one tool[5] |
| Mobile testing | Mobile environment support since August 2025[3] |
| Enterprise | SOC 2 Type 2, 99.99% uptime SLA, custom SSO, white-glove onboarding and migration support[2][1] |
Product Surfaces
| Surface | Description | Availability |
|---|---|---|
| Web app / low-code editor | Author, record, and manage tests | GA[1] |
| CI/CD + production runs | Tests run in CI/CD environments and against production | GA[1] |
| Mobile environments | Mobile app testing | GA since August 2025[3] |
Technical Architecture
The core design decision: Momentic does not generate or save test code — steps are stored as natural-language intent and interpreted at runtime.[2] That is what makes self-healing structural rather than a patch: when an element moves or a selector changes, the AI re-locates it using visual cues, accessibility data, and DOM context, and smart waits ensure page and network stability before each action to cut timing-based flakiness.[2][5] The trade-off is equally structural — there is no Playwright or Cypress code to export, so tests cannot leave the platform.[5] An engineering post describes the runtime caching layer processing 12B+ cache operations per day on ClickHouse, an indicator of execution scale.[6]
Key Technical Details
| Aspect | Detail |
|---|---|
| Deployment | Managed cloud SaaS; runs in CI/CD and against production; local dev supported[1] |
| Model(s) | Not disclosed |
| Browser support | Chromium and Chrome; Safari and Firefox on the roadmap with no timeline[2][5] |
| Test storage | Natural-language steps interpreted at runtime; no generated code, no export[2][5] |
| Open Source | No; platform proprietary |
Strengths
- Pure-agentic architecture, not codegen — interpreting intent at runtime instead of generating brittle script code makes self-healing the default behavior, and the autonomous agent closes the loop from authoring through maintenance.[2]
- Verified execution scale — 200M+ steps and 390K+ bugs caught in a single month at the Series A, with ~2,600 users; this is production volume, not pilot volume.[4][3]
- Blue-chip customer roster for a W24 company — Notion, Xero, Bilt, Webflow, Retool, and Quora are named, with vendor-reported results like Notion's 70% reduction in automation time and Webflow's 99% fewer false-positive alerts.[3][2]
- Fast investor re-up — the $15M Series A landed eight months after the seed, led by Standard Capital with Dropbox Ventures joining, a strong external signal at this stage.[3][4]
- Handles non-deterministic outputs — AI assertions that tolerate LLM-feature variability address a testing gap that selector-based frameworks handle poorly.[2]
- Enterprise posture early — SOC 2 Type 2, 99.99% uptime SLA, custom SSO, and white-glove migration support are unusual for a 12-person company.[2][1]
Cautions
- No code export means real lock-in — tests are runtime-interpreted intent inside the platform; leave Momentic and the suite does not come with you, unlike Playwright-codegen competitors.[5][2]
- Chromium/Chrome only — Safari and Firefox remain roadmap items, so cross-browser regressions (including visual ones) in other rendering engines go uncaught.[2][5]
- Opaque pricing — no public pricing page as of June 2026; paid plans are quote-based, making budgeting and comparison hard before a sales conversation.[7]
- Self-serve, not a managed service — your team still owns the testing program; teams wanting QA done for them are better served by service models like QA Wolf or Ranger.[5]
- Customer outcome numbers are vendor-stated — the 70%/99%/8x case-study figures appear on Momentic's site without independent verification.[2]
- Thin independent community footprint — no HN launch thread and no substantive community discussion found; Momentic's HN presence is its own blog posts with single-digit points and near-zero comments.[6]
What Developers Say
Independent developer discussion is scarce as of June 2026: an HN Algolia search surfaces only Momentic's own engineering-blog submissions (single-digit points, near-zero comments) and no launch thread, and no substantive Reddit threads were found.[6] The most detailed third-party assessment comes from Bug0 — a direct competitor, so read it as adversarial — which is notably even-handed on the strengths:
"When your button moves from the header to the sidebar, the AI finds it again." — Bug0's competitive review (a rival vendor)[5]
"Tests live inside the platform. If you leave Momentic, your tests don't come with you." — Bug0's competitive review[5]
"Quote-based pricing makes it hard to budget or compare." — Bug0's pricing analysis[7]
The absence of unaffiliated practitioner voices — positive or negative — for a platform claiming 200M+ monthly steps is itself a data point: the customer evidence that exists (Notion, Webflow, Retool case studies) flows entirely through vendor channels.[2][4]
Pricing & Licensing
Momentic does not publish pricing; its former public pricing page is gone and paid plans are quote-based through sales, with a free tier to try the core test creation and execution features (limits on runs, parallelism, or seats), per third-party analysis as of June 2026.[7]
| Tier | Price | Includes |
|---|---|---|
| Free | $0 | Core test creation and execution with usage limits[7] |
| Paid / Enterprise | Quote-based | Custom plans; SOC 2 Type 2, 99.99% uptime SLA, custom SSO, dedicated CSMs, 24/7 premium support, white-glove onboarding and migration[7][2] |
Licensing model: Proprietary managed SaaS; no open-source components or self-hosting.[2]
Hidden costs: Quote-based pricing prevents upfront budgeting; no code export means switching costs compound as the suite grows; Chrome-only coverage may force a second tool for cross-browser requirements.[7][5]
Competitive Positioning
Direct Competitors
| Competitor | Differentiation |
|---|---|
| QA Wolf | Managed service — humans plus AI build and maintain your Playwright suite for you, with code you keep; Momentic is self-serve agentic software with no code export |
| Ranger | AI QA agents delivered with a service layer; Momentic is the purer software play — your team operates the agent directly |
| Expect | Agentic QA in the same self-serve direction; Momentic counters with scale proof (200M+ monthly steps) and the deepest named-logo roster in the category |
| Playwright / Cypress | Code-first frameworks you own outright; Momentic trades that portability for natural-language authoring and structural self-healing |
When to Choose Momentic Over Alternatives
- Choose Momentic when: your engineers will own QA, you want agents to author and maintain the suite from natural-language intent, your users live on Chrome, and you accept platform lock-in for near-zero maintenance.
- Choose QA Wolf when: you want testing done as a service with a coverage guarantee and portable Playwright code at the end.
- Choose Ranger when: you want agentic QA but with a service layer carrying the operational load.
- Choose Expect when: you are comparison-shopping self-serve agentic testing and want a second bid against Momentic.
- Choose Playwright directly when: cross-browser coverage, code ownership, and zero vendor dependency outweigh authoring and maintenance speed.
Ideal Customer Profile
Best fit:
- Product engineering teams shipping fast who want E2E coverage without a dedicated QA automation function[5]
- Teams whose Playwright/Cypress suites have collapsed under selector-maintenance burden and flake triage
- Companies shipping LLM features that need assertions tolerant of non-deterministic output[2]
- Chrome-dominant products comfortable with a managed cloud vendor
Poor fit:
- Teams requiring Safari/Firefox or cross-engine visual coverage today[5]
- Organizations that want a fully managed QA service rather than self-serve software[5]
- Buyers who require portable test code or refuse quote-based pricing[7]
Viability Assessment
| Factor | Assessment |
|---|---|
| Financial Health | Strong for stage — $18.7M raised, with the $15M Series A landing eight months after the seed[3] |
| Market Position | Pure-agentic leader of the AI QA category — the deepest named-customer roster (Notion, Xero, Bilt, Webflow, Retool) and the largest verified execution volume[3][4] |
| Innovation Pace | High — autonomous test agent, mobile support (Aug 2025), and test-case management on the roadmap, from a 12-person team[3][1] |
| Community/Ecosystem | Thin — no HN launch thread or substantive independent discussion as of June 2026[6] |
| Long-term Outlook | Favorable if AI-generated code keeps inflating the verification bottleneck; the "verification layer for software" framing is the right wedge[4] |
The fundamentals are unusually clean: real logos, real volume (200M+ steps/month), fast follow-on funding, and an architecture genuinely different from the codegen crowd.[4][3] The open questions are the ones lock-in always raises — whether buyers will park business-critical test suites in a format they cannot take with them, and whether Chrome-only coverage holds as enterprise deals get larger.[5]
Bottom Line
Momentic is the pure-agentic leader of the AI QA category: tests as natural-language intent that agents author, run, and self-heal at runtime, validated by 200M+ monthly test steps and a Notion/Xero/Webflow/Retool customer roster that no same-stage competitor matches. The trade is explicit — no code export, Chrome-only coverage, and quote-based pricing — so the buy decision is a bet that structural self-healing is worth structural lock-in.
Recommended for: Engineering teams that own their QA and want agents to absorb test authoring and maintenance; teams burned by selector-maintenance churn in Playwright or Cypress; products with LLM features needing non-deterministic assertions.
Not recommended for: Cross-browser coverage requirements, teams that want QA delivered as a managed service, or buyers who require portable test code and public pricing.
Outlook: Watch for Safari/Firefox support landing, any move toward test portability or export, and whether independent community evidence finally emerges to back the vendor-channel case studies — at this volume, it should.
Research by Ry Walker Research • methodology
Sources
- [1] Y Combinator: Momentic — The AI-Native Automated Testing Platform
- [2] Momentic Website
- [3] TechCrunch: Momentic raises $15M to automate software testing
- [4] Momentic Blog: $15M Series A to Build the Definitive Verification Layer for Software
- [5] Bug0: Momentic Review 2026 — Pros, Cons & Who It's For
- [6] Momentic mentions on Hacker News (Algolia search)
- [7] Bug0: Momentic Pricing 2026 — Plans, Cost & Alternatives