WebUI自动化测试框架

基于Python+Selenium+Unittest+Ddt+HTMLReport 

框架结构:


Business:业务相关公共模块,如登录

Common:业务无关公共模块,如读取文件

PageObject:页面元素封装

TestCase:测试用例层

TestData:测试数据

TestSuite:测试套件

browser.ini:运行浏览器配置文件

run.py:运行文件

Github地址:
https://github.com/zhangweixu/Autotest.git

猜你喜欢

转载自www.cnblogs.com/CesareZhang/p/11140520.html