Skip to content

User Acceptance Testing (UAT)

What UAT is

UAT is where real users or business stakeholders confirm:

  • the product meets their needs
  • workflows match business rules

Who performs UAT

  • product owners
  • business analysts
  • customer representatives

QA can facilitate, but UAT is about business acceptance.

Acceptance criteria

Strong criteria are:

  • observable
  • testable
  • unambiguous

Example:

  • β€œWhen an order is paid, an invoice PDF is available within 30 seconds.”

Diagram: from requirement to acceptance

false


  graph TD
A[User story] --> B[Acceptance criteria]
B --> C[UAT scenario]
C --> D[Sign-off / feedback]

false

If this helped you, consider buying me a coffee β˜•

Buy me a coffee

Was this page helpful?

Let us know how we did