基本信息
源码名称:接口自动化测试python源码
源码大小:0.10M
文件格式:.zip
开发语言:Python
更新时间:2023-05-24
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍
接口自动化测试python源码
接口自动化测试python源码,都是基于python3 都是基于webdriver,大部分代码都可以通用,只是配置文件不一样 APP监控了常用的men,cpu,fps 数据维护用的YMAL 邮件发送excel的测试报告


文件清单
└── APIautotest_project接口自动化测试源码
    ├── 123.txt
    └── APIautotest_project
        ├── interface_project
        │   ├── casestep.py
        │   ├── config
        │   │   ├── dbconfig.conf
        │   │   ├── __init__.py
        │   │   ├── logconfig.conf
        │   │   ├── mail.conf
        │   │   ├── __pycache__
        │   │   │   ├── __init__.cpython-33.pyc
        │   │   │   └── runmodeconfig.cpython-33.pyc
        │   │   ├── report.conf
        │   │   ├── runmodeconfig.conf
        │   │   └── runmodeconfig.py
        │   ├── globalpkg
        │   │   ├── globalpy.py
        │   │   ├── __init__.py
        │   │   ├── log.py
        │   │   ├── mydb.py
        │   │   ├── mytestlink.py
        │   │   ├── othertools.py
        │   │   └── __pycache__
        │   │       ├── globalpy.cpython-33.pyc
        │   │       ├── __init__.cpython-33.pyc
        │   │       ├── __init__.cpython-36.pyc
        │   │       ├── log.cpython-33.pyc
        │   │       ├── log.cpython-36.pyc
        │   │       ├── mydb.cpython-33.pyc
        │   │       ├── mytestlink.cpython-33.pyc
        │   │       └── othertools.cpython-33.pyc
        │   ├── htmlparser.py
        │   ├── htmlreporter.py
        │   ├── httpprotocol.py
        │   ├── interface
        │   │   ├── baifubaocallback.py
        │   │   ├── geocoding.py
        │   │   ├── getweatherbycityname.py
        │   │   ├── __init__.py
        │   │   ├── ipquery.py
        │   │   ├── pl.py
        │   │   ├── __pycache__
        │   │   │   ├── baifubaocallback.cpython-33.pyc
        │   │   │   ├── geocoding.cpython-33.pyc
        │   │   │   ├── getweatherbycityname.cpython-33.pyc
        │   │   │   ├── __init__.cpython-33.pyc
        │   │   │   ├── ipquery.cpython-33.pyc
        │   │   │   ├── pl.cpython-33.pyc
        │   │   │   ├── regeocoding.cpython-33.pyc
        │   │   │   ├── submitwebsite.cpython-33.pyc
        │   │   │   ├── sug.cpython-33.pyc
        │   │   │   ├── weatherwebservice.cpython-33.pyc
        │   │   │   └── webtours.cpython-33.pyc
        │   │   ├── regeocoding.py
        │   │   ├── submitwebsite.py
        │   │   ├── sug.py
        │   │   ├── weatherwebservice.py
        │   │   └── webtours.py
        │   ├── logs
        │   │   ├── log.txt
        │   │   ├── log.txt.1
        │   │   └── log.txt.2
        │   ├── main.py
        │   ├── __pycache__
        │   ├── pyh.py
        │   ├── sendmail.py
        │   ├── testcase.py
        │   ├── testplan.py
        │   ├── testproject.py
        │   ├── testreport
        │   ├── testsuite.py
        │   └── unittesttestcase.py
        └── test_report20160407034957.html

12 directories, 62 files