DL4ALL, 2016. — 66 p. — ISBN: 1535323744
This book is for software developers, automation testers, Devops and engineers working on IT project. Whether you are a beginner or an experienced developer, this book will help you master the skills on Cucumber. The book starts with introduction of Cucumber and then dives into key concepts like creating project in IntelliJ IDEA, using tags, plugins, integration with Junit, executing selenium tests, using picocontainer and lamda expressions.
In this book, you will learn below topics.
Introduction to Cucumber
Installation of Cucumber
Writing feature files using Gherkin
Adding Cucumber dependency to Java project
Cucumber Test
Executing Cucumber tests using Cucumber class
Cucumber options
Filtering scenarios
Passing parameters to steps
Passing the data table to steps
Feature file variations
Running multiple feature files in Cucumber
Sharing selenium Webdriver instance using PicoContainer
Reports in Cucumber
Cucumber using Lambda Expressions