以前写的,可以在报错后抓Log。 1 ::运行此脚本前,请确认手机是否已连接至PC且已开启Debug模式 2 @echo off 3 REM 循环十次 4 set /a Num=0 5 :loop 6 set /a Num+=1 7 if %Num%==11 ( 8 goto exit 9 ...
分类:
其他好文 时间:
2015-07-28 18:13:25
阅读次数:
104
1、下载并安装Memcache服务器端官网,libevent:http://www.monkey.org/~provos/libevent/,Memcache:http://memcached.org///1.先安装libevent。这个东西在配置时需要指定一个安装路径,即./configure –...
分类:
Web程序 时间:
2015-07-28 06:36:32
阅读次数:
134
使用Monkey,可以对应用的稳定性和健壮性进行压测,测试的结果对于产品在复杂环境下的运行情况有非常重要的参考意义。
下面是一个示例,带有相应的注释,简单明了,供大家参考。
#!/bin/bash
# define case base information
case_name="monkey case"
case_ver="1.0.2"
case_package_name="cn.pack...
分类:
移动开发 时间:
2015-07-27 15:03:07
阅读次数:
152
Coco MonkeyThis is the story of a time long ago. There were these sailors stranded on a beautiful island full offcoconut trees. And what do ...
分类:
其他好文 时间:
2015-07-27 10:49:13
阅读次数:
95
UiAutomator是自动化测试框架,基于Java语言,开发起来很方便,相当于可控制的Monkey测试。UiAutomatorAPI文档在这里。注意:从eclipse官网下载的才能编译build.xml为run as ant build,google带adt插件的那款ADT Bundle则不行。1...
分类:
其他好文 时间:
2015-07-17 18:34:12
阅读次数:
221
HDU 1069 Monkey and Banana(最大的单调递减序列啊 dp)...
分类:
其他好文 时间:
2015-07-16 22:23:48
阅读次数:
313
Android中junit测试有2种实现方式第1种:一般Android工程的实现方式1.在清单文件中添加2项内容首先在AndroidManifest.xml中加入下面红色代码:<manifestxmlns:android="http://schemas.android.com/apk/res/android"package="cn.itcast.action“android:versionCode="1“andr..
分类:
移动开发 时间:
2015-07-15 23:03:02
阅读次数:
176
在TesterHome看到了CrashMonkey4IOS,顿时觉得之前用instrument在做monkey测试,非常的弱智!crash后啥都看不到,无crashlog,无crash步骤,并且也不能很好地系统化定制化的来测试一个项目,不过CrashMonkey4IOS却能很好地做到以上几点,废.....
分类:
移动开发 时间:
2015-07-14 15:24:14
阅读次数:
3021
转载自:http://blog.csdn.net/huiguixian/article/details/22398193Android测试工具中,Monkey Runner只要简单几个指令即可,但他的局限性在于都是基于像素位置操作,不具备移植性。而采用uiautomator编写的自动化测试工具则可以...
分类:
移动开发 时间:
2015-07-11 18:16:31
阅读次数:
157
N (1 i (1 i
Each monkey is looking to his left toward those with higher index numbers. We say that monkey i "looks up" to monkey j if i ij. For each monkey i, we would like to know the index of th...
分类:
其他好文 时间:
2015-07-06 21:50:51
阅读次数:
153