会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
微微微笑
好好学习 天天向上
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
14
15
16
17
18
19
20
21
下一页
2015年7月14日
Appium Python 一:环境搭建
摘要: 安装Android SDK以及模拟器 由于Appium依赖于Android SDK,所以需要先安装SDK。 这里由于需要在Android模拟器上跑测试用例,所以同时需要安装Android 模拟器。 1.安装JDK 安装原因:Android是以Java语言为基础的,第2步安装的android SDK需
阅读全文
posted @ 2015-07-14 10:58 微微微笑
阅读(413)
评论(0)
推荐(0)
2015年7月13日
adb devices: no permissions
摘要: 现象: #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 微微微笑
阅读(347)
评论(0)
推荐(0)
Ubuntu输入密码之后,桌面闪一下黑屏,然后又返回到输入密码界面。但是其他账户可以登入
摘要: 1)原因:主目录下的.Xauthority文件拥有者变成了root,从而以用户登陆的时候无法都取.Xauthority文件说明:Xauthority,是startx脚本记录文件。Xserver启动时,读文件~/.Xauthority,读入对应其display的记录。当一个 需要显示的客户程序启动调用...
阅读全文
posted @ 2015-07-13 09:18 微微微笑
阅读(8326)
评论(0)
推荐(0)
Git command
摘要: 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 微微微笑
阅读(201)
评论(0)
推荐(0)
2015年7月11日
JMeter学习资料
摘要: 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 微微微笑
阅读(410)
评论(0)
推荐(0)
Android uiautomator实例使用
摘要: 转载自:http://blog.csdn.net/huiguixian/article/details/22398193 Android测试工具中,Monkey Runner只要简单几个指令即可,但他的局限性在于都是基于像素位置操作,不具备移植性。 而采用uiautomator编写的自动化测试工具则
阅读全文
posted @ 2015-07-11 17:29 微微微笑
阅读(923)
评论(0)
推荐(0)
[转载]使用uiautomator做UI测试
摘要: 这个只是单纯的mark一下。还没有认真去研究。鉴于最近也不会做手机的自动化测试,所以留作以后参考吧。 转自: http://blog.chengyunfeng.com/?p=504 在Android 4.1发布的时候包含了一种新的测试工具–uiautomator,uiautomator是用来做UI测
阅读全文
posted @ 2015-07-11 17:26 微微微笑
阅读(515)
评论(0)
推荐(0)
[转载]Android相关开发网站
摘要: 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 微微微笑
阅读(346)
评论(0)
推荐(0)
[转载]Android开发必备的21个免费资源和工具
摘要: 转载自: http://blog.csdn.net/shimiso/article/details/6788375 Android移动开发平台现在不是一个“火”字能形容的,今年Android平台在市场占有率上相比去年取得的886%增长!如果我只看增长率,iPhone据统计才有61%的增长。而创造了山
阅读全文
posted @ 2015-07-11 17:00 微微微笑
阅读(295)
评论(0)
推荐(0)
Robot Framework安装配置 windows
摘要: 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 微微微笑
阅读(326)
评论(0)
推荐(0)
上一页
1
···
14
15
16
17
18
19
20
21
下一页
公告