android cts 认证测试-程序员宅基地

技术标签: 移动开发  

#7.0
run cts -m CtsAccessibilityServiceTestCases -t android.accessibilityservice.cts.AccessibilityWindowQueryTest#testTraverseAllWindows
run cts -m CtsAccessibilityTestCases -t android.view.accessibility.cts.AccessibilityManagerTest#testAddAndRemoveAccessibilityStateChangeListener
run cts --plan CTS
--------------------------------------------------
https://thinking-electron.blogspot.com/2016/09/android-cts-70r1-running-modules-list.html?m=0
進入了cts環境後,輸入 l m 查詢 7.0的測試模塊,如下所示:
CtsAadbHostTestCases
CtsAbiOverrideHostTestCases
CtsAccelerationTestCases
CtsAccessibilityServiceTestCases
CtsAccessibilityTestCases
CtsAccountManagerTestCases
CtsAdminTestCases
CtsAlarmClockTestCases
CtsAndroidAppTestCases
CtsAnimationTestCases
CtsAppSecurityHostTestCases
CtsAppTestCases
CtsAppUsageHostTestCases
CtsAppWidgetTestCases
CtsAslrMallocTestCases
CtsAssistTestCases
CtsAtraceHostTestCases
CtsBackupTestCases
CtsBionicTestCases
CtsBluetoothTestCases
CtsCalendarcommon2TestCases
CtsCallLogTestCases
CtsCameraTestCases
CtsCarTestCases
CtsCarrierApiTestCases
CtsCompilationTestCases
CtsContentTestCases
CtsCppToolsTestCases
CtsDatabaseTestCases
CtsDeqpTestCases
CtsDeviceAdminUninstallerTestCases
CtsDevicePolicyManagerTestCases
CtsDisplayTestCases
CtsDpiTestCases
CtsDpiTestCases2
CtsDragAndDropHostTestCases
CtsDramTestCases
CtsDreamsTestCases
CtsDrmTestCases
CtsDumpsysHostTestCases
CtsEffectTestCases
CtsExternalServiceTestCases
CtsFileSystemTestCases
CtsFragmentTestCases
CtsGestureTestCases
CtsGraphics2TestCases
CtsGraphicsTestCases
CtsHardwareTestCases
CtsHostsideNetworkTests
CtsHostsideNumberBlockingTestCases
CtsHostsideTvTests
CtsIcuTestCases
CtsJankDeviceTestCases
CtsJdwpSecurityHostTestCases
CtsJdwpTestCases
CtsJniTestCases
CtsJobSchedulerTestCases
CtsKeystoreTestCases
CtsLeanbackJankTestCases
CtsLibcoreLegacy22TestCases
CtsLibcoreOjTestCases
CtsLibcoreOkHttpTestCases
CtsLibcoreTestCases
CtsLocation2TestCases
CtsLocationTestCases
CtsMediaStressTestCases
CtsMediaTestCases
CtsMidiTestCases
CtsMonkeyTestCases
CtsMultiUserHostTestCases
CtsMultiUserTestCases
CtsNativeMediaSlTestCases
CtsNativeMediaXaTestCases
CtsNdefTestCases
CtsNetSecConfigAttributeTestCases
CtsNetSecConfigBasicDebugDisabledTestCases
CtsNetSecConfigBasicDebugEnabledTestCases
CtsNetSecConfigBasicDomainConfigTestCases
CtsNetSecConfigCleartextTrafficTestCases
CtsNetSecConfigInvalidPinTestCases
CtsNetSecConfigNestedDomainConfigTestCases
CtsNetSecConfigResourcesSrcTestCases
CtsNetSecPolicyUsesCleartextTrafficFalseTestCases
CtsNetSecPolicyUsesCleartextTrafficTrueTestCases
CtsNetSecPolicyUsesCleartextTrafficUnspecifiedTestCases
CtsNetTestCases
CtsNetTestCasesLegacyApi22
CtsNetTestCasesLegacyPermission22
CtsOpenGLTestCases
CtsOpenGlPerf2TestCases
CtsOpenGlPerfTestCases
CtsOsHostTestCases
CtsOsTestCases
CtsPermission2TestCases
CtsPermissionTestCases
CtsPreference2TestCases
CtsPreferenceTestCases
CtsPrintTestCases
CtsProviderTestCases
CtsRenderscriptLegacyTestCases
CtsRenderscriptTestCases
CtsRsBlasTestCases
CtsRsCppTestCases
CtsSampleDeviceTestCases
CtsSampleHostTestCases
CtsSaxTestCases
CtsSecurityHostTestCases
CtsSecurityTestCases
CtsServicesHostTestCases
CtsSignatureTestCases
CtsSimpleCpuTestCases
CtsSimpleperfTestCases
CtsSpeechTestCases
CtsSustainedPerformanceHostTestCases
CtsSystemUiHostTestCases
CtsSystemUiTestCases
CtsTelecomTestCases
CtsTelecomTestCases2
CtsTelephony2TestCases
CtsTelephonyTestCases
CtsTextTestCases
CtsTextureViewTestCases
CtsThemeDeviceTestCases
CtsThemeHostTestCases
CtsTransitionTestCases
CtsTrustedVoiceHostTestCases
CtsTvProviderTestCases
CtsTvTestCases
CtsUiAutomationTestCases
CtsUiDeviceTestCases
CtsUiHostTestCases
CtsUiRenderingTestCases
CtsUidIsolationTestCases
CtsUsageStatsTestCases
CtsUsbTests
CtsUtilTestCases
CtsVideoTestCases
CtsViewTestCases
CtsVmTestCases
CtsVoiceInteractionTestCases
CtsVoiceSettingsTestCases
CtsVrTestCases
CtsWebkitTestCases
CtsWidgetTestCases
vm-tests-tf


#6.0
run cts -c android.accessibilityservice.cts.AccessibilityWindowQueryTest -m testTraverseAllWindows --skip-preconditions

 

转载于:https://my.oschina.net/moziqi/blog/912980

版权声明:本文为博主原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。
本文链接:https://blog.csdn.net/chiyingliao3565/article/details/101005017

智能推荐

图像meta信息中XMP[drone-dji]如何获取_xmp.drone-dji.lrftargetdistance-程序员宅基地

文章浏览阅读1.4k次。在处理大疆无人机拍的图像时,官方给的图像处理指南里出现了这么一句:于是去网上查找如何读取图像meta信息,找到了许多花里胡哨的方法,比如python代码、java代码、网站代查之类,最终我发现,最简便的方法就是:用写字板的方式打开图像,然后查找”xmp“ ,需要的参数就全能找到了。唯一的不足就是这个方法的效率太低了,写字板打开tif文件奇慢无比。..._xmp.drone-dji.lrftargetdistance

云服务器(阿里云)安装kafka及相关报错处理(WARN Connection request from old client /58.247.201.56:31365; will be dropp)-程序员宅基地

文章浏览阅读4.2k次。云服务器安装kafka,部署zookeeper时有如下注意点:1、在云服务器安全组中开放:2181、9092端口2、zookeeper.connect改成公网IP3、listeners=PLAINTEXT:// 必须填内网IPlisteners=PLAINTEXT://**.**.**.**:90924、配置外部代理地址必须填公网IPadvertised.listeners=PLAINTEXT://**.**.**.**:9092advertised.host.name=*.._connection request from old client

【连接池】-从源码到适配(上),你遇到过数据库连接池的问题吗?This connection has been closed_failed to initialize pool: this connection has bee-程序员宅基地

文章浏览阅读1.2k次,点赞19次,收藏22次。本文从项目需求出发到项目最终发版提测,讲述一下项目中遇到的问题(MyBatis数据库厂商适配、查看数据库链接、连接池失效等)以及打怪升级过程(思路),文章中会提到涉及到的坑以及解决办法。相信看完,多少会给你提供一些价值。_failed to initialize pool: this connection has been closed.

android listpreference 自定义,自定义android preference组件-程序员宅基地

文章浏览阅读179次。e() {return mDisableDependentsState;}public void setDisableDependentsState(boolean disableDependentsState) {mDisableDependentsState = disableDependentsState;}@Overrideprotected Object onGetDefaultValu..._android 自定义listpreference

射频MOS管和三极管优缺点对比_mos管比起三极管有什么优势-程序员宅基地

文章浏览阅读5.1k次。MOS管优点:1.具有良好的温度特性。2.具有良好的噪声特性。3.输入阻抗高。4.MOS管的漏极电流具有二次函数特性,三极管的集电极电流是指数形式。5.MOS管的上限频率远远超过三极管的上限工作频率。6.MOS管功耗较小。MOS管缺点:1.增益通常较低。2.输入阻抗高,导致匹配网络难设计。3.相对于三极管,MOS管的功率容量偏低..._mos管比起三极管有什么优势

华为云云耀云服务器L实例评测使用_华为云耀云服务器l实例跟腾讯云什么服务器类似-程序员宅基地

文章浏览阅读172次。其次就是会发送一条开通后的短信到手机上,这点还可以吧,不过也没太大必要,感觉要是第一次进这个服务器管理界面的话,有个服务器信息弹窗选择是新手还是老手,新手提示教程,老手提示服务器基础信息会更好一点,一般人买服务器都是在电脑上,感觉手机短信的不那么有必要。以下是进入后的界面,感觉还行吧,就是都是统一的黑色,没感觉到重点,熟悉后,应该会好一些,但是什么重置密码,设置网关什么的不好找到,需要详细的找一下,这点不太好。还有一次创建失败的信息,也不知道因为什么,在后边价格联系客服之类的应该会更好一点。_华为云耀云服务器l实例跟腾讯云什么服务器类似

随便推点

对linux下各种profiling工具的心得_profiling的工作-程序员宅基地

文章浏览阅读4k次。第一次写博_profiling的工作

tf.nn.dropout() 警报信息处理_please use `rate` instead of `keep_prob`. rate sho-程序员宅基地

文章浏览阅读8.2k次,点赞11次,收藏23次。WARNING: Logging before flag parsing goes to stderr.calling dropout (from tensorflow.python.ops.nn_ops) with keep_prob is deprecated and will be removed in a future version.Instructions for updatin..._please use `rate` instead of `keep_prob`. rate should be set to `rate = 1 -

vmware12 的kernel module updater解决方法_vmware kernel module update-程序员宅基地

文章浏览阅读6.9k次。vmware12 的kernel module updater解决方法_vmware kernel module update

Typescript 开发工具Vscode自动编译.ts文件_tsconfig中导入 d.ts-程序员宅基地

文章浏览阅读350次。1.创建tsconfig.json文件tsc–init 生成配置文件首先你需要进入你的项目目录cmd然后输入tsc --init这样的话该目录下就会生成一个tsconfig.json的文件下一步你需要把tsconfig.json文件的outDir 改一下下一步去创建一个ts 文件最后去终端运行一下就会生成js文件了..._tsconfig中导入 d.ts

用Visual Studio建立第一个ASP.NET页面_vs2022怎么创建aspx文件-程序员宅基地

文章浏览阅读2.6w次,点赞17次,收藏84次。1.新建一个项目 (1)直接在VS开始界面上选择“新建项目 (2)在菜单上选择“文件”、“新建”、“项目”2.在弹出的窗口中选择“Visual C#”--->“Web”---->"ASP.NET空Web应用程序",注意选择的是.NET Framework4框架,然后输入你所想输入的项目名称,点击“确定”,就成功新建了一个ASP.NET项目_vs2022怎么创建aspx文件

快速上手MATLAB:科研、工程、数据分析,MATLAB入门(下)教你基础知识!分享《MATLAB初学者教程 MATLAB编程-菜鸟入门(清晰版)》_菜鸟教程matlab在线编程-程序员宅基地

文章浏览阅读1.2k次,点赞38次,收藏49次。前两天,我们在(MATLAB入门(上))中简单认识了MATLAB,了解了MATLAB的基础知识,今天继续从文件读取、MATLAB绘图两个方面给大家介绍。MATLAB是一款广泛应用的科学计算工具,适用于科研、工程、数据分析等领域。认识MATLAB需要了解其概述及特点,学会使用命令窗口、创建M文件、目录和文件管理、搜索路径管理等基本操作。MATLAB基础知识包括简单计算、基本运算符号、数值、变量及表达式、数组的生成和寻访。编程基础则包括流程控制、控制命令、逻辑数组和向量化等。_菜鸟教程matlab在线编程