Description
In this course, you will :
- Be able to create a Cucumber Test Framework for any Web/Mobile/API Automation test scenarios.
- In-depth understanding of real-time automation framework difficulties and how to overcome them.
- Understanding how the BDD (Behaviour driven development) approach works requires understanding of gherkin syntax.
Syllabus:
1. Introduction
- What is Cucumber?
- Cucumber overview
2. Explaining Cucumber framework
- How it works
- Environment setup
- Cucumber - Gherkins
- Cucumber - Features
- Cucumber - Scenarios
- Cucumber - DataTables
3. First steps with the Features Files
-
Writing the Feature file
4. Let's start coding
- Setting up the work environment
- Implementing the Feature {Part 1}
- Implementing the Feature {Part 2}