Overview
This course will help you master Cucumber so that you can implement BDD for project success. You will learn about Data Driven Testing in Cucumber, parametrization, and how to handle data with Cucumber.
Objectives
At the end of cucumber testing training course, participants will be able to
Prerequisites
- Basic knowledge of concepts and techniques used in Software testing
- It is better to have basic knowledge of Automation Testing
Course Outline
- Test Driven Development (TDD)
- Cucumber & Behavior Driven Development
- Gherkin – Business Driven Development
- Download and Install Java
- Download and Start Eclipse
- Install Cucumber Eclipse Plugin
- Download Cucumber for Eclipse
- Download Webdriver Java client
- Configure Eclipse with Cucumber
- Cucumber Selenium Java Test
- Feature File
- JUnit Test Runner Class
- Gherkin Keywords
- Step Definition
- Cucumber Options
- Parameterization in Cucumber
- Data Driven Testing Using Examples Keyword
- Data Tables in Cucumber
- Maps in Data Tables