摘要: 安装Android SDK以及模拟器 由于Appium依赖于Android SDK,所以需要先安装SDK。 这里由于需要在Android模拟器上跑测试用例,所以同时需要安装Android 模拟器。 1.安装JDK 安装原因:Android是以Java语言为基础的,第2步安装的android SDK需 阅读全文
posted @ 2015-07-14 10:58 微微微笑 阅读(401) 评论(0) 推荐(0) 编辑
摘要: 现象: #sudo adb root Error:insufficient permissions for device #adb devices List of devices attached ????????????? no permissions 解决方法: $sudo –s #adb ki 阅读全文
posted @ 2015-07-13 10:23 微微微笑 阅读(344) 评论(0) 推荐(0) 编辑
摘要: 1)原因:主目录下的.Xauthority文件拥有者变成了root,从而以用户登陆的时候无法都取.Xauthority文件说明:Xauthority,是startx脚本记录文件。Xserver启动时,读文件~/.Xauthority,读入对应其display的记录。当一个 需要显示的客户程序启动调用... 阅读全文
posted @ 2015-07-13 09:18 微微微笑 阅读(8114) 评论(0) 推荐(0) 编辑
摘要: TortoiseGit: http://download.tortoisegit.org/tgit/previews/ msysGit: https://msysgit.github.io/ 初始化Git仓库 #git init 添加文件test.py到Git 仓库 #git add test.py 阅读全文
posted @ 2015-07-13 09:10 微微微笑 阅读(198) 评论(0) 推荐(0) 编辑
摘要: JMeter User Manual: http://jmeter.apache.org/usermanual/index.htmlJMeter Componet reference: http://jmeter.apache.org/usermanual/component_reference.h... 阅读全文
posted @ 2015-07-11 17:48 微微微笑 阅读(405) 评论(0) 推荐(0) 编辑
摘要: 转载自:http://blog.csdn.net/huiguixian/article/details/22398193 Android测试工具中,Monkey Runner只要简单几个指令即可,但他的局限性在于都是基于像素位置操作,不具备移植性。 而采用uiautomator编写的自动化测试工具则 阅读全文
posted @ 2015-07-11 17:29 微微微笑 阅读(888) 评论(0) 推荐(0) 编辑
摘要: 这个只是单纯的mark一下。还没有认真去研究。鉴于最近也不会做手机的自动化测试,所以留作以后参考吧。 转自: http://blog.chengyunfeng.com/?p=504 在Android 4.1发布的时候包含了一种新的测试工具–uiautomator,uiautomator是用来做UI测 阅读全文
posted @ 2015-07-11 17:26 微微微笑 阅读(488) 评论(0) 推荐(0) 编辑
摘要: my: Android 开发官方文档国内镜像-踏得网: http://wear.techbrood.com/index.html 转载自: http://my.oschina.net/luforn/blog/383157 Android http://www.android.com Android开 阅读全文
posted @ 2015-07-11 17:04 微微微笑 阅读(338) 评论(0) 推荐(0) 编辑
摘要: 转载自: http://blog.csdn.net/shimiso/article/details/6788375 Android移动开发平台现在不是一个“火”字能形容的,今年Android平台在市场占有率上相比去年取得的886%增长!如果我只看增长率,iPhone据统计才有61%的增长。而创造了山 阅读全文
posted @ 2015-07-11 17:00 微微微笑 阅读(276) 评论(0) 推荐(0) 编辑
摘要: 1.install python https://www.python.org/downloads/release/python-279/ choose "Files" -> "Windows x86 MSI installer". python --version Python 2.7.9 2.i 阅读全文
posted @ 2015-07-11 16:52 微微微笑 阅读(317) 评论(0) 推荐(0) 编辑