Go to file
HUANG CAIYAN 3f450800e8
Update readme.md
2018-04-09 16:48:34 +08:00
.idea Merge branch 'master' of ec2-54-222-189-45.cn-north-1.compute.amazonaws.com.cn:ConcordyaInc/e2e-test 2018-04-09 15:31:02 +08:00
.vscode vscode 2017-11-30 14:58:17 +08:00
__pycache__ 期初 2018-02-05 10:54:18 +08:00
config 账户 2017-10-19 17:32:01 +08:00
test_case 项目迁移,继续 2018-04-09 16:44:49 +08:00
test_data 项目迁移 2018-04-09 16:41:57 +08:00
util 项目迁移,继续 2018-04-09 16:44:49 +08:00
.gitignore merge 2017-10-20 16:43:10 +08:00
comp_info.py 项目迁移,继续 2018-04-09 16:44:49 +08:00
comp_info_1.py 现金流量表 2017-11-06 17:16:08 +08:00
config.py 报表 2017-10-26 18:24:19 +08:00
data.xlsx 分配、导入期初帐 2018-02-01 20:24:46 +08:00
debug.log config 2017-09-10 15:20:06 +08:00
geckodriver.log config 2017-09-10 15:20:06 +08:00
ghostdriver.log 创建公司 2017-09-29 15:20:48 +08:00
readme.md Update readme.md 2018-04-09 16:48:34 +08:00
remote_ts.py no message 2017-09-13 10:38:58 +08:00
rrr.py config 2017-09-10 15:20:06 +08:00
runtest.py 现金流量表 2017-11-06 17:16:08 +08:00
runtest_meng.py 现金流量表 2017-11-06 17:16:08 +08:00
runtest_multi.py config 2017-09-10 15:20:06 +08:00
runtest_threading.py config 2017-09-10 15:20:06 +08:00
smoke_test_runner.py 期初 2018-02-05 10:54:18 +08:00
voucher_check_util.py 报表 2017-10-26 18:22:43 +08:00
写入数据.xlsx 报表 2017-10-26 18:22:43 +08:00

readme.md

一、环境说明:

# python版本 3.6.1

# selenum版本 3.11.0

# chrome版本 59.0.3071.115

# chromedriver版本 2.37

# pip命令使用配置:   将python安装文件目录下Scripts配置到系统环境变量中的path里面v10.0.0b2

# 将HTMLTestRunner拷贝到 'C:\Users\yangchunhong\AppData\Local\Programs\Python\Python36\Lib'目录下

二、涉及的第三方模块

# 快速下载第三方模块pip3 install --index https://pypi.mirrors.ustc.edu.cn/simple/

# 1、操作excel xlrd, openpyxl

# 2、http协议相关 requests

# 3、连接PostgreSQL数据库模块psycopg2

# sqlalchemy sqlalchemy

pip3 install -U selenium

pip3 install xlrd

pip3 install openpyxl

pip3 install requests

pip3 install html-testRunner

class name(类名)

# 驼峰命名方法,首字母大写,单词之间大写字母连接,

# egLoginPage()

method name(方法名)

# 字母小写,单词之间用下划线 _ 连接

# egset_password()

variable name(变量名)

# 字母小写,单词之间用下划线 _ 连接

# eglogin_btn_elem