ANDROID
DEVELOPMENT
TESTING APPLICATIONS
Krishna Engineering College, Coimbatore
Agenda
   Testing with Eclipse and ADT
   How to Test Android Applications
   Demo
   QA
Testing Framework
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
Testing Standard Structure
    Test,Test Case Classes, Test Packages and Test
     Projects
    Logic : Junit Test is a method, whose statements test
     a part of the application under testing scenarios
    Organize test methods into classes – Test Classes

  How   to create Test Project in Eclipse
  Android Test API is JUNIT API – extended with
   Instrumentation framework + Android specific
   testing classes
Code and Run
   Hello World
Discussions…
muthugv@ovi.com
9894238404
http://office.gvmuthu.com
http://twitter.com/#!/gvmuthu

Android Testing - How to