https://fpt-software.udemy.com/course/python-automation-pytest (opens in a new tab)
BDD: behavioral driven development. Derived from TDD
Gherkin - .feature file
Gherkin
Syntax | Meaning |
---|---|
Feature | Describe a feature |
Scenario | Describe a scenario |
Given | Describe a pre-condition |
When | Describe an action |
Then | Describe a post-condition |