-
Notifications
You must be signed in to change notification settings - Fork 108
Running Tests
Omer Cansizoglu edited this page May 21, 2014
·
1 revision
Without Maven:
1- Get dependency libraries and place into tests/Functional/libs Libraries:
- android-junit-report-1.5.8.jar https://github.com/downloads/jsankey/android-junit-report/android-junit-report-1.5.8.jar
- dexmaker-mockito.jar https://dexmaker.googlecode.com/files/dexmaker-mockito-1.0.jar
- dexmaker.jar https://dexmaker.googlecode.com/files/dexmaker-1.0.jar
- mockito-all.jar https://mockito.googlecode.com/files/mockito-all-1.9.5.jar
- robotium-solo.jar https://robotium.googlecode.com/files/robotium-solo-5.0.1.jar
2- Import test project and instrumentaiton test app at tests/testapp into Eclipse
3- Right click on test project and run jUnit Tests
4- Choose AVD from the list
5- Test instrumentation app will be installed and tests will be executed
- Error Handling
- Auth Telemetry
- Logging
- Doze and App Standby
- ProGuard
- Session Cookies in WebView
- Resource Overrides