Behavior-Driven Development - Definição do Glossário CI/CD
O desenvolvimento orientado a comportamento (BDD) estende o TDD ao escrever exemplos em uma forma estruturada e em linguagem simples (muitas vezes Given-When-Then) que o negócio e os desenvolvedores compartilham, para então automatizá-los como testes.
No CI/CD
Cenários de BDD escritos em Gherkin rodam como testes de aceitação executáveis no pipeline, de modo que o mesmo documento que especifica o comportamento também o verifica a cada build.
Guias relacionados
Test-Driven Development - CI/CD Glossary DefinitionTest-Driven Development: Test-driven development (TDD) is a practice where you write a failing test first, th…
Continuous Testing - CI/CD Glossary DefinitionContinuous Testing: Continuous testing is running automated tests at every stage of the pipeline, so quality…
Definition of Done - CI/CD Glossary DefinitionDefinition of Done: A definition of done is a shared, explicit checklist of conditions a work item must meet…