The Books Store BDD story

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:

The Books Store BDD story

We already ...

Get Test-Driven Java Development now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.