engineering · tool agent
Testing Agent
Close the loop between a change and evidence.
- testing
- verification
- quality
How to watch
Play starts at Input. Each station works, then a labeled packet travels the wire.
On station · 5.2s · 0/0
Packets stay on the wire. This is a conceptual simulation, not a live model run.
What Testing Agent does
A testing agent designs or selects tests, runs them, and reports failures with traces. It can propose tests for a change, but it should not mark a suite green without running it.
The agent reads the change or requirement, chooses tests, runs the runner, and returns a report. Conceptual simulation.
Workflow
Each step maps to a node in the lab above. and watch the packets travel.
- 01Input
Receive the change
Load diff or requirement.
- 02Plan
Select tests
Choose the suite or write a missing test.
- 03Tool
Run the suite
Execute tests.
Failure path
A testing agent’s job includes showing failures, not hiding them.
- 04Output