To get the most out of this book
A general knowledge of software engineering is all you need to follow this book, though any working experience with Scrum or Kanban will help. The only code involved is presented in Chapter 8, Creating Automated Verification Code, where sample verification code in the Ruby programming language is presented.
To run the code samples, you will need to also install the following Ruby gems (libraries): cucumber
, watir
, and webdrivers
.
If you are using the digital version of this book, we advise you to type the code yourself or access the code via the GitHub repository (link available in the next section). Doing so will help you avoid any potential errors related to the copying and pasting of code.