Jump to content

Robotium

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 2601:645:8302:7390:312f:19dd:ac58:55ab (talk) at 03:40, 11 March 2016. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Robotium is an open-source test framework for writing automatic gray box testing cases for Android applications.[1] With the support of Robotium, test case developers can write function, system and acceptance test scenarios, spanning multiple Android activities. Robotium can be used both for testing applications where the source code is available and applications where only the APK file is available and the implementation details are not known.

The framework is released under Apache License 2.0. Its founder and main developer is Renas Reda. Version 5.0.1 was released on January 5, 2014.

Robotium is similar to Selenium, but for Android. It has support for Android features such as activities, toasts, menus and context menus.

Robotium API has been extended with extension library (ExtSolo).[2] Robotium ExtSolo was launched as an open source project in February 2016 and is available in Github.[3]

See also

References

  1. ^ Sigge (27 January 2010). "Robotium: Android automation testing taken one step further". Happytesting. WordPress.com.
  2. ^ Ville-Veikko Helppi (29 February 2016). "Robotium ExtSolo Library is Now Open Source".
  3. ^ Bitbar (29 February 2016). "Robotium ExtSolo Library is Now Open Source".


Template:Android-stub