About 400 results
Open links in new tab
  1. Test your app | Android Studio | Android Developers

    Apr 12, 2023 · This page describes various tools that help you create, configure, and run your tests from Android Studio or the command line. If you want to learn more about the …

  2. Fundamentals of testing Android apps

    Dec 8, 2025 · Big local test: You can use an Android simulator that runs locally, such as Robolectric. Small instrumented test: You can verify that your code works well with a …

  3. Test apps on Android | Test your app on Android - Android …

    Feb 10, 2025 · Discover the latest app development tools, platform updates, training, and documentation for developers across every Android device.

  4. Test in Android Studio

    Jul 15, 2025 · Android Studio provides integrated tools that allow you to configure how you want to deploy your tests to Firebase Test Lab. After you have created a Firebase project, you can …

  5. Other testing tools | Android Studio | Android Developers

    Apr 12, 2023 · To create a basic test using Espresso Test Recorder, use the tool to record yourself interacting with your app using an Android Virtual Device. To configure more …

  6. Automate UI tests | Test your app on Android | Android Developers

    Feb 10, 2025 · In your test code, you can use UI testing frameworks to simulate user interactions on the target app, in order to perform testing tasks that cover specific usage scenarios.

  7. monkeyrunner | Android Studio | Android Developers

    Jan 3, 2024 · With monkeyrunner, you can write a Python program that installs an Android app or test package, runs it, sends keystrokes to it, takes screenshots of its user interface, and stores …

  8. Android Studio tools for XR

    Dec 8, 2025 · The Android XR Emulator provides virtualized XR devices for testing and debugging your XR apps in Android Studio. It emulates XR devices, allowing you to experience your app …

  9. Test your app's accessibility - App quality | Android Developers

    Apr 30, 2024 · The Android platform supports several testing frameworks, such as Espresso, which lets you create and run automated tests that evaluate the accessibility of your app.

  10. Screenshot testing | Test your app on Android | Android Developers

    Feb 10, 2025 · You can use third-party tools to create both instrumented and local screenshot tests. If you use Compose, you can use the official Compose Preview Screenshot testing tool.