This week the version 5.0.1 of Robotium was released. The latest version has of course again many improvements and some new functionalities (methods) like pressSoftKeyboardNextButton()
, waitForEmptyActivityStack(int timeout)
or Solo.config
. With Solo.config
you have now different configuration options for your project. For further information check the latest javadoc.
The new version has also a new package name com.robotium.solo
. To see all the new features check the example project or download Robotium 5.0.1 from here.
Robotium Recorder
The biggest update that came with the new version of Robotium is Robotium Recorder! With the recorder you are able to capture your test steps of your app and to automatically
import the results to your test project. Robotium Recorder is an Eclipse plugin and can be installed from the following URL “http://recorder.robotium.com/update“. To install it, open eclipse and navigate to: Help --> Install New Software
. Copy the URL in the “Work with” field and press Enter, wait while eclipse is loading the plugin and follow the wizard to install it. The full installation guide can be found here.