文件名称:Python-RESTfulapi测试框架
文件大小:3.3MB
文件格式:ZIP
更新时间:2022-08-29 22:10:47
Python开发-测试工具
测试框架的设计,不是设计出来,是重构出来 先写用例,用例多了维护不过来的时候,试着重构用例和相关内容 需求驱动,根据需求去增加框架功能 测试框架通用的需求 多人维护用例:模块化 用例运行策略:用例过滤器
【文件预览】:
POPM-master
----run_tests.py(1KB)
----Api()
--------__init__.py(100B)
--------Login.py(1KB)
--------parkVisitorlist.py(2KB)
----common()
--------db.py(1KB)
--------Email.py(2KB)
--------Shell.py(385B)
--------Assert.py(3KB)
--------utils.py(2KB)
--------__init__.py(100B)
--------Req.py(6KB)
--------Consts.py(323B)
--------BasePage.py(4KB)
--------logger.py(3KB)
--------loader.py(29KB)
----Config()
--------Config.py(1KB)
--------config.ini(374B)
--------__init__.py(99B)
----test_case()
--------ParkVistorlist()
----reports()
--------images()
--------report.html(40KB)
--------assets()
--------report.xml(3KB)
----requirements.txt(194B)
----pytest.ini(273B)
----Pages()
--------Home_page.py(337B)
--------__init__.py(100B)
--------base_page.py(4KB)
--------News_page.py(292B)
----README.md(2KB)
----conftest.py(997B)
----test_suite()
--------Data_driven()
----test.jmx(3KB)
----test_data()
--------Park()
--------wordpress()
----Lib()
--------Driver()