/AutoTestFramework

基于Python语言的自动化测试框架

Primary LanguagePython

#AutoTestFramework

这是一个自动化测试框架,将配置、数据、逻辑分离。

##1.环境准备

  1. 安装python 2.7+版本

  2. 安装库:

    • MySQL-python
    • requests
    • bs4
    • selenium
    • ConfigParser
    • SQLAlchemy
    • suds
    • xlrd, xlwt
    • PyYaml
    • ...
  3. 修改配置文件config/config.ini,最重要的是其中的[path]/base

##2.编写测试类

...

##3.测试数据准备

...