26 / 108 · 03 Agentic Testing Architectures · The Orchestrator Pattern← prev⊞ allnext →☰ Read as one page
4.2Architecture
+------------------+
| ORCHESTRATOR |
| (Coordinator) |
+--------+---------+
|
+--------------+--------------+
| | |
+-----+-----+ +-----+-----+ +-----+-----+
| Agent: | | Agent: | | Agent: |
| UI Tests | | API Tests | | Perf Tests|
+-----------+ +-----------+ +-----------+
The orchestrator:
- Receives a feature specification or test plan
- Analyzes it to determine which test types are needed
- Delegates scenarios to specialist agents
- Collects and merges results
- Reports a unified test outcome