51Testing软件测试论坛
标题:
CTS测试环境搭建及简易步骤
[打印本页]
作者:
测试积点老人
时间:
2018-11-29 15:52
标题:
CTS测试环境搭建及简易步骤
1. CTS是什么
想必看到这里的同学都知道CTS是什么吧,不知道的话,自行Google,或者就不必往下看了。
2. 下载CTS测试包及手册
2.1. 下载
地址:
http://source.android.com/compatibility/downloads.html
最新的CTS测试自动测试包手工测试包。
在最下方有 The CTS User Manual
2.2. 配置环境
看下载的cts包路径下的:/android-cts/tools/README,顺着它接着看下载的用户手册,主要的一些配置步骤如下:
<p>Set up accessibility tests:</p><p># adb install android-cts/repository/testcases/CtsDelegatingAccessibilityService.apk</p><p>On the device, enable Settings > Accessibility > Delegating Accessibility Service</p><p>Set up device administration tests:</p><p># adb install android-cts/repository/testcases/CtsDeviceAdmin.apk</p><p>On the device, enable Settings > Security > Device Administrators > android.deviceadmin.cts.CtsDeviceAdmin* settings</p>
复制代码
安装要测试的apk, 比如
# adb install /testcases/CtsMediaTestCases.apk
复制代码
3. 开始测试
在路径 android-cts/tools/ 下运行命令 cts-tradefed
然后在命令行下动行
run cts --class android.media.cts.DecoderTest *
复制代码
4. 结果
最后,测试的结果及Log会存放到 android-cts/repository 下
欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/)
Powered by Discuz! X3.2