Library › Book 3 › Capstone Project -- Building a Complete Agentic Testing System
Capstone Project -- Building a Complete Agentic Testing System
15.1🔒Project OverviewIn this capstone, you will build a complete 4-agent testing system that:
15.2🔒System Architecture
15.3🔒Step 1: Project SetupCreate the following file structure:
15.4🔒Step 2: Core Models
15.5🔒Step 3: The Code Analyzer Agent
15.6🔒Step 4: The Test Generator (Critic-Actor Pipeline)def test_function_scenario(): ...
15.7🔒Step 5: The Test Runner Agent
15.8🔒Step 6: The Flaky Detector Agent
15.9🔒Step 7: The Orchestrator
15.10🔒Step 8: Running the System
15.11🔒Evaluation CriteriaGrade your capstone project on these dimensions:
15.12🔒Extension ChallengesAfter completing the basic capstone, extend it with these challenges:
15.13🔒Career Translation- Designed and built complete 4-agent agentic testing system (Code Analyzer, Critic-Actor Test Generator, Test Runner, Flaky Detector) with…
15.14🔒Q&AInterview Depth CheckPrompt: You are presenting your capstone project to a hiring panel. They ask: "If you could only keep 2 of the 4 agents, which would you…