赞
踩
学习源:
https://www.bilibili.com/video/BV1kz4y1f7Cm?t=477&p=9
https://docs.pytest.org/en/stable/example/parametrize.html
注:安装包时添加–default-timeout=1000是为了防止网络问题避免安装超时问题
**1.**pip --default-timeout=1000 install requests
**2.**pip --default-timeout=1000 install pytest
包命名为testcases 文件名为test_?
执行命令:pytest testcases(pytest testcases\test_?::方法名)
**3.**pip --default-timeout=1000 install pytest-html --生产报告
执行命令:pytest testcases --html=report.html(pytest testcases --html=report.html\test_?::方法名)
4.pytest内置的参数化(@pytes.mark.paramerrise)
5.json数据文件驱动
https://www.bilibili.com/video/BV1kz4y1f7Cm?p=13
6.Excel文件的读取和写入
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。