This commit is contained in:
zy7y 2021-02-28 22:24:17 +08:00 committed by Gitee
parent b4cc604def
commit 68cb02439f
1 changed files with 9 additions and 2 deletions

View File

@ -1,8 +1,13 @@
# apiAutoTest
#### 介绍
> 使用Python为语言工具 + Python第三方库 实现的接口自动化测试工具
## 实现功能
- 测试数据隔离: 测试前后进行数据库备份/还原
- 接口直接的数据依赖: 需要B接口使用A接口响应中的某个字段作为参数
- 对接数据库: 讲数据库的查询结果可直接用于断言操作
- 动态多断言: 可(多个)动态提取实际预期结果与指定的预期结果进行比较断言操作
- 自定义扩展方法: 在用例中使用自定义方法(如:获取当前时间戳...)的返回值
#### 软件架构
| 名称 | 版本 | 作用 |
| -------- | -------- | ---- |
@ -115,6 +120,8 @@ vue 电商项目实战
教学视频:
https://www.bilibili.com/video/BV1EE411B7SU?p=10
服务提供者https://space.bilibili.com/283273603?spm_id_from=333.788.b_636f6d6d656e74.6
#### 测试报告
![本地运行测试后生成报告](./image/localhost_report.png)