Embed presentation



![Testing Framework
J-Unit based Framework
Simple JUNIT Test Classes or Android JUNIT
Extensions
[ANDROID JUNIT] Component Specific Test
Case Classes
MOCK Objects & Methods to control the LifeCycle
Test Suites and Test Packages are similar to main
application packages – simple learning](https://image.slidesharecdn.com/androidws2-111103055638-phpapp01/85/Android-Testing-How-to-4-320.jpg)




This document discusses testing Android applications. It outlines using JUnit tests to test applications, with test classes and packages mirroring the application code structure. Mock objects and methods are used to control the lifecycle in component specific test cases. The document also covers creating a test project in Eclipse, using the Android test API which extends the JUnit API with instrumentation and Android-specific testing classes. It concludes with discussing a basic "Hello World" test code example.



![Testing Framework
J-Unit based Framework
Simple JUNIT Test Classes or Android JUNIT
Extensions
[ANDROID JUNIT] Component Specific Test
Case Classes
MOCK Objects & Methods to control the LifeCycle
Test Suites and Test Packages are similar to main
application packages – simple learning](https://image.slidesharecdn.com/androidws2-111103055638-phpapp01/85/Android-Testing-How-to-4-320.jpg)


