這些操作說明假設您已在本機安裝 Trade Federation 套件。如果尚未安裝,請按照下載操作說明取得該套件。
接著,使用下列指令安裝檢測工具測試的 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 進行測試」一節。