0803_接口测试三天训练营之接口自动化测试

PPT

内容

接口测试用例设计

实战

环境安装

pip install requests

演练环境

https://httpbin.ceshiren.com/

URL参数

实战演练环境

https://litemall.hogwarts.ceshiren.com/vue/index.html#/

生成报告

  • 需要提前安装好 pytest 以及 allure 的相关环境
# 使用pytest 执行用例并生成报告
pytest test_litemall.py --alluredir=./report

作业

学习路线