
CucumberJS UI Automation Primer
Instructor - Kiran Bhogadi, Course Duration ~1.5 hours
Course detail:
In this mini, we will work through the steps of automating a web application using Cucumber JS. To practice, will look at 3 code samples - including one for UI automation using Selenium - and what it takes to implement the necessary pieces using Cucumber + JavaScript.
- CucumberJS - Course Overview and 3 quick demos
- Cucumber, BDD using Gherkin syntax
- Features, Scenarios & Steps
- A sample feature: Is it a Friday?
- Gherkin BDD - Given When Then
- Gherkin BDD - Scenario Outline
- Step Definition using JavaScript
- A sample feature: Google Search
- A sample feature: Double the money
- Conclusion & Further References