- 授权协议: 未知
- 开发语言: Java
- 操作系统: Android
- 软件首页: http://developer.android.com/tools/help/uiautomator/index.html
软件介绍
uiautomator 测试框架提高用户界面(UI)的测试效率,通过自动创建功能 UI 测试示例,可以在一个或者多个设备上运行你的应用。
更多详细内容请看 UI Testing。
语法
在任务设备中运行你的测试示例,你可以使用 adb shell 命令来 invoke uiautomator 工具:
adb shell uiautomator runtest <JARS> -c <CLASSES> [options]
示例:
adb shell uiautomator runtest LaunchSettings.jar -c com.uia.example.my.LaunchSettings
JavaScript Patterns
Stoyan Stefanov / O'Reilly Media, Inc. / 2010-09-21 / USD 29.99
What's the best approach for developing an application with JavaScript? This book helps you answer that question with numerous JavaScript coding patterns and best practices. If you're an experienced d......一起来看看 《JavaScript Patterns》 这本书的介绍吧!
