📜  什么是 bdd 测试 - 任何代码示例

📅  最后修改于: 2022-03-11 14:55:30.034000             🧑  作者: Mango

代码示例1
BDD is extension of TDD(test driven development)
-In BDD we are writing SCENARIOS from
End Users perspective.

BDD has 2 sides:
1- Business side: Feature files where we use 
Gherkin language to write our scenarios.
Gherkin is very similar to English. That's why
it makes everyone in the team on the same page

Also there is 
2-Implementation Side: Where we actually implement
the programming logic that automates the application.