Skip to content

Files

Latest commit

33f1bc6 · Mar 25, 2025

History

History
27 lines (18 loc) · 1.13 KB

bdd-tutorial-execution.md

File metadata and controls

27 lines (18 loc) · 1.13 KB

Tutorial: Modelling and Executing BDD Tests for a Pickup Task

Note

This tutorial is still WIP. Modelling steps & updated videos will be added in the future.

This tutorial will walk through how to introduce models, in addition to the ones for representing BDD scenarios (see corresponding tutorial), to specify test test execution. These "execution models" can be used by the test orchestration framework, e.g. behave1, to parametrize scenario executions.

Videos

Generating Gherkin features files form bdd-dsl scenario templates and variants.

Adding more objects and agents to a template variant and regenerating Gherkin features files.

References

Footnotes

  1. behave - library for executing Gherkin features in Python