Skip to content

adavis/sample-android-testing

Repository files navigation

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

About

Resources for testing Android applications

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages