Platform Interaction Testing

Android Debug Bridge (ADB)

  • Useful tool to analyze platform interaction

  • Used by developers and testers for runtime debugging

  • Comes as a bundle with platform tools

Emulator Setup

  • Download MEmu

  • Go to the install directory and delete adb.exe

  • Set root mode = Yes

Test Application

ADB Commands

Show attached devices

Push apk to the emulator

View the last 10 log entries

View the last 10 seconds log entries

View the log entries for a specific package only

Get command line access

Last updated

Was this helpful?