Automation metrics
This document provides descriptions of automation statuses and targets used across TestOps.
Automation Status Definitions​
| Status | Description |
|---|---|
| To Be Assessed | Manual test created but not yet reviewed for automation. |
| Automation Candidate | Marked for automation; scripting not started. |
| Automation In Progress | Automation work ongoing. |
| Automation Complete | Script finished and linked to its manual test case. |
| Manual Only | Deliberately excluded from automation. |
Automation targets​
Automation targets are project-level scoped, unaffected by filters.
| Targets | Description | Formula |
|---|---|---|
| Automation Coverage (AC) | % of manual test cases that are automated. | (Automation Complete MTC / Total Published MTC) × 100 |
| Automation Pending (AP) | Total manual tests still awaiting automation. | Count of MTC where status = Candidate or In Progress |
| Automation Pending Critical | Same as AP but Priority = Critical. | Count of MTC with (status = Candidate or In Progress) AND Priority = Critical |