QA/Mobile/TelemetryTestPlan: Difference between revisions

Jump to navigation Jump to search
install
m (fix links)
(install)
Line 92: Line 92:
=== Install Application ===
=== Install Application ===
# Connect an Android (physical) device via USB
# Connect an Android (physical) device via USB
# Open terminal
#* make sure your device has Settings > Developer Options > USB debugging enabled
# Open a terminal
# Verify device is connected: <code>$ adb devices</code>
# Verify device is connected: <code>$ adb devices</code>
# Install the apk: <code>$ adb install ~/Downloads/target.aarch64.apk</code>
# Install the apk: <code>$ adb install ~/Downloads/target.aarch64.apk</code>
# Verify app has been installed on device
# Verify app has been installed on device
# NOTE: Do not open the application, Glean will do this for us
# NOTE: Do not open the application (Glean will do this for us)


=== Check Network ===
=== Check Network ===
Confirmed users
487

edits

Navigation menu