Skip to main content

Automation metrics

This document provides descriptions of automation statuses and targets used across TestOps.

Automation Status Definitions​

StatusDescription
To Be AssessedManual test created but not yet reviewed for automation.
Automation CandidateMarked for automation; scripting not started.
Automation In ProgressAutomation work ongoing.
Automation CompleteScript finished and linked to its manual test case.
Manual OnlyDeliberately excluded from automation.

Automation targets​

Automation targets are project-level scoped, unaffected by filters.

TargetsDescriptionFormula
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 CriticalSame as AP but Priority = Critical.Count of MTC with (status = Candidate or In Progress) AND Priority = Critical
Was this page helpful?