PytestAutoTestFrameWork:pytest测试框架实战实例

时间:2024-06-03 06:41:36
【文件属性】:

文件名称:PytestAutoTestFrameWork:pytest测试框架实战实例

文件大小:342KB

文件格式:ZIP

更新时间:2024-06-03 06:41:36

Python

PytestAutoTestFrameWork Pytest框架实战项目实例 帮助: 通过此项目可以学到以下内容 1.命令行如何运行测试用例 2.pytest如何收集测试用例 3.如何使用fixture 4.如何使用conftest.py文件 5.如何使用pytest-html插件生成测试报告 6.PO设计模式思想是什么样的 7.selenium 部分API的使用和如何进行简单的二次封装 9.pytest框架如何参数化测试用例 10.如何发送测试报告邮件 11.如何使用代码的方式执行测试用例或整个项目 12.测试用例编写逻辑 说明: 1.本项目测试地址为126邮箱 https://mail.126.com 2.请先简单了解126邮箱的各个功能 3.本人博客地址:h


【文件预览】:
PytestAutoTestFrameWork-master
----.gitignore(60B)
----conftest.py(3KB)
----TestCases()
--------conftest.py(2KB)
--------test_sendMailCase.py(3KB)
--------__init__.py(247B)
--------test_contactCase.py(2KB)
--------test_loginCase.py(1KB)
----requirements.txt(404B)
----data()
--------contact_data.py(828B)
--------login_data.py(860B)
--------__init__.py(247B)
--------attachment(45B)
--------send_mail_data.py(2KB)
--------tcData.xlsx(13KB)
----util()
--------parseConFile.py(1KB)
--------sendMailForReprot.py(1017B)
--------__init__.py(0B)
--------keyboard.py(1KB)
--------parseExcelFile.py(2KB)
--------clipboard.py(845B)
----RunTestCase.py(1KB)
----README.md(3KB)
----report()
--------testReport18_19_10.html(422KB)
--------testReport22_52_18.html(41KB)
----pytest.ini(175B)
----config()
--------conf.py(1KB)
--------__init__.py(247B)
--------config.ini(2KB)
----Page()
--------PageObject()
--------__init__.py(246B)
--------BasePage.py(7KB)
----.gitattributes(125B)

网友评论