Modern QA2026The Architect's Checklist — tiles
Log inJoin
107 / 108 · 03 Agentic Testing Architectures · Testing Agentic Systems: MCP, A2A, and Agent Evals← prev⊞ allnext →☰ Read as one page

14.8The Architect's Checklist

When you inherit an agentic system to test, work the surfaces in this order:

  1. Contracts first -- snapshot MCP tool schemas and A2A agent cards; wire drift detection into CI. Cheapest tests, catch the most common breakage.
  2. Sandbox second -- no meaningful agent testing happens until side effects are contained.
  3. Replay third -- turn every production incident trace into a deterministic regression test.
  4. pass^k fourth -- establish the reliability baseline before anyone promises an SLA.
  5. Guardrails last but forever -- adversarial tests grow with every new tool the agent gains.