Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 495 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 495 Bytes

Robotium-Examples

Sample code for Android automation using Robotium

This is a sample test project for the notepad application provided in Robotium site. This can be downloaded from http://dl.bintray.com/robotium/generic/ExampleTestProject_AndroidStudio.zip

To use this we tests have to first set up the above project in Android Studio.

After this add the below mentioned robotium dependency to the app gradle file.

androidTestCompile 'com.jayway.android.robotium:robotium-solo:5.6.0'