• Stars
    star
    257
  • Rank 158,728 (Top 4 %)
  • Language
    Python
  • Created over 8 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

python自动化接口测试

项目简介

基于python3的自动化接口测试

功能

  • Win7 64,python 3,Pycharm. unittest
  • excel管理用例
  • 邮件发送测试结果
  • 基于pict模糊测试

用法

不使用模糊测试

  • 首先电脑需要配置python3+的环境
  • 维护Report目录下的api.xlsx写入接口测试
  • 点击Runner.py的start.bat,或者python runner.py
  • 查看测试报告Report目录下的report.xlsx

使用模糊测试

  • 打开Setting目录下的Config.ini设置为True
  • 模糊测试现在只支持对每个参数的错误,删除的场景,可以自行扩展
  • 模糊测试暂不支持检查点

报告

用例

使用模糊测试后的测试报告

没有使用模糊测试的测试报告

其他