appium界面运行过程: 1、启动一个http服务器:127.0.0.1:47232、根据测试代码setUp()进行初始化,在http服务器上建立一个session对象3、开始调用adb,找到连接上的设备,设置设备id4、等待设备准备好响应命令5、开启logcat日志监控6、将生成的apk属性信息 ...
分类:
移动开发 时间:
2016-11-21 07:41:25
阅读次数:
496
1. Appium API文档:链接参考 http://appium.io/slate/cn/v/?ruby#appium-介绍。 2. Appium 安装篇:http://www.cnblogs.com/fnng/p/4540731.html 等4张 3. 问题。 1)遇到的奇葩问题: > inf ...
分类:
移动开发 时间:
2016-11-18 18:19:55
阅读次数:
383
问题一: appium和设备之间无法通讯。 错误日志片段:Encountered internal error running command:Error:Installing xx.xx.xx failed 原因: lockdown 服务挂了,导致appium 和设备无法沟通。 解决措施: 1、i ...
分类:
移动开发 时间:
2016-11-17 20:04:18
阅读次数:
302
Automating hybrid apps One of the core principles of Appium is that you shouldn’t have to change your app to test it. In line with that methodology, i ...
分类:
移动开发 时间:
2016-11-17 10:03:02
阅读次数:
234
操作系统:android、ios、FirefoxOs 自动化测试基础框架:appium、selendroid android模拟器:bluestacks(蓝叠)、Genymotion、AVDmanage(android SDK自带的)、 调试工具:ADB(Android Debug Bridge) ...
分类:
移动开发 时间:
2016-11-17 00:56:11
阅读次数:
206
各种百度将Appium + python的环境搭建好后,开启移动app自动化的探索(基于Android),首先来记录下如何启动待测的app吧! 如何启动app呢?首先要获取包名,然后获取launcherActivity。获取这两个关键东西的方法有很多,在这里推荐一个sdk自带的实用工具aapt:aa ...
分类:
移动开发 时间:
2016-11-15 17:24:32
阅读次数:
356
Automating mobile web apps If you’re interested in automating your web app in Mobile Safari on iOS or Chrome on Android, Appium can help you. Basicall ...
分类:
移动开发 时间:
2016-11-14 17:30:08
阅读次数:
296
摘要: 1,appium是开源的移动端自动化测试框架; 2,appium可以测试原生的、混合的、以及移动端的web项目; 3,appium可以测试ios、android、firefox os; 4,appium是跨平台的,可以用在osx,windows以及linux系统上; appium的一些基本概 ...
分类:
移动开发 时间:
2016-11-14 14:48:57
阅读次数:
483
http://blog.sina.com.cn/s/blog_60c53af50102v3sb.html Appium - automation for mobile apps 一.Appium架构介绍 官网:www.appium.io 由SauceLab公司主持。并在Google的GATC2013 ...
分类:
移动开发 时间:
2016-11-14 02:05:44
阅读次数:
310
1、org.openqa.selenium.SessionNotCreatedException: A new session could not be created. (Original error: The following desired capabilities are required ...
分类:
移动开发 时间:
2016-11-13 22:41:18
阅读次数:
532