Our AI Agent System
How It Works in Practice
Here’s what happens when you open a PR that changes your checkout flow: 1. Automatic DetectionWhen to Use AI Agents vs Scripts
In practice, most teams use a combination: AI agents for exploration and edge cases, scripts for critical deterministic flows, and manual QA for subjective evaluation (design, UX, brand consistency).
How It All Connects
The system coordinates automatically based on what you’re trying to accomplish: Creating tests via ChatTest Execution Model
QA.tech uses Claude Haiku 4.5 as the default AI model for test execution. This model provides the fastest test execution while maintaining high-quality results.
The AI model handles all test execution decisions: navigating your application, filling forms, clicking buttons, and verifying outcomes. You write test goals in natural language, and the model figures out how to achieve them.
You can override the agent per-test in the Advanced settings when creating or
editing a test. See Creating
Tests for details.
Get Started
Create Your First Test
Write tests in natural language. The AI generates steps automatically.
AI Chat Assistant
Conversational interface to create, edit, and manage tests.
Automatic PR Testing
Install the GitHub App for autonomous reviews on every PR.
CI/CD Integration
Trigger tests from your deployment pipeline.