CTS 和 GTS 查询
CTS and GTS queries
我对 CTS 测试有一些疑问。
我们正在使用 Windows 7 系统,64 位和 8GB RAM 和 CTS 测试套件“android-cts-5.1_r3-linux_x86-arm”。
我们是 运行ning CTS 5.1_R3,它有 200000 多个测试用例。我有以下疑问:
- 执行测试用例后没有执行测试用例
org.apache.harmony.jpda.tests.jdwp.Multisession.RefTypeIDTest
。华侨城
花了 18.5 小时到达该测试用例并在执行后挂起
那个测试用例。解决方案是什么?
- 完成 CTS 测试需要多长时间?是两张SIM卡
需要 运行 双 SIM 卡上的 CTS phone?
- 完成 CTS-Verifier 测试的预计时间是多少?
- 我们能否在 CTS 的同时进行 GTS 测试,还是应该先进行 CTS?
完成了,那我们就可以启动GTS了吗? GTS 有什么要求?
它需要任何许可证吗?如果是这样,那么谁必须提供
许可证?
What is the estimated time to complete CTS-Verifier testing?
您可以在 3 小时内完成 CTS 验证程序。
How much time does CTS testing takes to complete? are two SIMS required to run CTS on a dual SIM phone?
只需一台设备,Lollipop 和 Marshmallow 需要 2 天时间。
您可以连接超过 3 个设备,那么完成 CTS 需要 7 到 8 个小时。
We are running CTS 5.1_R3 which has 200000+ test cases. I have below mentioned doubts- • No any test case is getting executed after executing the test case org.apache.harmony.jpda.tests.jdwp.Multisession.RefTypeIDTest. CTS took 18.5 hours to reach that test case and hangs after executing that test case. what is the solution for this?
运行 cts --plan CTS --disable-reboot
CTS 测试需要多长时间才能完成? 运行 双 SIM 卡 phone 上的 CTS 需要两个 SIMS 卡吗?
CTS test takes time for:
Lollipop: 30-36 hours
Mashmallow : 48-54 hours
You can reduce the time by using 3 or more devices with shards command
run cts --plan CTS --shards 3
or if using more than 1 device, you can run CTS optimizer tool which will thoroughly distribute the TCs to each DUT and will complete the Test in optimal time.
for andorid mashmallow CTS Rerun use below command if test is not getting executed:
run cts --continue-session --skip-precondtions
--disable-reboot
大约有 25-40 个 Tc 与 SIM 卡相关,您可以重新运行那些带有 1 个 DUT 的 TC,并且只需要 1 个插槽中的 SIM,无需将 SIM 放在第 2 个插槽中。
完成 CTS-Verifier 测试的预计时间是多少
CTS Verifier is basically a Manual Test
it takes 3-4 hrs to complete the Test but in mashmallow Camera ITS takes a lot time and efforts to get completed.
我对 CTS 测试有一些疑问。
我们正在使用 Windows 7 系统,64 位和 8GB RAM 和 CTS 测试套件“android-cts-5.1_r3-linux_x86-arm”。
我们是 运行ning CTS 5.1_R3,它有 200000 多个测试用例。我有以下疑问:
- 执行测试用例后没有执行测试用例
org.apache.harmony.jpda.tests.jdwp.Multisession.RefTypeIDTest
。华侨城 花了 18.5 小时到达该测试用例并在执行后挂起 那个测试用例。解决方案是什么? - 完成 CTS 测试需要多长时间?是两张SIM卡 需要 运行 双 SIM 卡上的 CTS phone?
- 完成 CTS-Verifier 测试的预计时间是多少?
- 我们能否在 CTS 的同时进行 GTS 测试,还是应该先进行 CTS? 完成了,那我们就可以启动GTS了吗? GTS 有什么要求? 它需要任何许可证吗?如果是这样,那么谁必须提供 许可证?
What is the estimated time to complete CTS-Verifier testing?
您可以在 3 小时内完成 CTS 验证程序。
How much time does CTS testing takes to complete? are two SIMS required to run CTS on a dual SIM phone?
只需一台设备,Lollipop 和 Marshmallow 需要 2 天时间。 您可以连接超过 3 个设备,那么完成 CTS 需要 7 到 8 个小时。
We are running CTS 5.1_R3 which has 200000+ test cases. I have below mentioned doubts- • No any test case is getting executed after executing the test case org.apache.harmony.jpda.tests.jdwp.Multisession.RefTypeIDTest. CTS took 18.5 hours to reach that test case and hangs after executing that test case. what is the solution for this?
运行 cts --plan CTS --disable-reboot
CTS 测试需要多长时间才能完成? 运行 双 SIM 卡 phone 上的 CTS 需要两个 SIMS 卡吗?
CTS test takes time for: Lollipop: 30-36 hours Mashmallow : 48-54 hours You can reduce the time by using 3 or more devices with shards command run cts --plan CTS --shards 3 or if using more than 1 device, you can run CTS optimizer tool which will thoroughly distribute the TCs to each DUT and will complete the Test in optimal time. for andorid mashmallow CTS Rerun use below command if test is not getting executed: run cts --continue-session --skip-precondtions --disable-reboot
大约有 25-40 个 Tc 与 SIM 卡相关,您可以重新运行那些带有 1 个 DUT 的 TC,并且只需要 1 个插槽中的 SIM,无需将 SIM 放在第 2 个插槽中。
完成 CTS-Verifier 测试的预计时间是多少
CTS Verifier is basically a Manual Test it takes 3-4 hrs to complete the Test but in mashmallow Camera ITS takes a lot time and efforts to get completed.