自动化之-behave初探
behave是行为驱动的自动化测试框架(BDD behaviour driven development)
三大组成部分:feature file, scenario, steps
一个feature file可以包含多个scenarios, 一个scenario可以包含多个steps
feature file 示例:

behave是行为驱动的自动化测试框架(BDD behaviour driven development)
三大组成部分:feature file, scenario, steps
一个feature file可以包含多个scenarios, 一个scenario可以包含多个steps
feature file 示例:
