August 2015
Intermediate to advanced
284 pages
5h 55m
English
Before we start, clone the code that is available at https://bitbucket.org/vfarcic/tdd-java-ch07-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 ...
Read now
Unlock full access