Skip to main content
AIDiveForge AIDiveForge

Test Generation With an API

As of August 2026, AIDiveForge tracks 4 test generation with an api. The top three by verified-data score are Sqlsure, Agent-QA, and Bloom. Curated test generation with an api tracked by AIDiveForge. Listings are verified against each tool's live website and re-checked regularly.

Last updated July 29, 2026 · 4 tools

Ranked by AIDiveForge's verified-data score: data completeness, verification recency, community rating, and real visitor engagement. How we rank · No tool can pay for placement.

  1. Sqlsure

    1. Sqlsure

    sqlsure inspects SQL for semantic violations — fan-out double-counting, additivity errors, wrong join keys, policy breaches — none of which a database engine will flag because the SQL is syntactically valid. It installs via pip, exposes an API, and is licensed Apache-2.0, so it drops into a CI pipeline or a text-to-SQL agent without negotiating with a vendor. The maintainers report finding real bugs in the BIRD and Spider benchmarks, which means the checks are specific enough to catch what polished evaluation suites missed. The tool performs one-shot deterministic checks — it is not an agent and does not plan or self-correct, so the intelligence is in your schema modeling, not the tool's reasoning.

    FreeOpen SourceAPISelf-hostedVerified Jul 13, 2026
  2. Agent-QA

    2. 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 SourceAPISelf-hostedVerified Jun 1, 2026
  3. Bloom

    3. Bloom

    Bloom generates targeted evaluation suites for arbitrary behavioral traits.

    FreeAPISelf-hostedVerified Apr 20, 2026
  4. Maced AI

    4. Maced AI

    Maced deploys AI agents that crawl, fuzz, and attempt exploitation across your web apps, APIs, source code, and cloud infrastructure — then deliver audit-grade reports with proof-of-exploit payloads and merge-ready fix PRs. Every finding is auto-validated before it surfaces, which means triage queues shrink instead of growing. The continuous monitoring model means your attack surface is tested on every deploy, not just once a quarter. The ceiling shows up when your environment demands the kind of adversarial creativity a seasoned human tester brings to a novel business-logic flaw — agents that follow a structured probe loop will miss what only lateral thinking finds. Teams with that requirement use Maced for baseline and point a human at what the agents flag as high-severity.

    Paid$249/moAPISelf-hostedVerified Jun 9, 2026

Listings on this page are sourced and verified by the AIDiveForge data pipeline. AIDiveForge is editorially independent — no money changes hands for inclusion.