從現有 APK 執行檢測設備測試

這些操作說明假設您已有貿易聯盟包裹, 本機;如果不是, 按照下載操作說明

接著,使用下列指令安裝檢測工具測試的 APK、執行測試,並顯示正在執行的測試:

./tradefed.sh run instrumentations --apk-path <path of your apk>

輸出內容類似以下內容:

07-17 10:55:32 D/InvocationToJUnitResultForwarder: Starting test: android.animation.cts.ValueAnimatorTest#testOfArgb
07-17 10:55:33 D/InvocationToJUnitResultForwarder: Starting test: android.animation.cts.ValueAnimatorTest#testIsRunning
07-17 10:55:34 D/InvocationToJUnitResultForwarder: Starting test: android.animation.cts.ValueAnimatorTest#testGetCurrentPlayTime
07-17 10:55:35 D/InvocationToJUnitResultForwarder: Starting test: android.animation.cts.ValueAnimatorTest#testStartDelay
07-17 10:55:35 I/InvocationToJUnitResultForwarder: Run ended in 2m 20s

您可以視需要指定 --serial <device serial number> 執行 對指定裝置執行測試您可以使用 adb devices 取得裝置的序號。

如要進一步瞭解 Tradefed 執行作業,請參閱「透過 Tradefed 進行測試」一節。