AgentsApplications 🇷🇺 30.07.2026 13:03

AI Agent in Testing: Why Strong Results Come from Engineering Circuit, Not Prompt

National Institute of Standards and TechnologyNational Institute of Standards and Technology International Organization for StandardizationInternational Organization for Standardization IEEEIEEE International Software Testing Qualifications BoardInternational Software Testing Qualifications Board
A methodology for AI agents in testing is proposed, moving away from reliance on prompts and models. The engineering circuit includes mandatory rules, deterministic executors, and an explicit model of expected results, ensuring verifiable, reproducible, and useful outcomes.
The article describes an approach to building an AI agent for testing that does not rely on ideal input data or model-generated guesses. Instead, the agent collects available evidence, builds an explicit acceptance model, verifies it through multiple independent means (API, DB, UI), documents knowledge boundaries, and leaves the final decision to a human. The engineering circuit includes scenario skills, safety rules, project configuration, deterministic executors, and a chain of evidence. Key testing methodologies include risk-based testing (prioritizing critical modules), exploratory testing (working with incomplete requirements), acceptance criteria testing with an independent oracle (pre-formulated observable expectations), system/integration thinking (tracing state chains), and classification of boundaries (not penalizing a task for unfinished adjacent work). The article emphasizes that the quality of the agent's response is determined not by the model but by the verification circuit.
Сокращения
API = Application Programming Interface — программный интерфейс приложения
DB = Database — база данных
UI = User Interface — пользовательский интерфейс
SQL = Structured Query Language — язык структурированных запросов
JSON = JavaScript Object Notation — формат обмена данными JavaScript
RMF = Risk Management Framework — структура управления рисками
ISO = International Organization for Standardization — Международная организация по стандартизации
IEC = International Electrotechnical Commission — Международная электротехническая комиссия
ISTQB = International Software Testing Qualifications Board — Международный совет по сертификации тестирования ПО
GET = GET (HTTP method) — метод HTTP GET
Source: Habr — хаб ИИ — original
Our earlier posts on this topic ↓
Fresh news