Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robotiumtech/robotium
Android UI Testing
https://github.com/robotiumtech/robotium
Last synced: 20 days ago
JSON representation
Android UI Testing
- Host: GitHub
- URL: https://github.com/robotiumtech/robotium
- Owner: RobotiumTech
- License: apache-2.0
- Created: 2009-12-10T12:51:14.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2021-09-28T16:14:19.000Z (about 3 years ago)
- Last Synced: 2024-10-14T23:22:06.109Z (20 days ago)
- Language: Java
- Homepage: http://www.robotium.org
- Size: 2.26 MB
- Stars: 2,858
- Watchers: 247
- Forks: 785
- Open Issues: 90
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-android - Robotium - Test automation framework for black-box UI tests. (Libraries / Testing)
- awesome-android - Robotium - Test automation framework for black-box UI tests. (Libraries / Testing)
- awesome-android-cn - 官网
README
![Robotium](logo.png)
# User scenario testing for Android
Robotium is an Android test automation framework that has full support for native and hybrid applications. Robotium makes it easy to write powerful and robust automatic black-box UI tests for Android applications. With the support of Robotium, test case developers can write function, system and user acceptance test scenarios, spanning multiple Android activities.See [Questions & Answers](https://github.com/RobotiumTech/robotium/wiki/Questions-&-Answers) for common Robotium questions and answers.
See [Getting Started](https://github.com/RobotiumTech/robotium/wiki/Getting-Started) for instructions and examples on how to create your first Robotium tests.
Join the discussions in the [Robotium Developers Group](http://groups.google.com/group/robotium-developers).
----
### NEWS: Robotium 5.6.3 is released!
[Robotium 5.6.3](https://github.com/RobotiumTech/robotium/wiki/Downloads) is the fastest, most accurate and stable version of Robotium yet.New functionality includes: clickInRecyclerView(int itemIndex, int recyclerViewIndex, int id) and Config.sleepDuration, Config.sleepMiniDuration (to adjust the execution speed, lower means faster) and more. See the [Javadoc](http://recorder.robotium.com/javadoc/) for more information.
----
#### Robotium provides the following benefits:
* Test Android apps, both native and hybrid.
* Requires minimal knowledge of the application under test.
* The framework handles multiple Android activities automatically.
* Minimal time needed to write solid test cases.
* Readability of test cases is greatly improved, compared to standard instrumentation tests.
* Test cases are more robust due to the run-time binding to UI components.
* Fast test case execution.
* Integrates smoothly with Maven, Gradle or Ant to run tests as part of continuous integration.#### Robotium Recorder ####
* Check out [Robotium Recorder](http://Robotium.com) that will allow you to record Robotium test cases in minutes. Now also available for Android Studio!