/sample-android-testing

Resources for testing Android applications

Primary LanguageJavaMIT LicenseMIT

sample-android-testing

Resources for testing Android applications

Unit Testing

Version 1.1 of Android Studio added support unit testing. You can learn more about it here. I recommend using JUnit and Mockito for most unit testing efforts. Here are some resources that you can use to learn about unit testing Android applications.

To Read

To Watch

Integration Testing

There are a few options available for integration testing however, Robotium is currently the most popular. Here are some resources that you can use to learn about integration testing with Robotium in Android applications.

To Read

To Watch