2013年8月4日

Monkeyrunner 使用说明

摘要: monkeyrunner为android系统新公开的一个测试工具。有助于开发人员通过脚本部署较大规模的自动化测试。Monkeyrunner本文档中包含 一个简单的monkeyrunner示例程序monkeyrunner API简介运行monkeyrunnermonkeyrunner内建帮助使用插件扩展monkeyrunner参见测试基础monkeyrunner工具提供了一个API,使用此API写出的程序可以在Android代码之外控制Android设备和模拟器。通过monkeyrunner,您可以写出一个Python程序去安装一个Android应用程序或测试包,运行它,向它发送模拟击键,截取它 阅读全文

posted @ 2013-08-04 03:55 JasonKwok 阅读(439) 评论(0) 推荐(0)

Python安装远程调试Android需要的扩展脚本

摘要: http://android-scripting.googlecode.com/hg/python/ase/android.py拷贝到/Python27/Lib/site-packages这个目录下Code: 1 # Copyright (C) 2009 Google Inc. 2 # 3 # Licensed under the Apache License, Version 2.0 (the "License"); you may not 4 # use this file except in compliance with the License. You may o 阅读全文

posted @ 2013-08-04 02:21 JasonKwok 阅读(464) 评论(0) 推荐(0)

导航