About 55,300 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 | Test your app on Android ...

    Aug 8, 2025 · You can manually test your app by navigating through it. You might use different devices and emulators, change the system language, and try to generate every user error or …

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

    Feb 10, 2025 · The second developer preview of Android 16 is now available to test with your apps. This build includes changes designed to enhance the app experience, improve battery …

  4. Test in Android Studio

    Jul 15, 2025 · Using Firebase Test Lab, you can simultaneously test your app on many popular Android devices and device configurations (different combinations of locale, orientation, …

  5. Advanced test setup | Android Studio | Android Developers

    Apr 12, 2023 · Test in Android Studio and Test from the command line explain how to set up and run basic test configurations. However, when your app and its test requirements get more …

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

    Feb 10, 2025 · To run instrumented UI tests using Android Studio, you implement your test code in a separate Android test folder - src/androidTest/java. The Android Gradle Plugin builds a …

  7. Test from the command line - Android Developers

    Apr 3, 2024 · To run a test from the command line, run adb shell to start a command-line shell on your device or emulator. Inside that shell you can interact with the activity manager using the …

  8. Testing strategies | Test your app on Android | Android Developers

    Jul 15, 2025 · An application test verifies the functionality of the entire application in the form of a deployable binary. They are large integration tests that use a debuggable binary, such as a …

  9. Robolectric strategies | Test your app on Android | Android …

    Feb 10, 2025 · Robolectric is an open-source framework maintained by Google that lets you run tests in a simulated Android environment inside a JVM, without the overhead and flakiness of …

  10. What to test in Android

    Feb 10, 2025 · What you should test depends on factors such as the type of app, the development team, the amount of legacy code, and the architecture used. The following …