Skip to content

langqy/AutoTestFramework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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.测试数据准备

...

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published