Created
May 29, 2011 14:07
-
-
Save adamgoucher/997801 to your computer and use it in GitHub Desktop.
What would a Testing Android book look like?
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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