摘要: # coding=utf-8 import time from selenium.common.exceptions import NoSuchElementException from selenium.webdriver import ActionChains from selenium.web 阅读全文
posted @ 2020-09-11 20:49 蜗牛·哥 阅读(866) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-07-31 20:51 蜗牛·哥 阅读(5) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-07-22 14:56 蜗牛·哥 阅读(42) 评论(0) 推荐(0) 编辑
摘要: 一.什么是maven? Maven是一个项目管理工具,它包含了一个项目对象模型 (Project Object Model),一组标准集合,一个项目生命周期(Project Lifecycle),一个依赖管理系统(Dependency Management System),和用来运行定义在生命周期阶 阅读全文
posted @ 2020-03-10 11:46 蜗牛·哥 阅读(267) 评论(0) 推荐(0) 编辑
摘要: 本文只启动一次app指的是有多个测试的.py文件这种情况 如果是在测试类如LoginTest中,有多个测试方法,如: test_1, test_2,想保证在执行完test_1后,不重新启动app,接着执行test_2,则把初始化的方法setUp换为setUpClass。 setUp是在每个test方 阅读全文
posted @ 2020-01-13 15:33 蜗牛·哥 阅读(1122) 评论(0) 推荐(0) 编辑
摘要: 1 , 初始化 uiautomator2 <python -m uiautomator2 init>报错: ValueError: builtins.type size changed, may indicate binary incompatibility. Expected 880 from C 阅读全文
posted @ 2019-12-31 16:44 蜗牛·哥 阅读(7121) 评论(1) 推荐(0) 编辑
摘要: 1,打开eclipse,新建maven工程,在pom中引用jmeter核心jar包,具体请看 https://www.cnblogs.com/guanyf/p/10863033.html ,这里就不再赘述 2,代码如下: package com.mytest.functions; import or 阅读全文
posted @ 2019-05-23 15:56 蜗牛·哥 阅读(484) 评论(0) 推荐(0) 编辑
摘要: 1,打开eclipse,新建maven工程,在pom中引用jmeter核心jar包,具体请看 https://www.cnblogs.com/guanyf/p/10863033.html ,这里就不再赘述 2,代码如下: 1 package com.mytest.functions; 2 3 4 5 阅读全文
posted @ 2019-05-23 15:53 蜗牛·哥 阅读(603) 评论(0) 推荐(0) 编辑
摘要: 1,打开eclipse,新建maven工程,在pom中引用jmeter核心jar包,具体请看 https://www.cnblogs.com/guanyf/p/10863033.html ,这里就不再赘述 2,代码如下: package com.mytest.functions; import or 阅读全文
posted @ 2019-05-23 15:52 蜗牛·哥 阅读(667) 评论(0) 推荐(0) 编辑
摘要: 1,打开eclipse,新建maven工程,在pom中引用jmeter核心jar包,具体请看 https://www.cnblogs.com/guanyf/p/10863033.html ,这里就不再赘述 2,代码如下: 阅读全文
posted @ 2019-05-23 15:49 蜗牛·哥 阅读(470) 评论(0) 推荐(0) 编辑