Review test results
Unlock the complete study guide + 1,040 practice questions across 16 full exams.
Bundled into the existing Designing and Building Integrated AI Agent Solutions in Copilot Studio premium course — no separate purchase.
14-day money-back guarantee — no questions asked.
Included in this chapter:
- What a finished evaluation run hands you
- Read the set score before you open a single case
- Inside one case: the detailed assessment
- Rule out the run before you blame the agent
- Which failures to open first
- The five questions that test the test
- Multi-turn cases fail late and break early
- Telling a real change from grader noise
- Checking the instrument that produced the score
- From scores to a readiness decision
- What the CSV export preserves
- Who can see an evaluation run
Where a failing test case's fault actually lives, and the order you rule the homes out
| Fault home | What the run looks like | The check that identifies it | Where you act | How you verify the fix |
|---|---|---|---|---|
| Dependency health during the run | Failures with no consistent behavioral pattern, often clustered in time, sometimes arriving as Error rather than Fail | Pre-triage check: knowledge accessible and fully indexed, no connector or API errors, timeouts or rate limits, authentication valid throughout, evaluation environment matching the intended configuration | The dependency itself, outside the Evaluation page | Rerun the evaluation before triaging anything else; results from an unhealthy run cannot be trusted |
| Evaluation setup | The agent's answer looks acceptable to a human reader, or the case carries no usable expectation and returns Invalid | Step 1's five ordered questions: is the response acceptable, is the expected answer current, is the input realistic, does the grader allow valid alternatives, is the method right for the signal | The test set on the Evaluation page — the expected value, the keywords, or the test method | Rerun the affected cases and confirm the remaining failures now reflect genuine agent behavior |
| Agent configuration | The evaluation is valid and the agent genuinely produced a wrong, ungrounded, misrouted, or unsafe response | Step 2's diagnostic questions per quality signal — which source was retrieved, which tool fired, which topic triggered, whether it escalated | Instructions, knowledge, tools, or topics — the agent's own configuration pages | Rerun the affected test set, and spot-check an unrelated set for regressions; after a system prompt change, rerun the full suite |
| Platform limitation | The same failure survives multiple reasonable configuration variations | Step 3's indicators — retrieval consistently returns the wrong documents, the required reasoning or orchestration pattern is unavailable, the grader misclassifies despite rubric tuning | A workaround, plus documentation and escalation with evidence | Mark the case as a known limitation or adjust thresholds so it stops blocking unrelated progress, and re-evaluate when platform capabilities change |
Decision tree
Cheat sheet
Unlock with Premium — includes all practice exams and the complete study guide.
Also tested in
References
- About agent evaluation - Microsoft Copilot Studio
- Run evaluations and view results - Microsoft Copilot Studio
- Choose evaluation methods - Microsoft Copilot Studio
- Interpret evaluation scores and assess readiness - Microsoft Copilot Studio
- Improve agents using evaluation-driven triage and remediation - Microsoft Copilot Studio
- Triage agent failures: Diagnose and prioritize issues - Microsoft Copilot Studio
- Review agent activity - Microsoft Copilot Studio
- Create a conversational test set - Microsoft Copilot Studio
- Review the agent evaluation checklist - Microsoft Learn
- Map failure patterns to remediation strategies - Microsoft Copilot Studio
- Share agents with other users - Microsoft Copilot Studio