Jump to content

Mobile application testing

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Martinbf (talk | contribs) at 06:33, 7 May 2012 (Created page with ''''Mobile application testing''' is a process by which application software developed for hand held mobile devices is tested for its functionality, usability...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Mobile application testing is a process by which application software developed for hand held mobile devices is tested for its functionality, usability and consistency. Mobile applications either come pre-installed or can be installed from mobile software distribution platforms. Mobile devices have witnessed a phenomenal growth in the past few years. A study conducted by the Yankee Group [1] predicts the generation of $4.2 billion in revenue by 2013 through 7 billion U.S. smartphone app downloads.

Key Challenges in Mobile Application Testing

Variety of Mobile Devices: Mobile devices differ in screen sizes, input methods (QWERTY, touch, normal) with different hardware capabilities

Diversity in Mobile Platforms/OS: There are different Mobile Operating Systems in the market. The major ones are Android, IOS, BREW, BREWMP, Symbian, Windows 7.5 Mango, and Blackberry (RIM). Each operating system has its own limitations. Testing a single application across multiple devices running on the same platform and every platform poses a unique challenge for testers.

Mobile network operators: There are over 400 mobile network operators in the world;[2] out of which some are CDMA, some GSM, whereas others use less common network standards like FOMA, and TD-SCDMA. Each network operator uses a different kind network infrastructure and this limits the flow of information.

Scripting: The variety of devices makes executing the test script (Scripting) a key challenge.As devices differ in keystrokes, input methods, menu structure and display properties a single script doesn’t function on every device.

Types of Mobile Application Testing

Functional Testing: Functional testing ensures that the application is working as per the requirements. Most of the test conducted for this is driven by the user interface and call flows.

Laboratory Testing: Laboratory testing, usually carried out by network carriers, is done bysimulating the complete wireless network. This test is performed to find out any glitches when a mobile application uses voice and/or data connection to perform some functions.

Performance Testing: This testing process is undertaken to check the performance and behavior of the application under certain conditions such as low battery, bad network coverage, low available memory, simultaneous access to application’s server by several users and other conditions. Performance of an application can be affected from two sides: application’s server side and client’s side. Performance testing is carried out to check both.

Memory Leakage Testing:Memory leakage happens when a computer program or application is unable to manage the memory it is allocated resulting in poor performance of the application and the overall slowdown of the system. As mobile devices have significant constraints of available memory, memory leakage testing is crucial for the proper functioning of an application.

Interrupt Testing: An application while functioning may face several interruptions like incoming calls or network coverage outage and recovery. The different types of interruptions are:

  • Incoming and Outgoing SMS and MMS
  • Incoming and Outgoing calls
  • Incoming Notifications
  • Battery Removal
  • Cable Insertion and Removal for data transfer
  • Network outage and recovery
  • Media Player on/off
  • Device Power cycle

An application should be able to handle these interruptions by going into a suspended state and resuming afterwards.

Usability testing: Usability testing is carried out to verify if the application is achieving its goals and getting a favorable response from users as the usability of an application is its key to commercial success.

Installation testing: Certain mobile applications come pre-installed on the device whereas others have to be installed from the store. Installation testing verifies that the installation process goes smoothly without the user having to face any difficulty. This testing process covers installation, update and uninstallation of an application.

Certification Testing: To get compliance certificate each mobile device needs to be tested against the guidelines set by different mobile platforms.

Different Mobile Application Testing Tools

  • eggPlant: eggPlant [3] is a GUI (Graphical User Interface) based automated test tool delivering a robotic solution to mobile testing across all operating systems and devices.
  • Device Anywhere [4]: A cloud based platform for carrying out testing and monitoring the functionality, usability, performance and availability of mobile applications.



References

  1. ^ "'Yankee Group Predicts $4.2 Billion Mobile App Gold Rush by 2013',Yankee Group Press Release,September 22, 2009". Yankeegroup.com. Retrieved 2012-05-02.
  2. ^ "Testing Strategies and Tactics for Mobile Applications, Keynote White Paper" (PDF). Keynote.com. Retrieved 2012-05-02.
  3. ^ "eggPlant for mobile device testing". Testplant.com. Retrieved 2012-05-02.
  4. ^ "Enterprise-Class Mobile App Lifecycle Management (mALM)". Keynotedeviceanywhere.com. Retrieved 2012-05-02.