About 50 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 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, …

  4. 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.

  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. 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 …

  9. 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 …

  10. Build instrumented tests | Test your app on Android | Android …

    Feb 10, 2025 · Before you begin, you should add AndroidX Test APIs, which allow you to quickly build and run instrumented test code for your apps. AndroidX Test includes a JUnit 4 test …