Tuesday, August 17, 2010

My Views in Testing Mobile Application

In this blog I would like to share my views on how can the testing approach be with respect to mobile applications. I have first categorized it as:

  • Porting/Installation of an application
  • Interruption to an application with other supported functions in mobile
  • Functional testing of an application
  • Error handling

In Detail:

Porting/Installation

  1. Porting the build onto mobile/device should be tested. Unloading and reloading of an app also.
  2. Porting (.jad/.jar) file or other build mechanism testing should be successful. As an example Incase of Palm it is through command line we need to build first and then install it. If URL based download is supported, that should also be tested properly. Eg: For an Android Application the build can be directly installed from the Email.
  3. After successful porting of application delete the icon and check how you can get it back easily. Eg: If it is in case of iPhone app deleting icon is just the uninstallation of app. In case of Android it is not that case.
  4. Try to install application when there is no enough memory in the phone.
Its basically verifying against all the supported options for porting apps to mobile/device



Interruption:

  1. Blue tooth, Infrared interruption
  2. Call (Accept/Reject/Establish) interruption
  3. Voice sms/simple sms interruption
  4. Key press (Eg. when one of the screen in app is opened and when the Del key in the mobile key board is pressed what happens..)
  5. Low Memory
  6. Charger effect
  7. Battery consumption, Removal etc..




Functional:

  1. Menu navigation: check if all the links there, are taking you to the right page or not.
  2. How the page is placed in landscape view and portrait view
  3. Application or page loading time
  4. Logo and background colour should be in sync across the application
  5. Giving interrupts at each screen (loading screen, main menu etc.). Eg: Call to the mobile while the application is loading and check what happens

Error Message handling:

  1. If your application runs only with Internet,  access the application when Internet is down and check if your getting proper error message
  2. when the application is taking lot of time to load
  3. when there are interrupts how is the behavior

1 comment:

  1. Thanks for sharing the points here Priyanka. Here is one more checklist which covers more such scenarios.

    http://www.testingdiaries.com/mobile-testing-checklist/

    ReplyDelete