Back to Resources

Blog

Posted May 1, 2025

How to Choose Mobile Devices for Testing in 2025

Learn the latest best practices for knowing which mobile devices to test on, plus our recommended devices to test on by region and business size.

quote

With the rapidly increasing popularity and complexity of mobile apps, you need to make sure your app works as intended across various device models, operating systems, and browsers. But with tens of thousands of mobile device models on the market and more being released every year, how do you choose which devices to test on, and how many do you actually need to test on for comprehensive testing coverage?

In this article, we’ll provide best practices for selecting mobile devices to test, as well as our recommended devices to test on by region and business size.

Manual Testing vs. Automated Mobile Testing

Mobile application testing (MAT) is the process of testing mobile apps to ensure that mobile apps work as intended on any device or browser. Mobile testing can be done manually on real devices and emulators/simulators or with automation.

Deciding between manual testing and automated testing is the first step in choosing the right devices for testing. Manual testing is the most common form of mobile testing. It involves a multi-sensory approach that focuses on the user experience of your app. Humans use your app to test both how the user interface (UI) looks and how the interactive components “feel.”

Automated testing is a single-sense approach where a mobile test automation framework like Selenium, AppiumXCUITest, or Espresso runs test scripts that look for specific functional issues. Test automation is useful when you are running complicated, repetitive tests that are prone to error. 

There are benefits to each testing method. While manual testing may be more time-consuming than automated testing, you can get more specific, detailed feedback on user experience-related issues like performance, battery life, and usability. Humans are also better than computers at identifying certain issues, such as whether buttons on the screen overlap or are in the wrong place. However, if maximizing efficiency and cost-effectiveness is important to you, we recommend including test automation in your strategy. It will enable you to run tests more quickly and release new versions of your app more frequently. 

Given the benefits and capabilities of each testing method, we suggest you use an integrated testing approach that incorporates both manual and automated tests. For the best results, automate 80% of your test cases while performing 20% manually.

Best Practices for Choosing Mobile Devices for Testing

With so many mobile device models and manufacturers in the market, it’s no longer a safe bet to test only on Apple and Samsung devices. While iPhones are still the most popular mobile phones in every region, manufacturers like Xiaomi, Huawei, and OPPO are disrupting markets in densely populated regions like China and India. Given the magnitude of possibilities, deciding which devices to test on can be overwhelming.

Luckily, we’ve done some of the heavy lifting for you. Below are the best practices to keep in mind as you optimize your mobile device testing strategy.

Best Practice #1: Consider Your Target Users When Selecting Mobile Devices to Test

To ensure your testing coverage is as broad as possible, we recommend selecting your devices based on the most important factors to your target users/region. Engineering, app development, and QA teams can collaborate with Marketing to better understand the user personas and usage patterns of your target audience. If you don't yet have enough user data, you can begin by looking at external data sources to assess which devices are popular in your intended region/market. Helpful data points to consider:

  • Traffic volume

  • Market share

  • Recommended OS/OS version

  • Screen sizes

  • Popularity

  • Region

  • Industry

  • Company size

And if this isn’t your first rodeo, you can use the customer analytics/data from your app to inform your testing strategy and test coverage..

Best Practice #2: Select the Right Amount and Variety of Devices

To decide how many devices to test on, you first have to consider the type of tests you’ll be running. Since manual tests are more time-consuming, we suggest using a smaller selection (5-10) of the most popular devices for your target market/audience. For manual testing, it is also important to assess the risk of not testing on all devices, and think about a strategic mix of device models that will ensure optimal coverage. [For example, imagine if the requirement is to validate the functionality and layout of your app for the iPhone 13/14/15. You could limit your testing to just one of these device models, instead of testing on all three, as they all have no difference when it comes to screen size dimensions.]

With automated testing, you can afford to have a larger and broader range of devices in your arsenal. For public apps, we recommend running your automated tests on 25-30 different devices.

Depending on your target users, a testing strategy that incorporates both Android and iOS devices is your best bet for comprehensive testing coverage. Companies should consider the optimal device number based on the number/ size of teams involved in testing applications. For instance, the 10-20 device number generally tends to serve customers well when they have one or two teams testing the application. If there are more teams involved in testing other apps/ features, we recommend taking device availability into account which is influenced by the number of builds, PRs and more. Foldables and larger screen devices could also be considered for media, fintech, or enterprise apps. In general, leverage internal analytics alongside data tools (Statcounter, DeviceAtlas) for data-driven device selection.

Choosing devices for manual vs. automated testing

When selecting devices for manual testing, a general best practice is to include a high-end model, a low-end model, and a tablet (depending on your app) in your device mix. For iOS, this could look like testing on the following: one high-end iPhone (e.g., iPhone 16), one low-end iPhone (e.g., iPhone 10), and an iPad. For Android, like with iOS, a good practice is to focus on a popular device brand like Samsung and start with a high-end and low-end device. To get better brand coverage, you could add other top brands like Huawei and Xiaomi to your device selection. Similarly, including Google Pixel devices can give you a head start with testing the latest Android beta versions.

For automated testing, you can use the same device strategy (low/high-end devices), but add a larger mix of OS versions to get optimal coverage and ensure faster test execution. 

Test speed vs. granular device selection

Based on your need for speed, it can also serve your teams better to focus on choosing the right device rather than the granular elements of screen size, OS, and others. However, to ensure sufficient coverage you should select the Android and iOS devices that are used the most by your end-users. For example: Using Android 14/1 on Google Pixel or the latest from Samsung, and on the iOS side, going with iOS 17/18 on the latest models from iPhone 15 or the new 16.

While static allocation allows you more fine-grained control over the device used in your tests, it can also cause delays in your test execution if that device isn't available when you run your tests. Sauce Labs offers dynamic device allocation, to be used for all automated mobile application testing in CI/CD to allow you to move faster with your test execution. It allows you to specify the basic parameters for the platform, operating system, and/or type of device you want to use in your tests using regular expressions (regex) to dynamically allocate a device with your specifications from our real device pool.  

Recommended mobile devices by company size

Using the factors and considerations above, as well as other sources, here are some recommended mobile devices to choose from based on your organization size. Useful resources for researching and comparing mobile device models, specifications, and analyzing device traffic include GSMArena, PhoneArena, Statista.com, screensiz.es, gs.statcounter.com, and DeviceAtlas.

Startups:

  • Focus on basic but strategic coverage to balance cost with value.

  • Select a small mix of high-end and low-end iOS and Android devices, including smartphones and tablets. Add the latest Google Pixel model to test Android beta versions.

SMBs:

  • Expand coverage while staying efficient.

  • Broaden your device coverage by adding additional high-end and low-end iOS and Android models, plus other brands depending on popularity, market share, and your target market.

  • Use real-world usage data from Statcounter, GSMArena, and other relevant sites.

  • Prioritize OS version distribution and screen variety.

  • Update every 6–12 months based on market trends.

Enterprises:

  • Aim for comprehensive coverage across geographies, form factors, and user segments.

  • Include region-specific variants (e.g., Xiaomi in India, Huawei in China).

  • Maintain a tiered device pool: Include the most used 10–15 devices both globally and regionally. 

  • Update every 6–12 months based on market trends.

Best Practice #3: Periodically Reassess Your Device List

The mobile device market is constantly changing – new players will enter the market, established players like Apple will release their new devices annually, and others’ popularity may ebb and flow.

When planning your testing coverage, it’s important to consider current market conditions as well as upcoming releases. You should reassess your testing plan quarterly or biannually to incorporate new devices that become popular while reducing the priority of (or removing altogether) devices that are waning in popularity.

When selecting device versions, it’s helpful to look at the technical specifications of similar models. For example, if two versions are fairly similar, you can pick the latest version.

For Android devices, Google Pixel phones are always the first to support the latest version of Android OS. If you want to test your app on Android beta versions, Pixels are a good place to start.

  • iPhone 15

  • iPhone 15 Pro Max

  • iPhone 15 Pro

  • Galaxy A15 5G

  • Galaxy A15 4G

  • Samsung Galaxy S24 Ultra

  • iPhone 14

  • Galaxy A05

  • iPhone 16 Pro Max

  • iPhone 16 Pro

Recommended Mobile Devices by Region

Given the best practices we provided, here are some recommended mobile devices to choose from and add to your list.

North America

APAC

EMEA

iOS

iPad Mini/iPad Pro

iPad (latest)

iPhone 16

iPhone 16 Pro

iPhone 16 Pro Max

iPhone 15

iPhone 15 Pro

iPhone 15 Pro Max

iPhone 14

iPhone 14 Pro

iPhone 14 Pro Max

iPhone 13 

iPhone 13 Pro

iPhone 13 Pro Max

iPhone 12 

iPhone SE 2020 or 2022

iPhone XR or XS/11

iPhone 8/8 Plus

Android

Google Pixel 7/8/9

Samsung Galaxy 13/14

Samsung Galaxy A50/51/52

Samsung Galaxy A80

Samsung Galaxy S20/21

Samsung Galaxy S23

Samsung Galaxy S24

Samsung Galaxy S25

Samsung Galaxy S9/10

Samsung Galaxy Tab A8

Samsung Galaxy Tab S6/S7 

Samsung Galaxy Tab S6/S7/S8

Samsung Galaxy Tab S9 Ultra 

Samsung Galaxy Z Flip and Fold

Add the latest Pixel and iPhone devices with upcoming beta versions to your mix.

Android

Samsung Galaxy Z Flip and Fold

Samsung Galaxy Tab S9 Ultra 

Samsung Galaxy Tab S6/S7/S8

Samsung Galaxy Tab S6/S7 

Samsung Galaxy Tab A8

Samsung Galaxy S9/10

Samsung Galaxy S25

Samsung Galaxy S24

Samsung Galaxy S23

Samsung Galaxy S20/21

Samsung Galaxy A80

Samsung Galaxy A50/51/52

Samsung Galaxy 13/14

iOS

iPhone 16 Pro Max

iPhone 16 Pro

iPhone 16

iPhone 15 Pro Max

iPhone 15 Pro

iPhone 15

iPhone 14 Pro Max

iPhone 14 Pro

iPhone 14

iPhone 13 Pro Max

iPhone 13 Pro

iPhone 13 

iPhone 12 

iPad Mini/iPad Pro

iPad (latest)

iPad (latest with iOS)

Huawei P30/P40/Lite

Google Pixel 7/8/9

Add the latest Pixel and iPhone devices with upcoming beta versions to your mix.

Android

Xiaomi Redmi Note 9

Xiaomi Redmi Note 10

Samsung Galaxy Z Flip and Fold

Samsung Galaxy Tab S9/S10

Samsung Galaxy Tab S6/S7/S8

Samsung Galaxy Tab A8

Samsung Galaxy S9/10

Samsung Galaxy S25

Samsung Galaxy S24

Samsung Galaxy S23

Samsung Galaxy S20/21

Samsung Galaxy A80

Samsung Galaxy A50/51/52

Samsung Galaxy 13/14

Huawei P30/P40/Lite

Google Pixel 7/8/9

iOS

Pad Mini/iPad Pro

iPad (latest)

iPhone 16

iPhone 16 Pro

iPhone 16 Pro Max

iPhone 15

iPhone 15 Pro

iPhone 15 Pro Max

iPhone 14

iPhone 14 Pro

iPhone 14 Pro Max

iPhone 13 

iPhone 13 Pro

iPhone 13 Pro Max

iPhone 12 

iPhone SE 2020 or 2022

iPhone XR or XS/11

iPhone 8/8 Plus

Add the latest Pixel and iPhone devices with upcoming beta versions to your mix.

Choose the Right Mobile Devices to Ensure Optimal Coverage

A mobile app testing plan that integrates manual and automated testing and includes both the right number and type of mobile devices will ensure your test coverage is comprehensive, efficient, and cost-effective.

Sauce Real Device Cloud allows you to test your mobile apps across the most comprehensive range of real Android and iOS devices (iPhone, iPad, Samsung Galaxy, Google Pixel, Xiaomi, and more) to increase coverage and release with confidence.

Sources:

Need to test right now? Get started free.

Ship code that behaves exactly as it should, faster.

© 2025 Sauce Labs Inc., all rights reserved. SAUCE and SAUCE LABS are registered trademarks owned by Sauce Labs Inc. in the United States, EU, and may be registered in other jurisdictions.