Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vasi-cordea/udemy-complete-cucumber-framework-for-bdd
UDEMY Framework from course "Complete Cucumber Framework for BDD" Java Project, without Maven
https://github.com/vasi-cordea/udemy-complete-cucumber-framework-for-bdd
cucumber java selenium-webdriver
Last synced: 27 days ago
JSON representation
UDEMY Framework from course "Complete Cucumber Framework for BDD" Java Project, without Maven
- Host: GitHub
- URL: https://github.com/vasi-cordea/udemy-complete-cucumber-framework-for-bdd
- Owner: Vasi-Cordea
- Created: 2024-03-18T06:54:29.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-03-24T15:35:48.000Z (8 months ago)
- Last Synced: 2024-10-11T03:01:57.458Z (27 days ago)
- Topics: cucumber, java, selenium-webdriver
- Language: Java
- Homepage:
- Size: 30.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![udemy cucumber complete](https://github.com/Vasi-Cordea/UDEMY-Complete-Cucumber-Framework-for-BDD/assets/150058199/497778ce-4144-4381-a755-d334e0d7abc2)
## UDEMY Complete Cucumber Framework for BDD
### Section 1: Introduction
1. Overview of Behavior-Driven Development
32. BDD and Test-Driven Development
23. Cucumber Framework
44. Course Pre-Requisites
25. Preparing the Development Environment
26. Preparing the Selenium and Cucumber Environment
57. Step-by-Step Notes on the Environment
1
### Section 2: Feature Files with Gherkin
8. Getting ed with a Project
59. Overview of Feature Files
210. Gherkin Syntax
111. Writing a Feature
312. Writing a Scenario
113. Given-When-Then Structure
3Quiz 1: Feature Files
### Section 3: Cucumber & Java Step Definitions
14. Getting ed with Glue Code
215. Writing a Step Definition
316. Implementing Scenario Steps
317. Running a Feature File
318. Manage Execution with JUnit TestRunner
619. Adding JUnit Assertions
5
### Section 4: Cucumber & Selenium WebDriver
20. Getting ed with Selenium WebDriver
721. Integrating Selenium and Step Definitions
722. JUnit Assertions to Selenium Test
423. Cucumber Hooks
3
### Section 5: Enhancing Cucumber Framework
24. Defining Multiple Scenarios
725. Additional Gherkin Keywords
926. Cucumber Tags
527. Background Keyword
728. Creating a Hooks Class
4
### Section 6: Data Parameterization with Gherkin
29. Gherkin Variable Placeholders
430. Implementing Variable Placeholders with Java
931. Gherkin Scenario Outline and Examples
532. Java Implementation
433. Gerhkin DataTables
334. Implementing Cucumber DataTable with Java