1 概述Monkey测试是Android自动化测试的一种手段。Monkey测试本身非常简单,就是模拟用户的按键输入,触摸屏输入,手势输入等,看设备多长时间会出异常。当Monkey程序在模拟器或真实设备运行的时候,程序会产生一定数量或一定时间内的随机模拟用户操作的事件, 如点击,按键,手势等, 以及一...
分类:
其他好文 时间:
2015-05-13 12:33:30
阅读次数:
55416
教你使用android SDK自带的测试工具Monkey,对你的应用进行压力测试,看健壮性如何?...
分类:
移动开发 时间:
2015-05-11 16:08:04
阅读次数:
132
Problem Description
Five hundred years later, the number of dragon balls will increase unexpectedly, so it's too difficult for Monkey King(WuKong) to gather all of the dragon balls together.
...
分类:
其他好文 时间:
2015-05-11 14:53:46
阅读次数:
130
用最多需要的香蕉数减去目标串出现的概率就行啦。。。。
如何求出现的概率?
每个字符出现的概率乘起来……再乘以目标串能摆的位置个数……
Problem
Your publishing house has decided to use monkeys randomly typing at keyboards to write great works of litera...
分类:
其他好文 时间:
2015-05-11 00:09:29
阅读次数:
280
原文地址:http://demo.netfoucs.com/u012565107/article/details/36419297#1. Appium测试 (功能测试,用户接受度测试,黑盒测试) - Rating: 8Website:http://appium.io/Appium测试相当于黑盒测试。...
分类:
移动开发 时间:
2015-05-07 21:50:08
阅读次数:
185
摘要1、monkey工具介绍2、用法命令详解3、测试结果分析Android开发的过程中有很多很小而且实用的小工具,在android开发的api文档中可以查看。http://www.androidcommunitydocs.com/tools/index.html今天我来讲一下最近上手的一款工具---------monkey。Api网站上是这么定义的:M..
分类:
其他好文 时间:
2015-05-06 18:20:17
阅读次数:
147
首先:配置本地源,挂载光驱,安装编译器Yuminstallgccgcc-c++wgethttp://monkey.org/~provos/libevent-1.4.9-stable.tar.gz
tarzxvflibevent-1.4.9-stable.tar.gz
cdlibevent-1.4.9-stable/
Mkdir/usr/local/libevent
./configure--prefix=/usr/local/libevent
make&&..
分类:
系统相关 时间:
2015-05-06 01:41:36
阅读次数:
272
首先:配置本地源,挂载光驱,安装编译器Yuminstallgccgcc-c++wgethttp://monkey.org/~provos/libevent-1.4.9-stable.tar.gz
tarzxvflibevent-1.4.9-stable.tar.gz
cdlibevent-1.4.9-stable/
Mkdir/usr/local/libevent
./configure--prefix=/usr/local/libevent
make&&..
分类:
系统相关 时间:
2015-05-05 16:55:13
阅读次数:
286
题意:猴子们打架 认识的猴子不会打架 两仅仅猴子打完以后就认识了 A认识B B认识C A也认识C 每次打架由两伙猴子进行 分别选出自己的最高战斗力 在战斗之后两仅仅猴子战斗力减半 给出m次打架 输出打架后这一伙猴子里的最强战斗力思路:推断两仅仅猴子是不是一伙的 用到并查集高速找出一伙猴子中的最强战斗...
分类:
其他好文 时间:
2015-05-05 12:20:46
阅读次数:
150
Monkey and BananaTime Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 6866 Accepted Submission(s): 351...
分类:
其他好文 时间:
2015-05-04 21:36:06
阅读次数:
111