What is Robotium Robotium is a test framework created to make it easy to write powerful and robust automatic black-box test cases for Android applications. With the support of Robotium, test case developers can write function, system and acceptance test scenarios, spanning multiple Android activities. Robotium has full support for Activities, Dialogs, Toasts, Menus and Context Menus. Robotium is a Free tool, can be used by individuals and Enterprises. Robotium is a �Black Box� testing tool that is able to simulate and automate user interaction such as touching, clicking, text entry and any other gesture that is possible on a touch device. The tests could either be executed on the Android simulator (AVD � Android Virtual Device) or on a real device. Robotium is built on the Java programming language and the JUnit test framework. Robotium can be used both for testing applications where the source code is available and applications where only the...