摘要: 1、多线程执行测试用例 这里以百度搜索为例,通过不同的浏览器来启动不同的线程。 from threading import Thread from selenium import webdriver from time import ctime,sleep #测试用例 def test_baidu( 阅读全文
posted @ 2020-10-27 19:46 Water_you 阅读(1066) 评论(0) 推荐(0) 编辑
摘要: 1、selenium-grid简介 selenium实现多机器分布式执行,依靠的是:selenium-grid(selenium的三大组件之一)。 selenium-grid允许用户在不同的机器上并行地针对不同的浏览器运行测试。 selenium-grid采用的是Hub和Node模式,允许在分布式测 阅读全文
posted @ 2020-10-27 16:10 Water_you 阅读(699) 评论(0) 推荐(0) 编辑