monkeyrunner工具前言:最近开始研究Android自动化测试方法,对其中的一些工具、方法和框架做了一些简单的整理,其中包括android测试框架、CTS、Monkey、Monkeyrunner、benchmark、其它test tool等等。因接触时间很短,很多地方有不足之处,希望能和大家...
分类:
移动开发 时间:
2014-10-14 22:59:39
阅读次数:
320
1. 图形中常用的基本的类Point:(x,y)坐标确定的点。Size:由Height和Width确定高宽的大小类。Rect:矩形类,显然可以由一个Point和一个Size来确定。Color:由R、G、B、A确定的颜色类。Geometry和Shape都是定义空间区域的类,Shape拥有相关的画笔并可...
分类:
其他好文 时间:
2014-10-14 22:51:19
阅读次数:
183
Unix Disk I/O Benchmarksfio- NEW!fio is an I/O tool meant to be used both for benchmark and stress/hardware verification. It has support for 13 differ...
分类:
其他好文 时间:
2014-10-13 12:54:49
阅读次数:
552
前言:Android自动化测试工具、方法和框架,包括android测试框架、CTS、Monkey、Monkeyrunner、benchmark、test tool等。一、 什么是MonkeyMonkey是Android中的一个命令行工具,可以运行在模拟器里或实际设备中。它向系统发送伪随机的用户事件....
分类:
移动开发 时间:
2014-10-11 17:25:55
阅读次数:
181
来源:http://ued.taobao.org/blog/2012/06/debug-with-chrome-dev-tool/ 感谢作者分享~~·这篇文章是根据目前chrome稳定版(19.0.1084.52 m)写的, 因为 google 也在不断善chromedeveloper tool,....
分类:
其他好文 时间:
2014-10-11 12:44:25
阅读次数:
286
说明:程序使用http://s.tool.chinaz.com/same此网站查询的结果,使用python简单的实现抓取结果
先随便查询一个结果,抓包分析,如图:
使用python模仿post表单,使用正则表达式匹配结果
代码如下:
# -*- coding: utf-8 -*-
import urllib
import urllib2
import re
import ...
分类:
编程语言 时间:
2014-10-11 04:15:34
阅读次数:
249
今天无意间发现的processing 很有兴趣 实现很简洁void setup(){}void draw(){ background(255); if(mouseX height/2) { fill(0); rect(0,height/2,width/2,height/2); ...
分类:
其他好文 时间:
2014-10-10 23:58:04
阅读次数:
456
/*****************************************************************************
* OpenST Basic tool library *
* Copyright (C) 2014 Henry.Wen renhuabes...
分类:
其他好文 时间:
2014-10-10 18:43:04
阅读次数:
178
winpcap和libpcap winpcap windows packet capture WinPcap is the industry-standard tool for link-layer network access in Windows environments: it allows applications to capture and transmit network ...
NetHogs是一款小巧免费的开源命令行工具,用来按进程或程序实时统计网络带宽使用率。对于使用类似于“repo tool”、“depot_tools”等工具checkout源码时非常有用,可以查看当前的下载速度信息,让你不白瞎等待。Ubuntu系统下安装sudo apt-get install ne...
分类:
Web程序 时间:
2014-10-09 21:55:17
阅读次数:
288