Pytest+Selenium项目实战
通过pip安装pytest、selenium;
整个基础结构如下:
(1)使用fixture启动webdriver浏览器
(2)参数化需要配对对的控件元素:
(3)封装常用函数
(4)页面操作:
(5)测试用例
这里只是基础框架集成
GitHub源码地址:https://github.com/fengliting22096/flyaudioWEB/tree/master/A-Ptest