Skip to content
Latchkey

Acceptance Test - CI/CD Glossary Definition

An acceptance test verifies the system satisfies a business requirement from the user perspective.

An acceptance test verifies that the system meets business requirements from the user or stakeholder point of view, often expressed in given/when/then form. Passing acceptance tests signals a feature is done.

Acceptance tests sit near the top of the test pyramid: fewer, broader, and slower than unit tests, so CI often runs them in a separate stage.

Related guides

Run this faster and cheaper on Latchkey managed runners. Start free →