Skip to content

Instantly share code, notes, and snippets.

@adamgoucher
Created May 29, 2011 14:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adamgoucher/997801 to your computer and use it in GitHub Desktop.
Save adamgoucher/997801 to your computer and use it in GitHub Desktop.
What would a Testing Android book look like?
So what would a 'Testing Android' book look like?
Part One
1 - High-level overview of the moving parts of Android
* Activities
* Services
* Broadcast Receivers
* Content Providers
2 - Introduction to the Sample App
* App
* Environment (CI, etc.)
Part Two - Activities
3 - Checking Activities
* JUnit
* Mocks
* WebDriver
4 - Testing Activities
Part Three - Services
5 - Checking Activities
6 - Testing Activities
Part Three - Broadcast Receivers
7 - Checking Activities
8 - Testing Activities
Part Three - Content Providers
9 - Checking Activities
10 - Testing Activities
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment