Model a BPMN diagram based on BDD (CUCUMBER)

How to create a complete executable BPMN diagram (xml) using Behavior driven development using cucumber (gherkin parser)

Note: This approach is to create BPMN model without camunda modeller tool or any saas application (eg. Cawemo, BPMN.io)

1 Like

What do you hope to achieve with that? Automatic modelling of some Cucumber code?

BDD is as far as I know mainly a help to develop software without having any unclear requirements and therefore suit perfectly for acceptance testing. But that’s something you achieve with modelling your processes too, just not in the same depth. And since the logic behind BDD has to be implemented by a developer, I have serious doubts that this would save you any time to create a BPMN file programmatically.

1 Like