摘要:
1.安装pip install pytest 2.卸载 pip uninstall pytest 3.导入 import pytest 阅读全文
摘要:
阅读全文
摘要:
详细学习可看:https://www.bilibili.com/video/BV1Cs4y1C73H?p=18&spm_id_from=pageDriver&vd_source=e36c8ed33e29b1c17f3047fcf6696060 阅读全文
摘要:
阅读全文
摘要:
阅读全文
摘要:
前置条件:postman创建环境变量 1、提取数据进行保存 2、提取数据后,点击发送请求出来的数据 3、引用 阅读全文
摘要:
1、使用jmeter工具实现接口自动化:需求内容登录到新增 2、实现连接数据库 阅读全文
摘要:
1、下载浏览器安装 Google Chrome 查看版本 118.0.5993.7 2、下载浏览器的对应驱动 下载地址:https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/118.0.5993.70/win64/chromedriv 阅读全文
摘要:
from selenium import webdriverfrom time import sleepfrom selenium.webdriver.common.by import By# 通过ID来定位driver = webdriver.Chrome()driver.maximize_win 阅读全文