JoyOfCoding icon indicating copy to clipboard operation
JoyOfCoding copied to clipboard

Explore introducing BDD in the course

Open DavidWhitlock opened this issue 6 years ago • 2 comments

I've started using the "given/when/then" language more in the class when it comes to brainstorming test cases for the katas and projects. I should explore the feasibility of adding full-on Behavior-Driven Development (BDD) as a topic to the course. Part of that would be to determine is there is a BDD framework (such as jbehave, spock, or cucumber).

DavidWhitlock avatar Jul 29 '18 19:07 DavidWhitlock

Here's an interesting article about Cucumber for Java: https://automationpanda.com/2017/10/24/cucumber-jvm-for-java/

DavidWhitlock avatar Aug 18 '18 16:08 DavidWhitlock

Heh. Or I could check out the entire series: https://automationpanda.com/2017/01/25/bdd-101-introducing-bdd/

DavidWhitlock avatar Jul 30 '21 22:07 DavidWhitlock