Anyone know of any good resources to get me started with test driven development on the Android platform?
+10
A:
Diego Torres Milano's blog is a good resource for learning about test driven development on the Android platform.
I found his presentation at Droidcon to be a good introduction: Testing on Android
Here are a few highlights from his blog:
- Mock Context
- GUI Testing
- Android Testing: ContentProvider integration test using mock content
- Temperature Converter Example
Also check out Robotium, a great libray for GUI testing (It's like Selenium, but for Android)
Sarp Centel
2010-02-25 20:12:21