kumQAt
Describe what to test in plain English. Kumqat generates AI-written test cases, runs them in a real browser with the Browser Use Cloud agent, and delivers structured bug reports automatically.
Describe a requirement in plain English. Gemini writes structured test cases with steps, expected outcomes, and failure signals — no test framework expertise required.
Browser Use Cloud opens a real Chromium browser, navigates your site, clicks buttons, fills forms, and follows multi-step flows exactly like a human QA engineer.
Every test produces a detailed card: status, severity, confidence, expected vs actual, suspected root cause, business impact, screenshots, and video recordings.
Outcomes are classified as pass, fail, blocked, or flaky. Blocked means a CAPTCHA or login wall stopped the agent. Flaky flags intermittent timing issues automatically.
< 5 min
Time to first report
From URL to structured bug report
4
Result types
Pass, fail, blocked, flaky
AI
Validated results
Gemini reads every agent trace
Kumqat is an AI-powered browser QA platform that turns product requirements into executable browser test cases, runs them against your live site with a real browser agent, and delivers structured, actionable bug reports in minutes.
Get Started NowUnderstanding your QA results
When Gemini validates results, confidence reflects how certain it is of the classification (e.g. 90% means very confident it's a real failure). When the AI key is unavailable and the heuristic fallback is used, confidence is lower (50-65%) because the classification is rule-based, not AI-validated.
Each test case runs in two stages. First, Playwright takes a screenshot and checks the HTTP status as a quick baseline. Second, the Browser Use Cloud agent opens a real browser, follows the test steps, navigates subpages, clicks buttons, fills forms, and reports what it found. The agent trace in each result card shows every step the agent took.
Sites like LinkedIn, Google, or university portals often detect automated browsers and show a CAPTCHA or login wall. The agent stops and marks the case blocked rather than guessing. You can try re-running with credentials provided in the test requirement, or the Browser Use Cloud agent may bypass bot detection better than a plain headless browser.
When you click Generate test cases, Gemini reads your requirement and creates named test cases. "Reach application" checks the page loads. "Primary navigation sanity" clicks your main nav. "Requirement-focused check" directly exercises the specific feature you described. "Form or input resilience" tests form validation. "Mobile viewport sanity" checks the layout on a narrow screen.