android测试之 monkey测试。实现对正在开发的应用程序进行压力测试。...
分类:
移动开发 时间:
2015-02-04 12:55:28
阅读次数:
218
使用monkey help 命令查看命令参数,如下:C:\Users\chenfenping>adb shell monkey -helpusage: monkey [-p ALLOWED_PACKAGE [-p ALLOWED_PACKAGE] ...][-c MAIN_CATEGORY [-c ...
分类:
移动开发 时间:
2015-02-03 10:47:24
阅读次数:
223
monkey 1 中我们写到:C:\Users\chenshan>adb shellshell@hwG750-T20:/ $ monkey -p cn.emoney.acg -v 500说明:-p :指定被测试apk,主Activity(第一个启动的Activity)所在的包名(我问的开发) ...
分类:
移动开发 时间:
2015-02-03 10:43:10
阅读次数:
168
Monkey是Android中的一个命令行工具,可以运行在模拟器里或实际设备中。它向系统发送伪随机的用户事件流(如按键输入、触摸屏输入、手势输入等),实现对正在开发的应用程序进行压力测试。Monkey测试是一种为了测试软件的稳定性、健壮性的快速有效的方法。最近在测试公司手机软件app,抽空研究了下手...
分类:
移动开发 时间:
2015-02-02 17:52:26
阅读次数:
259
instanceof这个方法 很简单啦。就是判断左边的 是不是 右边 的 子类 。。
package Connection;
class monkey {
}
class longarmMonkey extends monkey {
}
class Engineer extends longarmMonkey {
}
class engineerSon extends Engi...
分类:
其他好文 时间:
2015-02-02 09:42:09
阅读次数:
112
原文:十天学Linux内核之第十天---总结篇(kconfig和Makefile & 讲不出再见) 非常开心能够和大家一起分享这些,让我受益匪浅,感激之情也溢于言表,,code monkey的话少,没办法煽情了,,,,,,,冬天的风,吹得伤怀,倒叙往事,褪成空白~学校的人越来越少了,就像那年我们小年...
分类:
系统相关 时间:
2015-01-29 22:24:41
阅读次数:
313
Deep in the Amazon jungle, exceptionally tall trees grow that support a rich biosphere of figs and juniper bugs, which happen to be the culinary delight of brown monkeys.
Reaching the canopy of these trees requires the monkeys to perform careful navigati...
分类:
其他好文 时间:
2015-01-29 09:35:41
阅读次数:
209
HDU 1990 & ZOJ 2992 Monkey Vines(数学啊)...
分类:
其他好文 时间:
2015-01-28 22:37:31
阅读次数:
257
题意:N(不超过30)种木块,每种木块有长、宽、高x,y,z。木块A可以搭在木块B上当且仅当A的底面长和宽都分别小于B的顶面的长与宽,即不能有超出B的部分。问垒起来的“木块塔”的最大高度。思路:每种木块有6种形态,所以总共有6*N种木块,列张二维关系表,然后记忆搜。代码:struct node{ ....
分类:
其他好文 时间:
2015-01-23 22:46:13
阅读次数:
169
uva 11205 The broken pedometer
The Problem
A marathon runner uses a pedometer with which he is having problems. In the pedometer the symbols are represented by seven segments (or LEDs):
Bu...
分类:
其他好文 时间:
2015-01-23 16:23:58
阅读次数:
119