自定义博客皮肤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登录中的那些个坑……

重要的是登录时text的信息每一步都在发生变化输入账户——重点看第3步第1步:点击这个输入框(d(text=u"admin").click())第2步:清除输入框内容(d(text=u"admin").clear_text() )第3步:找这个输入框并输入内容,输入框的text由“admin”清除内容后变为“请输入用户名” d(text=u"请输入用户名").set_text(“admin...

2019-03-21 13:54:52 3419

原创 python3+uiautomator2之断言

python3+uiautomator2之断言创建一个输出为False方法 def test_failed(self): now1 = time.strftime("%Y%m%d%H%M%S", time.localtime()) picture = now1 + ".png" d.screenshot(picture) a...

2019-03-21 13:24:03 3616 2

原创 python2+uiautomator2自动化测试脚本改python3+uiautomator2方法

python2+uiautomator2自动化测试脚本改python3+uiautomator2方法,逆向就是python3改python2输出自动化报告修改HTMLTestRunnerEN修改为HTMLTestRunnerimport HTMLTestRunnerEN #python2import HTMLTestRunner #python3“print” Pyt...

2019-03-08 16:19:47 1017

原创 定时执行APP自动化测试(python3+uiautomator2)QQ群交流 822659419

定时执行APP自动化测试定时执行APP自动化测试# !/usr/bin/env python# -*- coding: utf-8 -*-# @Time : 2019/01/21 16:34# @Author : huangpeng# @Site :# @File : startRun.py# @Software: PyCharmimport unittest...

2019-03-08 11:17:54 912

原创 第一个python+selenium自动化测试脚本(python3)

第一个python+selenium自动化测试脚本(python3) QQ群交流 822659419# !/usr/bin/env python# -*- coding: utf-8 -*-# @Time : 2019/01/21 16:34# @Author : huangpeng# @Site :# @File : Testin.py# @Software:...

2019-03-08 11:16:43 716

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关注的人

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