随笔分类 -  测试

摘要:一、连接飞书 1. 在飞书群中添加自定义机器人 2. Python发送通知的脚本 在部署Jenkins的服务器上创建一个目录,名称随意,将你的webhook地址拷贝到脚本中的url。 从jenkins的内置变量中找出你需要的,在任务的设置中通过命令将变量传给脚本,脚本将变量处理后再通过webhook 阅读全文
posted @ 2022-09-01 16:39 TechFans 阅读(1224) 评论(0) 推荐(0)
摘要:看一下你的IEDriverServer.exe是不是64位的,我也遇到了这样的问题,换成32位的IEDriverServer.exe,瞬间速度快了 阅读全文
posted @ 2016-02-16 11:46 TechFans 阅读(1822) 评论(0) 推荐(0)
摘要:原文地址:http://demo.netfoucs.com/u012565107/article/details/36419297#1. Appium测试 (功能测试,用户接受度测试,黑盒测试) - Rating: 8Website:http://appium.io/Appium测试相当于黑盒测试。... 阅读全文
posted @ 2015-05-07 20:10 TechFans 阅读(462) 评论(0) 推荐(0)
摘要:原文地址:http://stackoverflow.com/questions/20361643/compound-class-names-are-not-supported-consider-searching-for-one-class-name-an使用webdriver定位元素方法By.Cl... 阅读全文
posted @ 2015-04-23 10:31 TechFans 阅读(323) 评论(0) 推荐(0)