Robotium uses set of classes (com.jayway.android.robotium.solo) for testing. This class supports test cases that span over multiple activities. Solo is integrated with the ActivityInstrumentationTestCase2.
Integration Robotium and ActivityInstrumentationTestCase2
Tester can write test cases without knowledge of application design (black box testing) by using Robotium test case classes. It is an outstanding feature compare to Android test case classes.
To use Robotium in your Android test project, you need follow the steps below
1:Install Robotium library to your test project
2:Use methods of solo classes to write test classes
3:Execute tests on device
4:Get test result