使用Android CTS工具执行所有测试需要多少时间? [英] How much time It takes to perform all tests using Android CTS tool?

查看:378
本文介绍了使用Android CTS工具执行所有测试需要多少时间?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在开发自定义android设备,需要使用android CTS tool执行兼容性测试用例.

I am developing custom android device and need to execute compatibility test cases using android CTS tool.

所以我只想知道使用 android-cts-2.3_r3-x86工具android device(Android Emulator)上执行所有测试用例将花费多少时间.

So i just want to know how much time it will take to execute all the test cases on the android device(Android Emulator) using android-cts-2.3_r3-x86 tool.

推荐答案

执行CTS的时间取决于测试用例的总数和测试用例结果的每种状态.要通过测试,大多数测试用例的结果必须在5秒钟之内得出,否则测试用例将超时.每次超时后,有5分钟的间隔来执行CTS的下一个测试用例.因此,它与超时的测试用例的数量成正比.设备很多时间会重新启动,因此重新启动时间也会计算在内.现在,您可以计算出CTS执行的估计时间.

The time for execution of CTS depends upon the total number of test cases and each status of the test case result. To pass a test the result must come in 5 seconds for most of test cases, otherwise the test cases is timed out. After each time out there is a gap of 5 minutes to execute next test case by CTS. So it is directly proportional to the number of timed out test cases. Many time the devices restarts, so the restart time is also counted. Now you can calculate the estimated time of CTS execution.

这篇关于使用Android CTS工具执行所有测试需要多少时间?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆