March 2018
Intermediate to advanced
324 pages
8h 30m
English
Before we start, clone the code that is available at https://bitbucket.org/vfarcic/tdd-java-ch08-books-store. It is an empty project that we'll use throughout this chapter. As with previous chapters, it contains branches for each section, in case you miss something.
We'll write one BDD story that will be in a pure text format, in plain English and without any code. That way, all stakeholders can participate and get involved independently of their coding proficiency. Later on, we'll see how to automate the story we're writing.
Let us start by creating a new file called administration.story inside the stories directory:
We already have the narrative that we wrote earlier, so we'll build on top of that:
Narrative: In ...
Read now
Unlock full access