Open Source Test Generation
As of June 2026, AIDiveForge tracks 3 open source test generation. Curated open source test generation tracked by AIDiveForge. Each project has a verified public source repository. Listings are verified against each tool's live website and re-checked regularly.
Last updated June 19, 2026 · 3 tools

1. Agent-QA
The tool lets you write test steps in plain language — 'Click on the Create issue icon', 'Verify that the created issue is shown' — and an agent translates those into browser actions at runtime, reading visible labels and screen state instead of fragile CSS selectors. After each run, it builds execution memory: observations about navigation contracts, UI quirks, and previously healed steps, which get injected into future runs so the agent stops rediscovering the same UI patterns. Self-healing means that when a component shifts, the agent iterates through recovery attempts rather than failing immediately. The ceiling appears when test logic branches on conditional application state — the YAML authoring model is built for linear flows, and complex branching sends teams back to scripting.
PaidOpen Source
2. Catcher
You describe tests in plain English, and Catcher's LLM-powered planner executes them in a real browser — no script authoring, no Selenium boilerplate. The vision-based fallback handles dynamic UIs where element selectors break, which is where most scripted test frameworks quietly start failing your CI. Because you supply the API key directly, LLM costs land on your own account — nothing is proxied through a vendor margin. The ceiling arrives when you need a test management dashboard, CI pipeline integrations, or a shared test artifact store across a team: the repo describes none of those, and you are building that infrastructure yourself.
FreeOpen Source
3. Khwand
Khwand installs as a GitHub App and fires on every commit: it generates edge-case tests, runs cross-model prompt regression checks, scans for prompt injection and insecure tool access using AST analysis, and attempts to auto-patch failing tests before the PR lands. The self-healing loop is the headline feature — the vendor states it reaches 94% confidence on auto-fixes in their demo pipeline. The platform is Python-first, with JavaScript, TypeScript, and Java listed as supported but clearly secondary. It is a hosted-only service with no self-host path, which means your code and agent traces route through Khwand's infrastructure. Early-access stage means the failure-pattern dataset it queries is still thin.
PaidOpen Source
Listings on this page are sourced and verified by the AIDiveForge data pipeline. AIDiveForge is editorially independent — no money changes hands for inclusion.