2018年10月2日
摘要: 1.录制自动化脚本 场景:启动雪球,点击我的,登陆雪球,选择手机及其他登陆,输入手机号 2.使用Java进行测试Appium测试 2.1创建Java工程 file 创建maven工程 填写GroupId(团队名)&ArtifactId(工程名) finish 2.2Java安装Appium客户端 m 阅读全文
posted @ 2018-10-02 15:30 singleSpace 阅读(1163) 评论(0) 推荐(0) 编辑
摘要: 1.移动互联网架构简化图 2.Appium的优势 多种开发模式支持 native hybrid webview 多平台支持 android ios 跨语言 java python ruby nodejs php 支持跨app,可以在多个app之间交互 不依赖源代码,可以测试第三方应用 3.Appiu 阅读全文
posted @ 2018-10-02 13:32 singleSpace 阅读(457) 评论(0) 推荐(0) 编辑
  2018年9月25日
摘要: 1.iOS手机的滑动 相关代码 1.1直接使用IOS类进行滑动 1.2编写一个类根据输入的比例值实现滑动 airtest ios类源代码 阅读全文
posted @ 2018-09-25 15:40 singleSpace 阅读(1453) 评论(0) 推荐(0) 编辑
摘要: 1.放假回来,wda编译失败,报错如下 log 2018 09 25 10:03:09.020964+0800 WebDriverAgentRunner Runner[335:33309] +[CATransaction synchronize] called within transaction 阅读全文
posted @ 2018-09-25 10:32 singleSpace 阅读(854) 评论(0) 推荐(0) 编辑
  2018年9月20日
摘要: 1.安装步骤 1.1 安装brew 打开终端输入: 1.2 添加环境变量: sudo vi /etc/profile,修改如 1.3 安装node 1.4 开始安装ideviceinstaller环境 ideviceinstaller使用 u, udid UDID 根据设备的udid选择设备Targ 阅读全文
posted @ 2018-09-20 13:11 singleSpace 阅读(1749) 评论(0) 推荐(0) 编辑
  2018年9月18日
摘要: https://testerhome.com/topics/14247 python !/usr/bin/env python3 coding:utf 8 from appium import webdriver import time,selenium,openpyxl,unittest clas 阅读全文
posted @ 2018-09-18 20:41 singleSpace 阅读(206) 评论(0) 推荐(0) 编辑
摘要: 1.WDA自带的inspector + 1.1.启动WDA + Xcode启动:product test,适合个人调试 + 命令行启动:适合持续集成 + 1.2.iproxy 8100 8100 不启动iproxy,inspector不能访问 + 1.3.查看WDA自带的inspector 浏览器 阅读全文
posted @ 2018-09-18 18:29 singleSpace 阅读(959) 评论(0) 推荐(0) 编辑
摘要: 环境准备 + brew install carthage + npm i g ios deploy + brew install libimobiledevice HEAD + brew install ideviceinstaller + 使用brew安装时,如果出现update home bre 阅读全文
posted @ 2018-09-18 15:04 singleSpace 阅读(373) 评论(0) 推荐(0) 编辑
  2018年9月14日
该文被密码保护。 阅读全文
posted @ 2018-09-14 13:08 singleSpace 阅读(2) 评论(0) 推荐(0) 编辑
  2018年9月13日
摘要: iPhone自动化需要使用WDA。经过一段时间,再次编译,会出现WDA编译失败的问题,提示 The operation couldn’t be completed. Unable to log in with account '123456@qq.com'. The login details fo 阅读全文
posted @ 2018-09-13 10:10 singleSpace 阅读(457) 评论(0) 推荐(0) 编辑