4. BDD - C/C++

Let’s dive practically into BDD with C/C++. We will go step by step so that we can understand how we write Tests and Scenarios using BDD with C/C++, as well as how to use cucumber for BDD.

Please note, as compared to python in BDD - Python, you may feel that lot more steps are needed, but in order to use C/C++, we have to setup the full compilation and Development environment. Rather than shying away and giving a hypothetical example, this book covers and showcases a fully working setup for ubuntu based machines.