Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

5
  • 3
    Is there a way to auto launch app after build successfull ? Commented Jan 24, 2017 at 7:57
  • I can't find any way to auto launch app after build Commented Jan 27, 2017 at 12:18
  • 3
    @DhavalJivani launch it in an emulator you mean? If so that's just simple adb commands. You can even target a specific activity to launch. developer.android.com/studio/command-line/adb.html Commented Feb 18, 2017 at 6:32
  • @DhavalJivani what is best way to test android app in automation testing?. As for web we have selenium in python and node. Commented Nov 17, 2019 at 18:34
  • 1
    @HarshManvar Appium supports both Android and iOS platforms, making it a good choice if you need to automate tests for apps on multiple platforms. Appium supports multiple programming languages, including Java, Python, JavaScript, Ruby, and C#. This flexibility allows you to choose a language that your team is comfortable with. Commented Jan 4, 2024 at 7:16