# Tips Of Cucumber(behave)
## Cucumber
>
## Bahave
> A Python library to implement BDD tests,
> which uses tests written in a natural language style, backed up by Python code.
- 與 Cucumber 框架非常相似
- 其 Gherkin 語法實際上符合官方的 Cucumber Gherkin 標準
- [behave example](https://github.com/behave/behave.example/tree/master/features)
- [behave Examples and Tutorials](http://behave.github.io/behave.example/index.html)