1、什么是接口,怎么开展接口测试,怎么用python做自动化接口
2、抓包
https://blog.csdn.net/GDYY3721/article/details/135418969
3、requests请求下载
- 使用requests库传递URL参数、设置请求头与请求体
- 使用requests库获取响应数据
- 使用requests库发送不同类型的请求
- requests库session操作
- 【接口测试】Day6-使用requests库_warning: the script normalizer is installed in-CSDN博客
4、cookie的作用:服务器对验证码唯一生成cookie的目的是区分验证码唯一标识符,因为验证码可以重复生成
5、session作用:在多个请求之间存储数据并自动添加数据,如cookies
4、下载Postman
5、下载Newman
Newman是一款基于nodejs开发的可以运行Postman脚本的工具,并可以生成测试报告
(1)下载地址:http://nodejs.cn/download/
(2)安装Newman
- 1)安装newman
- 打开cmd输入:node -v
- 校验:安装完成后,输入 命令查看版本信息,检测是否安装成功
- 2)安装newman-reporter-html
- 打开cmd输入: npm install -g newman-reporter-html