码迷,mamicode.com
首页 >  
搜索关键字:monkey    ( 1042个结果
Monkey测试策略教程-android,Monkey测试【转】
Monkey的测试策略,Monkey测试2一. 分类Monkey测试针对不同的对象和不同的目的采用不同的测试方案,首先测试的对象、目的及类型如下:测试的类型分为:应用程序的稳定性测试和压力测试测试对象分为:单一apk和apk集合测试的目的分为:解决问题的测试(忽略异常的测试)和验收测试(不忽略异常的...
分类:移动开发   时间:2014-09-26 21:52:38    阅读次数:222
Light OJ 1004 - Monkey Banana Problem dp题解
1004 - Monkey Banana Problem PDF (English) Statistics Forum Time Limit: 2 second(s) Memory Limit: 32 MB You are in the world of mathematics to solve the great...
分类:其他好文   时间:2014-09-26 02:20:30    阅读次数:382
Android 自动化测试(1)如何安装和卸载一个应用
1、android aapt aapt 是android assert packaging tool的缩写,采用aapt可以查看apk的信息和列出apk包的内容 2、monkey runner 和chimpchat The monkeyrunner tool provides an API for writing programs that control an Android de...
分类:移动开发   时间:2014-09-23 22:32:55    阅读次数:288
【金阳光测试】Android自动化 -- 学习历程:Robotium原理初步
章节:自动化基础篇——Monkey原理初步和改良优化(第四讲)网易云课堂:http://study.163.com/course/courseLearn.htm?courseId=712011#/learn/video?lessonId=876095&courseId=712011主要讲解内容与笔记...
分类:移动开发   时间:2014-09-22 00:38:11    阅读次数:297
HDU 5025 Saving Tang Monk(bfs)
Problem Description 《Journey to the West》(also 《Monkey》) is one of the Four Great Classical Novels of Chinese literature. It was written by Wu Cheng'en during the Ming Dynasty. In this novel, Monkey ...
分类:其他好文   时间:2014-09-21 11:56:50    阅读次数:398
HDU - 5025 Saving Tang Monk
Problem Description 《Journey to the West》(also 《Monkey》) is one of the Four Great Classical Novels of Chinese literature. It was written by Wu Cheng'en during the Ming Dynasty. In this novel, Monkey...
分类:其他好文   时间:2014-09-20 21:31:39    阅读次数:247
HDU-5025-Saving Tang Monk(BFS+优先队列)
Problem Description 《Journey to the West》(also 《Monkey》) is one of the Four Great Classical Novels of Chinese literature. It was written by Wu Cheng'en during the Ming Dynasty. In this novel, Monke...
分类:其他好文   时间:2014-09-20 20:18:49    阅读次数:215
Linux下libevent安装与示例
用wget指令直接下载libevent:# wget http://www.monkey.org/~provos/libevent-1.2.tar.gz 然后,在配置时需要指定一个安装路径,即./configure –prefix=/usr;然后make;然后make install; 详细的方法如下: ...
分类:系统相关   时间:2014-09-19 22:38:26    阅读次数:256
Android自动化测试之Monkeyrunner学习笔记(一)【转】
因项目需要,开始研究Android自动化测试方法,对其中的一些工具、方法和框架做了一些简单的整理,其中包括Monkey、Monkeyrunner、Athrun、appium,目前仍在了解学习android测试框架、CTS等。本文主要为前段时间学习总结,由于刚接触不久,故本文难免会有些肤浅,大神请绕走...
分类:移动开发   时间:2014-09-16 22:02:31    阅读次数:504
monkey测试常用命令
一、Monkey测试简介Monkey测试是Android平台自动化测试的一种手段,通过Monkey程序模拟用户触摸屏幕、滑动Trackball、按键等操作来对设备上的程序进行压力测试,检测程序多久的时间会发生异常。二、Monkey程序介绍1) Monkey程序由Android系统自带,使用Java语...
分类:其他好文   时间:2014-09-16 22:02:11    阅读次数:473
1042条   上一页 1 ... 96 97 98 99 100 ... 105 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!