教程一:行为驱动开发(BDD)

基于Python的行为驱动开发实战: http://python.jobbole.com/81303/

基于Python的行为驱动开发实战 英语原文地址: http://code.tutsplus.com/tutorials/behavior-driven-development-in-python--net-26547

Python BDD自动化测试框架初探: http://lovesoo.org/python-bdd-exploration-of-the-automated-testing-framework.html

BDD详细介绍:  Behavior Driven Development

常用BDD测试框架对比 : Comparison With Other Tools

断言模块 : PyHamcrest

 

教程二:测试驱动开发(TDD)

基于Python的测试驱动开发实战:http://python.jobbole.com/81305/

基于Python的测试驱动开发实战 英语原文地址: http://code.tutsplus.com/tutorials/beginning-test-driven-development-in-python--net-30137

 

教程三:Lettuce

Lettuce是python语言的BDD框架,当然python还有其他的BDD框架。

附: Cucumber 是ruby语言的 BDD框架。

Lettuce 官方网站:http://lettuce.it

Lettuce github主页:https://github.com/gabrielfalcao/lettuce

 

教程四:虫师关于 BDD的文章

虫师博客: python BDD 框架之lettuce

虫师博客:lettuce webdriver 自动化测试---玩转BDD

相关文章:

  • 2021-04-24
  • 2022-02-08
  • 2021-10-06
  • 2022-12-23
  • 2021-12-04
  • 2021-08-20
  • 2021-09-04
猜你喜欢
  • 2021-11-16
  • 2021-12-07
  • 2021-09-21
  • 2022-12-23
  • 2021-08-09
  • 2022-12-23
相关资源
相似解决方案