Acceptance Test - Definição do Glossário de CI/CD
Um acceptance test verifica se o software atende aos requisitos de negócio e está pronto para ser aceito pelo cliente ou pelo product owner, frequentemente escrito na linguagem das user stories.
Como ele difere
Onde um system test pergunta "funciona corretamente", um acceptance test pergunta "é a coisa certa", verificando o comportamento contra os critérios de aceitação.
Guias relacionados
System Test - CI/CD Glossary DefinitionSystem Test: A system test validates the complete, integrated application against its requirements in an envi…
Functional Test - CI/CD Glossary DefinitionFunctional Test: A functional test verifies that a feature produces the correct output for a given input, che…