About 55,400 results
Open links in new tab
  1. 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 traverse every …

  2. 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 fundamentals of testing and …

  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, screen size, and …

  4. Test apps on Android | Test your app on Android | Android Developers

    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 advanced, you …

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

  7. 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 sections outline what a beginner …

  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 dev build …

  9. コマンドラインからテストする | Android Studio | Android Developers

    Android Gradle プラグインを使用すると、コマンドラインを使用して Gradle プロジェクトからテストを実行できます。 以下の表は、Gradle を使用してテストを実行する方法をまとめたものです。

  10. 從指令列進行測試 | Android Studio | Android Developers

    本文說明如何直接從指令列執行測試。 這份文件假設您已瞭解如何建立 Android 應用程式以及為應用程式編寫測試程式碼。 如要進一步瞭解如何為應用程式建構測試作業,請參閱「在 Android 上測試應用 …