12 different types of mobile testing with real life examples

12 Types of Mobile Testing With Real-life Examples

With millions of mobile app options available in the market, customers have many options; mobile phones have progressed far beyond their purpose and functional value.  Nonetheless, we cannot dispute that mobile phones are and will continue to be essential consumer products in the market. With the enormous number of applications, the need for different types of mobile testing also increases.

Before getting into this, ask yourself, “How would a day be different without a cell phone?” You’d be thinking no, wouldn’t you? Something along the lines of ‘it’s nearly impossible.’

Mobiles have different models, screen resolutions, operating systems, network types, hardware configurations, etc. How to make sure that an application works fine on all these different combinations? Also, how to test the hardware of the mobile phone itself? Is it supporting all the software as it should?This implies the importance and need for Mobile Testing. To answer all these questions, we need exhaustive mobile testing in place. Let us look at the most popular types of mobile testing for applications and hardware.

What are Different Types of Mobile Testing?

1. Functional Testing

Mobile devices and other types of devices can also perform functional Testing. But in this article, we will keep the scope limited to mobile. 

As a type of mobile testing, functional testing ensures that the application works as per the requirements. We check that all the functionalities are working as intended. Functional testing provides a quality product, meets product requirements, ensure customer satisfaction, and reduce risk.

Example: Let’s take an example of an e-commerce mobile app.

Function: User is able to add product in the cart. A user logins into an app searches a product and adds a product to the cart. Here we have validated that the ‘Add to cart’ functionality is working fine.

Objectives of Functional Testing

Perform Functional testing for mobile applications as follows:

i. Unit TestingDevelopers execute unit tests for the smallest unit of code, whenever they commit new code in the code repository.

Example: Consider a small unit like ‘login’ from an e-commerce app to test during unit testing.

ii. Integration TestingIs Testing different systems for Integration and working .

Example: Here, we test integrating two or more modules, like- from cart to do a payment module.

iii. End-to-End Testing – Is testing the whole system using the actual devices, either automated tools or manually. 

Example: We check the flow starting from login->search->add to cart->payment.

We perform testing from the starting of the flow till the end of the flow. 

Automated Functional Testing tests if features are stable, don’t undergo many new changes, and should always have a long-term perspective. 

Now, Testsigma supports inspection and execution of your mobile test cases without any setup at your end. To know more about portable test cases, watch the webinar recording here.

2. Usability Testing

Testing mobile applications checks for a good user experience, good standard layout, intuitiveness of the UI, and users’ ease of use. The users should be able to perform tasks on the application quickly without putting in the effort to understand the layout and buttons.

Usability testing reqires real devices to perform and users to gain insights into the user experience. The users are provided with test cases/tasks to complete on the application, and then a questionnaire is provided to them. The feedback from the usability testing helps to enhance the application for user-friendliness and bug removal.

Hence, the steps involved are-

Steps of Usability Testing
  1. Plan usability testing, write test cases and create test cycles
  2. Select appropriate users as testing candidates
  3. Get testing done by actual users
  4. Receiving feedback through a questionnaire and result in analysis
  5. Reporting and performing enhancements on the application

Example: Let’s assume that we have created a new app for e-learning. We may ask our users to use the app for searching a course of their choice and take a few classes on it after making the payment. We may have questions in the questionnaire like-

  • Was it intuitive and easy for them to navigate through all pages?
  • Did they find the assessment after the class easy and self-explanatory?
  • Were the visuals present in the classes pleasing to the eyes?
  • What do they want to change in the app?
  • What needs to be better?
  • Did they feel overwhelmed by the app at some point and want to exit it?

Popular mobile testing tools for usability testing:

  • Lookback
  • Appsee
  • Applause
  • Userlytics
  • Loop 11

You may learn more about steps to perform Usability Testing, a type of mobile testing. Read more about such tools here

3. Compatibility Testing

Compatibility testing ensures whether the mobile app is working and compatible with all the different types of mobile devices you aim to support. This testing is crucial to ensure standard usage and performance of your app on various devices, operating systems, hardware, browsers, and their different versions.

Compatibility testing performs on a range of probable environments, including:

  • Operating Systems- Windows, iOS, Android, etc.
  • Browsers- Firefox, Chrome, Safari, etc.
  • Devices varying in screen size, resolution, memory, etc. 
Types of Mobile Testing - Compatibility Testing

Here we are dealing with thousands of probable environments. Therefore it isn’t easy to perform it manually. 

Let’s take an example of Amazon Prime video; it is compatible with iOS and Android smartphones and tablets. Also, it is compatible with a range of smart TVs, Blu-Ray players, PlayStations, etc., which results in thousands of combinations of devices, OS, resolutions, screen sizes, etc.

In such scenarios where manual testing can take up a lot of your time and costs, it is advisable to go for a tool that helps you do most of it manually. Testsigma is one such tool that eases compatibility testing to a great extent. It provides thousands of environments that sethatSet up are ready to use without any setup and coding knowledge, set up test cases quickly, and start executing them.

Try Testsigma for a hassle-free iOS and Android automation and execution

Check how to automate your mobile application in 3 easy steps using Testsigma.

4. Performance Testing

Performance testing ensures that the mobile application remains stable, functional, and responsive under an increased workload. The workload can be in terms of mobile device usage or website usage in the case of the mobile web.

These tests are really important to have a mobile application which does not stop functioning under varied load. Users may not think twice about switching from a bad performing application and you don’t have to think much about it if you did your performance testing well.

Parameters measured during performance testing ( for mobile ) include – speed, memory consumption, battery life, data transfer, etc.

Different types of performance tests are-

types of performance tests

i. Load tests

We test the application performance by providing real-life expected load, i.e., expected number of users.

Example: Let’s say the expected load on a music streaming app is 20000 users per day. So we will test it for different geo-locations, maximum users per day, session times, etc., ensuring that the app performs well under that load.

ii. Stress tests

We test the application performance by providing a higher than real life expected load. This helps in realising the breaking point of the application under a higher load. This helps ensure that the application will perform well even in case of unexpectedly high load.

Example: You must have heard of result declaring websites crashing on the day of result declaration. Or e-commerce apps are failing on the day of big sales. In mentioned examples, lacked sufficient stress tests, or the load estimates were not in tandem with the actual usage. 

iii. Endurance tests

We test the application performance by providing workload for a longer time to test its endurance.

Example: A banking application expects increased online transactions before bank holidays. These transactions keep happening throughout the day. Endurance tests ensure that the app performs well during such scenarios.

Some majorly used tools for this purpose are: LoadRunner, LoadComplete

iv. Volume tests

We test the application performance by providing a high volume of transactions/ data to the application for processing. This testing is also similar to load testing, endurance testing.

Example: The tax-filing website sees a high volume of submissions on the last day. Volume tests ensures that the website can handle such senarios, This includes- database, memory, CPU usage etc.

Majorly used Tools: JMeter, LoadRunner

v. Spike tests

We test the application performance by providing a number of sudden increases (spikes) and sudden decreases in workload.

Example: When an OTT platform like Netflix releases a famous web series, there is a flock of users on that platform. This causes an extreme spike in the workload for some time, after which the app usage returns to normal levels. Spike tests take care of such scenarios because it is challenging to have so many real users to test; we use automated tools to create virtual users.

Majorly used Tools: JMeter, LoadRunner

5. Security Testing

When we talk about Mobile Security testing, we need to cover below points-

  • Authentication and Authorisation: Inefficient authentication and authorisation checks in the code may invite malicious attacks.
  • Data Security: An application may expose sensitive data to other applications on the mobile phone and may cause intentional harm.
  • Removing Hacking possibilities: Hackers are looking for vulnerabilities to find a way to hack the mobile phone and gain access.
  • Safe communication: Transmission of sensitive data over networks without encryption may cause havoc to user sensitive data.

Three ways to perform Mobile Security Testing:

Static and Dynamic Security Testing

1. Static analysis:

Code analysis identifies vulnerabilities and verifies the implementation of security measures. . Static analysis executes without the application itself. It can be done manually, using automated tools, or through a hybrid approach. During the manual review, we can take the help of the IDE’sIDE or manually check the API and database calls. Many IDEs provide plug-ins and external tools to perform automated static analysis

2. Dynamic analysis:

The applications are executed in real-time and tested for weak spots like authentication/authorisation issues, server issues, data transfer breaches.

3. Penetration testing:

It is a type of security testing conducted on a fully developed application. There are automated tools available for performing penetration testing on mobile applications. Read More on Penetration Testing Tools.

The response model might risk authentication if it uses a basic HTTP protocol. And hackers may steal the authentication information from here to break the system. Therefore, we should use a secure SSL protocol for authentication. That was just a basic security test. But it should give you an idea of its importance.

6. Installation Testing

When this type of testing is specific to a mobile, we test the ease and success of installing an application in various environments. Check for the components of the application are working in coordination and Installed. This also means that we need to check the uninstallation process. Delete All related files when uninstalling the application from the device.

Installation Testing

We check the below points while performing Installation Testing-

  • Compatibility with the OS, hardware, devices, and their versions.
  • Where does the application gets stored? i.e., internal memory or SD memory.
  • Upgrade to a higher version should adequately work. The older version should work successfully If the upgrade is interrupted mid-way.
  • Check for memory space and behavior of application during installation. The application should show the appropriate message if there is insufficient memory.
  • Check for the battery and behavior of the application during installation.

Example: An app is tested for installation, during the installation process the network is changed from wi-fi to mobile device’s 4G connection. We would want to confirm that the change in network connection doesn’t stop the app installation in the middle.

Another example is that an app is not properly tested for the forced stop of installation in the middle of the installation process. When used in real-life scenarios, apps when forced breaking the installation process app may cause some unexpected behaviour on the mobile device.

7. Localization Testing

It is a customization process that ensures that the application is compatible with the language/currency of the country or region used. This type of mobile testing provides the use GUI of the application appropriately and customized to make it relevant to the country of use.

Types of Mobile Testing - Localization Testing

We check the following during Localization Testing:

  • Linguistic accuracy
  • Cultural appropriateness
  • Messages, help documents, and commands are by the country/region
  • Properly customized symbols, logos, and inputs for the application.

Example of a localization: For an e-commerce website there is no option to change the currency to the local currency of the country. It is a localization testing related bug. 

Automation of the Localization testing:

Automation of the localization testing is challenging due to the variation in text lengths in different languages, the difference in currencies, zip-codes, symbols. Definitely writing the automation code covering all of these differences is quite challenging. To identify the ‘Web-elements’ can also become difficult with different languages.

Example: The caption ‘Cancel’ helps recognize the UI element(button). In any other language, it will be different. Hence, it is required to use a locator which remains constant in all the languages.

Automation is difficult to implement, however, could be really rewarding in handling large projects. Implementing automated tests from the early-development be helpful for everyone in the team.

8. Exploratory Testing

“Exploratory Testing is not so much a thing that you do; it’s far more a way that you think.“, is a quote by Michael Bolton. Which clearly states that it is done by humans and not machines since machines/ automation cannot think. Exploratory testing means manually exploring the application to find its limitations and loopholes. Here, testers are not bound to follow the scripted tests, they run test cases on the fly by applying their thinking and creativity.

Types of Mobile Testing- Exploratory Testing

When considering this as a type of mobile testing, the testers explore the applications for-

  • Compatibility on multiple devices
  • Easy keypad usage
  • Speed of the application
  • Performance on interruptions by SMS, calls, and notifications
  • Visual testing of the application in portrait and landscape mode of the device
  • Proper display of navigation on the screen

Example: In real life when we are travelling through a car and we do not know the route, what do we do? That’s right, we explore! We explore by asking the people around or calling a friend or use the road signs. We explore on the fly and this is exactly the same as exploratory testing. 

Consider a travel booking mobile app. On that app, a user usually applies a coupon code after they have decided the travel. But an exploratory test could be that the coupon was applied and then the user decided to do more of exploring and then change the travel details. 

There are no scripted test cases in exploratory testing. This testing is essential because your users will not use your app according to how you scripted it. They will use their brains and tend to explore your app without following a standard protocol. Sometimes, it is during this testing that major app crashes and security issues are uncovered.

9. Interruption Testing

This is the type of testing which is very important for mobile devices because there are a number of interruptions that can occur during an app use on a mobile device.

The main motive of this testing is that – while using an application if an interruption occurs then an application should be able to resume its state. To test that an application is able to resume work in case of an interruption is Interruption Testing. 
Let us consider an example of a bug that came about because proper interruption testing was not performed on a mobile game app. The person was playing on the app, he was on a crucial stage and was about to finish the last stage of the game when the battery died.

The person quickly plugged it into charging and restarted the app, only to find that all their progress was lost. This app was not testing for interruption testing where the interruption was battery discharge.
During running an app, if a voice call comes over the phone then also that is an interruption. The app should not freeze/ or restart from the beginning after ending the voice call. The expected behaviour is that the app should resume the game from where the user left it.

 Interruptions for a mobile application can be-

  • SMS
  • Internet disconnection
  • Device getting auto-locked while performing some other task like video/meeting
  • Incoming call 
  • Notification from other applications
  • Alarm
  • Low battery notification
  • Connecting charger

Interruptions for Mobile

 In case of interruption, the application starts running in the background and when resumed, it again starts working where we had left. Hence, Interruption Testing ensures the below points-

  • Application is not crashed or hanged
  • Application is resumed successfully
  • If we do not tap on the interruption, the application successfully ignores the interruption.

We have tools for performing interruption Testing, e.g., UI AutoMonkey for iOS.

10. Memory Leak Testing

Most of the Android applications are coded in Java. Fortunately, Java has its own garbage collection which frees all the memory which is unnecessary and unused. At times there can be some scenarios where the previously used memory is not deallocated. Hence the pile of unused and occupied memory keeps on increasing. This causes applications to crash because of less memory at disposal. This phenomenon is called a memory leak.

Memory Leak in Java

Memory Leak Testing cannot be performed using black-box techniques. Hence, it is performed via white-box techniques at the code level. Also, it is better to unit test the application to catch the memory leaks early in the development cycle.

It is advisable to test on multiple devices to understand the memory leak pattern better and get it fixed.

When this type of testing is not performed on a mobile application, it may cause the application to slow down and then finally crash in the middle of the user operations. To rectify such situations, the user needs to restart the application again and definitely is not a good user experience.

Tools to detect memory leak:

  • Profiling tools like IDE e.g. Visual Studio, they help us determine which area of application is using how much memory.
  • Memory Validator- Memory leak analysis for C#, .Net, C++
  • Valgrind memcheck- Memory leaks for C and C++

11. Recovery Testing

During Recovery Testing, we test how well the application copes up with a failure and starts working again. It is a non-functional testing type.

The failure can be :

  • Software failure
  • Connection issues
  • Device hardware issue
Recovery Testing

During Recovery Testing, as a type of mobile testing, we will check that application is able to restore the data after recovery. Another example could be that the mobile application is able to execute transactions during low battery or battery removal.

Example: When we have multiple tabs of a browser open in a system and suddenly the browser crashes. When we restart the browser does it recover all the open sessions? This is recovery and to ensure this we perform recovery testing.

12. Bluetooth and Wi-Fi Testing

Bluetooth and Wi-Fi are not application-related features. They are mobile-related features and is a type of testing that is required during mobile testing.

Bluetooth Testing:

A mobile phone may be connected via Bluetooth to speakers, laptops, another mobile phone, etc. It is important to test the connectivity under different scenarios. Few of them could be-

  • Test the time for reconnection after a dropped connection
  • Test connections after restarting the mobile phone
  • Test connectivity while the mobile phone is already connected to other devices
  • Test on different devices and OS
  • Battery performance while a connection is on
  • Optimised file transfer

Example: The Bluetooth of the mobile phone has been checked for phone-to-phone connectivity on multiple devices. You find it working and are happy with the testing. Then one day a user tries to connect the phone’s Bluetooth to the car’s Bluetooth to play songs. What if it does not work? It will be a really bad user experience. 

Similarly, during Covid-19 we have seen many countries adopting contact tracing apps which work solely on Bluetooth. If the Bluetooth testing of the mobile devices is not proper, the Govt. will receive false information about the contact traces.

Wi-Fi Testing:

Mobile and its applications should work perfectly when connected to Wi-Fi. Few scenarios for Wi-Fi testing could be-

  • When Wi-Fi connectivity is lost and then gained again, the application should resume.
  • Test behaviour of the application when the network type is changed – 3G, 4G, and Wi-Fi.
  • Check the Wi-Fi speed
  • Test the security of the Wi-Fi network, it should be safe from hackers  

Example: A mobile app is working fine on Wi-Fi and other network types. Suddenly the internet connection is lost and you try to connect with another device’s internet network using tethering to continue the app usage. But why is it not working? Maybe the testing was not performed on the app to work on tethering mode.

Here is a quick mobile testing checklist to go about testing your mobile applications.

Cloud computing is growing, especially as we are all used to having our mobile devices link us to data wherever we are.said Steve Wozniak. This quote is apt to conclude this article as it perfectly depicts the importance of mobile and mobile applications.


Test automation made easy

Start your smart continuous testing journey today with Testsigma.

SHARE THIS BLOG

RELATED POSTS


Accessibility Testing Tools_banner image
Mobile App Performance Testing: Tools and Checklist
Test Cases for Mobile Application & How to Use for Testing
Test Cases for Mobile Application & How to Use for Testing
Mobile First Design - A Complete Overview
Mobile First Design | What It is, Why & How to Perform?