第四节:API接口测试之api自动化测试的实践(课工场)

一、环境准备

  • Python2.7
  • PyCharm
  • Requests(第三方包)  pip install 来安装

二、App Api自动化脚本实践

  • 使用Python实现Get自动化测试脚本

  • 使用Python实现Post自动化测试脚本

  • 使用数据驱动完善自动化测试脚本

导入dtt包

原文地址:https://www.cnblogs.com/xinxin1994/p/13830504.html