Android 测试框架:uiautomator

jopen 10年前

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

项目主页:http://www.open-open.com/lib/view/home/1413361354809