Back to Overview
QUALITYAvailable

Acceptance Coverage

Mapping acceptance criteria directly to exact UXDL addresses.


Criteria to Address Mapping

Acceptance criteria become actionable when they point to exact UXDL addresses. Acceptance coverage verifies that declared criteria map to declared graph nodes.

Coverage Example

YAML
AC-03: Buyer can retry a failed payment.
covered by:
- checkout.states.payment_failed
- checkout.actions.retry_payment
- checkout.actions.retry_payment.relations.success