Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Automated GUI testing framework for Android [closed]

Tags:

android

Does there exist an automated GUI testing framework for Android?

like image 766
zer0stimulus Avatar asked Jul 14 '10 22:07

zer0stimulus


People also ask

What is automated testing in Android?

UI Automator (Android 4.3, API level 18 or higher) is a UI testing framework suitable for cross-app functional UI testing across system and installed apps. The UI Automator APIs allows you to perform operations such as opening the Settings menu or the app launcher on a test device.

Is a mobile test automation framework for Android?

Appium is a mobile test automation framework (and tool) for native, hybrid and web apps for iOS and Android. It uses JSONWireProtocol internally to interact with iOS and Android apps using Selenium's WebDriver.

Which framework is used for UI automation?

An open-source framework with a rich open source community, Appium is perhaps the most commonly used framework for automation testing mobile UI – Android andopen-source iOS. It can be used to test both native and hybrid apps, and as it's a cross-platform tool, the same test can be performed on various platforms.

What is espresso used for Android?

Use Espresso to write concise, beautiful, and reliable Android UI tests. The core API is small, predictable, and easy to learn and yet remains open for customization.


2 Answers

There is also a Robotium framework.

like image 115
Sad Developer Avatar answered Sep 28 '22 01:09

Sad Developer


Yes, there is support baked right into the SDK. Check out the Activity Testing topic on the Android dev site.

like image 43
Marc Bernstein Avatar answered Sep 27 '22 23:09

Marc Bernstein