测试框架开发

测试框架设计思想

数据驱动测试框架介绍

PPT

点击查看ppt

cucumber

https://cucumber.io/

https://behave.readthedocs.io/en/latest/

gherkin 测试用例定义规范

https://cucumber.io/docs/gherkin/reference/

robotframework

https://docs.robotframework.org/docs

https://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html

Model Based Testing

mtf

HttpRunner

测试框架使用演示

测试框架源码剖析

  • httprunner
  • robotframework

测试框架插件开发

参考pytest的插件体系

打造自己的测试框架

测试框架基础

https://docs.pytest.org/en/7.3.x/

数据驱动 DDT

https://docs.pytest.org/en/7.1.x/example/nonpython.html

模型化与校验

https://docs.pydantic.dev/latest/

演练代码

testingframework-master.zip (12.6 KB)