自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

默金

python+uiautomator2&selenium&requests%appium,web\app\api

  • 博客(5)
  • 资源 (2)
  • 收藏
  • 关注

原创 python3+uiautomator2判断手机屏幕状态(亮屏或灭屏)

判断手机屏幕状态(亮屏或灭屏)import uiautomator2 as u2import logginglogging.basicConfig(level = logging.INFO,format = '%(asctime)s - %(name)s - %(levelname)s - %(message)s')logger = logging.getLogger(__name__)...

2019-06-25 10:43:57 5436 1

原创 自动化测试代码兼容设备

自动化测试代码兼容设备 def test_paishe(self): product = d.info if product["productName"] == "ocean": # 判断手机型号 logger.info("pro2s") self.test_lockOE106() s...

2019-06-25 10:23:04 366

原创 登录自动化测试,从文本中读取账户和密码

从文本中读取变量值import unittestimport timeimport sysimport uiautomator2 as u2import HTMLTestRunner #python3import logginglogging.basicConfig(level = logging.INFO,format = '%(asctime)s - %(name)s ...

2019-06-20 11:02:35 2547 1

原创 第一个Appium的自动化脚本

第一个Appium的自动化脚本

2019-06-17 17:36:26 1868

原创 python3+uiautomator2 循环将多个UI元素滑动到拖动到指定位置

python3+uiautomator2 循环将多个UI元素滑动到拖动到指定位置 def test_xzlzsp(self): adds = ['20秒', '40秒','50秒', '1分', '1分10秒','1分20秒','1分30秒','1分40秒','1分50秒','2分','3分','4分','5分',]# 列表 for add in add...

2019-06-14 11:15:03 4162

Jenkins部署配置自动化测试项目

1. 下载Jenkins 2 2. Jenkins部署 2 3. Jenkins安装初始化 6 4. 配置编译环境 11 5. 配置发送邮箱 14 6. 打包服务代码为jar或war包(maven打包) 18 7. 执行自动化测试代码 23 8. 切换运行环境 30

2022-12-14

appium最新版本Appium-windows-1.17.1-1-appium-desktop-Setup-1.2.6

appium最新版本Appium-windows-1.17.1-1-appium-desktop-Setup-1.2.6

2022-03-16

allure-commandline-2.15.0.zip

Allure Test Report There are lots of cool testing frameworks for different programming languages. Unfortunately only a few of them can provide good representation of test execution output. The Qameta Software testing team is working on Allure - an open-source framework designed to create test execution reports that are clear to everyone in the team.

2021-09-25

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除