How much time It takes to perform all tests using Android CTS tool?
问题 I am developing custom android device and need to execute compatibility test cases using android CTS tool . 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 . 回答1: 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.