JoyOfCoding
JoyOfCoding copied to clipboard
Explore introducing BDD in the course
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).
Here's an interesting article about Cucumber for Java: https://automationpanda.com/2017/10/24/cucumber-jvm-for-java/
Heh. Or I could check out the entire series: https://automationpanda.com/2017/01/25/bdd-101-introducing-bdd/