Please enable JavaScript.
Coggle requires JavaScript to display documents.
CUCMBER (BDD (1.Describe behavour, Write step definition, Run and fail,…
CUCMBER
BDD
1.Describe behavour
Write step definition
Run and fail
Write code to make step pass
Run and pass
dependencies
cucumber
junit
selenium
cucmber-java
gherkin
Feature Files
Keywords
Feature
name of the feature
ru
Функционал
Функция
Свойство
Background
feature description
ru
Предыстория
Контекст
Scenario
ru
Сценарий
Given
Prerequisite before the test steps get executed
ru
Допустим
Дано
Пусть
When
Specific condition which should match in order to execute the next step.
ru
Если
Когда
Then
What should happen if the condition mentioned in WHEN is satisfied.
ru
То
Тогда
And
ru
И
К тому же
Также
But
Но
А
Правила для написания в МТС -поиск
Пишем сценарии от 1-го лица