自动化测试工具:Cucumber

jopen 11年前

自动化测试工具:Cucumber

Cucumber 是一个能够理解用普通语言 描述的测试用例的支持行为驱动开发(BDD)的自动化测试工具,用Ruby编写,支持Java和.Net等多种开发语言。

1: Describe behaviour in plain text

自动化测试工具:Cucumber

2: Write a step definition in Ruby

自动化测试工具:Cucumber

3: Run and watch it fail

自动化测试工具:Cucumber
</div>

4. Write code to make the step pass

自动化测试工具:Cucumber

5. Run again and see the step pass

自动化测试工具:Cucumber

6. Repeat 2-5 until green like a cuke

自动化测试工具:Cucumber

项目主页:http://www.open-open.com/lib/view/home/1365603355078

</div>