Skip to content
Latchkey

Behavior-Driven Development - CI/CD Glossary Definition

Behavior-driven development (BDD) extends TDD by writing examples in a structured, plain-language form (often Given-When-Then) that business and developers share, then automating them as tests.

In CI/CD

BDD scenarios written in Gherkin run as executable acceptance tests in the pipeline, so the same document that specifies behavior also verifies it on every build.

Related guides

Tired of flaky CI? Latchkey auto-heals failed jobs and retries them for you. Start free →