Skip to main content
Version: 8.0.2

BDD - Behavior Driven Development

Test Maker uses Behavioral Driven Development (BDD) as a way to structure tests.

Behavioral Driven Development (BDD) is a software development approach that has evolved from TDD (Test Driven Development). It differs by being written in a shared language, which improves communication between tech and non-tech teams and stakeholders. In both development approaches, tests are written ahead of the code, but in BDD, tests are more user-focused and based on the system’s behavior. To know more about BDD please have a read over Behaviour-Driven Development.

Example spec

example-spec

Gherkin from example spec

gherkin-example-spec