Selenium Cucumber Tutorial | Selenium Cucumber Java Tutorial

Опубликовано: 05 Октябрь 2024
на канале: Software Testing Step-by-Step
1,513
11

Selenium Cucumber Tutorial,
Cucumber is a testing tool that supports Behavior Driven Development (BDD) framework.
It defines application behavior using simple English text, defined by a language called Gherkin.

Cucumber allows automation functional validation that is easily read and understood.
Cucumber was initially implemented in Ruby and then extended to Java framework and Both the tools support native JUnit.

1.Cucumber JAVA Framework
2.Apache Maven
3.Eclipse
4.BDD ( Behaviour Driven Development)
5.Feature Files
6.Cucumber Annotations
7.Multiple Scenarios(Feature Files)
8.Cucumber Framework Implementation
9.HTML Report- Extent Reports
10.Gherkin model
11.Test NG/Junit
12.Cucumber – Hooks, Tags, Annotations ,Command Line Options
13.Jenkins - DevOps