AI QA agents
Agentic QA means agents that do real testing work — generating, running, and repairing tests — with a human approving what lands. Two are shipped; two are in development.
Test Generator Agent
v1.4Turning requirements into structured test cases is the slowest manual step in QA.
A 7-step generation pipeline with webhook intake via Express, a React review UI, and multi-format export so generated cases drop into existing test management tools.
APIForge
In developmentAPI test suites go stale as endpoints evolve, and contract and negative tests are slow to write by hand.
Will generate Playwright API test suites from an API spec — covering happy paths, negative cases, and schema validation — structured for CI.
Data Validation Agent
In developmentData pipelines fail silently; schemas drift and bad data reaches dashboards before anyone notices.
Will run automated source-to-target validation, comparing schemas, row counts, and field-level rules across pipeline stages and reporting the exact failing records.