Skip to content

adavis/sample-android-testing

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
app
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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