A product development method based on product behavior from a user perspective.
When creating a scenario, we can use three keywords, namely Given, When, and Then.
Gherkin is a grammar rule that creates text with a certain
structure, so that it can be directly understood by Cucumber or
other tools. Gherkin files are saved with a file extension
.feature
Gherkin has keywords for reading scenarios such as Feature,
Given, When, Then and others.
Design Pattern that groups elements on a page or screen.