Cucumber Cookbook
- Length: 168 pages
- Edition: 1
- Language: English
- Publisher: Packt Publishing
- Publication Date: 2015-05-29
- ISBN-10: 1785286005
- ISBN-13: 9781785286001
- Sales Rank: #1812703 (See Top 100 Books)
Over 35 hands-on recipes to efficiently master the art of behaviour-driven development using Cucumber-JVM
About This Book
- Create a test automation framework to handle web, REST, and native mobile application automation
- Discover Glue code, Hooks, Tags, and Cucumber’s integration with Maven, Jenkins, and Git
- Comprehensive recipes in Cucumber for behaviour-driven development and test automation
Who This Book Is For
This book is intended for business and development personnel who want to use Cucumber for behavior-driven development and test automation. Readers with some familiarity with Cucumber will find this book of most benefit.
Since the main objective of this book is to create test automation frameworks, previous experience in automation will be helpful.
In Detail
Today, behaviour-driven development (BDD) is gaining popularity around the world. Cucumber-JVM is one of the fastest growing tools and offers a cutting-edge platform for conceptualizing and implementing BDD. The variety of features available within Cucumber enhances the experience of implementing BDD for both business and development teams.
This book provides you with the skills you need to successfully create, customize, and configure the Cucumber framework. You will discover how to create Feature files, and Step Definitions, and enable various configurations, such as “Before” and “After” functions, with fun exercises. You’ll round off your learning by creating automation frameworks to automate Web, REST, and Mobile apps.
Table of Contents
Chapter 1. Writing Feature Files
Chapter 2. Creating Step Definitions
Chapter 3. Enabling Fixtures
Chapter 4. Configuring Cucumber
Chapter 5. Running Cucumber
Chapter 6. Building Cucumber Frameworks