Meet the QA agent
11 months ago
An AI agent that navigates your app in a real browser, finds bugs, and writes them up — with screenshots, severity, and reproduction steps.
The QA agent is the heart of qlane. It drives a real browser the way a human tester would: navigate, click, type, fill forms, take screenshots, watch the network. When it finds a problem, it reports a bug with a title, a severity, reproduction steps, and a screenshot. When it verifies a passing scenario, it reports a pass.
The agent is conservative by default. It doesn't speculate, it doesn't fill forms with arbitrary data, and it won't trigger destructive actions without explicit confirmation. We coach it through its instructions to err on the side of "report what I see" rather than "guess what might be wrong."
This is the foundation for everything that follows — PR testing, smoke phases, the traceability matrix. The agent learns the shape of your app session by session, and the rest of qlane stitches that knowledge into your workflow.
- Drives a real Chromium browser, the way a human tester would.
- Reports findings with severity, screenshot, and reproduction steps.
- Conservative by default — no speculation, no destructive actions.