Agentic AI testing must evaluate plans, tool use, permissions, memory, recovery, and boundaries, not just chat responses.
The product risk
AI agents can search, call APIs, modify files, send messages, create tickets, or take workflow actions. That agency changes the risk profile. A bad answer is one thing. A bad action at machine speed is another. The more tools an agent has, the more QA must test containment and control.
How testing changes
Agent testing should simulate goals, interruptions, conflicting instructions, malicious context, tool failures, stale memory, permission boundaries, and rollback needs. The agent's reasoning may be opaque, but its actions, inputs, outputs, approvals, and logs must be testable.
A practical standard
The practical standard is to define the decision before defining the test. For this topic, the release question should make two priorities explicit: first, tool permissions follow least privilege; second, sensitive actions require human approval. If those priorities are not visible in the test plan, the team may still be busy, but it is not producing the kind of evidence that should influence a serious release decision.
This is also where experienced QA professionals separate useful AI adoption from theater. A model-generated checklist, an impressive demo, or a vendor benchmark can be helpful input, but none of them replaces context-specific evaluation. The team still has to decide what failure would hurt users, what failure would hurt the business, and what level of uncertainty is acceptable.
Agent Assurance Checklist
- Tool permissions follow least privilege.
- Sensitive actions require human approval.
- Memory is scoped, inspectable, and erasable where required.
- The agent handles failed tools and partial completion safely.
- Logs explain what the agent did and why.
Example in practice
An engineering agent triages build failures and opens pull requests. QA tests whether it can modify protected files, act on malicious issue comments, loop on failing commands, leak repository secrets, or create noisy changes without approval.
What strong evidence looks like
Strong evidence combines examples, measurement, and review. It should include ordinary user journeys, realistic edge cases, deliberately hostile cases, and examples that reflect known production pain. The purpose is not to create a perfect laboratory. The purpose is to give leaders a defensible view of whether the product is ready, where it is weak, and which controls are carrying the most risk.
- A curated evaluation set tied to named product risks.
- Clear criteria that separate acceptable variation from unacceptable failure.
- Negative and adversarial cases that test how the system behaves under pressure.
- Traceability from risk to test, control, monitoring signal, and owner.
- A review path for ambiguous results instead of forcing every case into a false pass/fail answer.
Signals I would track
The metrics should help the team make better decisions, not simply create a larger report. I would track a small set of signals that show risk movement over time and reveal whether quality is improving because the system is better, or merely because the team is asking easier questions.
- Coverage across normal, edge, adversarial, and abuse-oriented examples.
- Failure rate by risk category, not only aggregate pass percentage.
- Human review agreement for subjective or high-impact outputs.
- Known failure examples that remain in the regression suite.
Failure modes to watch
- Testing the agent only with cooperative prompts.
- Giving broad credentials because it simplifies demos.
- Failing to test recovery from partial or wrong actions.
What strong QA teams do
- Define agency levels and approval gates.
- Create agent-specific abuse cases.
- Review agent incidents like production incidents.
How to start this quarter
Start small, but make the work real. Pick one AI-affected workflow where the business impact is meaningful, then build a reusable evaluation pack around it. The first operational move is to define agency levels and approval gates. After that, the team can expand the same pattern to adjacent workflows and make AI assurance part of the normal release system.
- Choose one high-value workflow and document the user harm, business risk, and technical failure modes.
- Build a compact evaluation pack with normal, edge, negative, and abuse-oriented examples.
- Review results with product, engineering, security, privacy, or domain experts as the risk demands.
- Keep failed examples and incident learnings in the regression suite so the organization gets smarter.
The discipline is to avoid testing the agent only with cooperative prompts. That sounds simple, but it is where many AI initiatives lose credibility. QA leaders should insist that AI makes the quality conversation sharper, not fuzzier.
Future signal
As agents become embedded in delivery workflows, QA will need to test autonomous behavior with the same seriousness used for financial transactions.