上一页 1 ··· 37 38 39 40 41 42 43 44 45 ··· 47 下一页
  2018年10月3日
摘要: 测试机互相拆借,过多的应用占用手机空间,使用脚本将不需要的第三方应用卸载。 shell !/bin/sh 白名单 whiteName=( com.tencent.mobileqq com.tencent.mm com.sina.weibo com.tencent.mtt com.alibaba.an 阅读全文
posted @ 2018-10-03 11:14 singleSpace 阅读(863) 评论(0) 推荐(0)
  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 阅读(1179) 评论(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 阅读(480) 评论(0) 推荐(0)
  2018年9月25日
摘要: 1.iOS手机的滑动 相关代码 1.1直接使用IOS类进行滑动 1.2编写一个类根据输入的比例值实现滑动 airtest ios类源代码 阅读全文
posted @ 2018-09-25 15:40 singleSpace 阅读(1495) 评论(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 阅读(865) 评论(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 阅读(1815) 评论(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 阅读(215) 评论(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 阅读(1020) 评论(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 阅读(392) 评论(0) 推荐(0)
  2018年9月14日
该文被密码保护。 阅读全文
posted @ 2018-09-14 13:08 singleSpace 阅读(2) 评论(0) 推荐(0)
上一页 1 ··· 37 38 39 40 41 42 43 44 45 ··· 47 下一页