Site icon Treehouse Blog

How to Perform Mobile Website Testing

Illustration of several iPhones displaying the Treehouse website.

Mobile browser usage is much more common than you may think. According to recent data, around 59% of web traffic comes from mobile devices. This means that consumer expectations for mobile websites are higher than ever before.

Even with smart techniques like mobile-first responsive design, testing mobile websites before delivery is critical due to the overwhelming variety of devices that are available to consumers.

Below, we discuss five different ways you can perform mobile website testing to ensure you’re delivering a seamless experience to users.

1. Test the Website on Real Mobile Devices

It’s always best to test a website on real devices, because there are many parts of the experience that simply can’t be emulated or faked.

The user experience contains many factors like variable network conditions, pixel densities, the relative size of tap targets, and real page load times. In a perfect world, every website would be tested on every mobile device that it might be viewed on.

Of course, comprehensive testing is not practical, because time and money are always a factor on any project. However, it’s still a smart idea to invest in a mobile device test suite.

If you’re running a client business that’s any larger than just you, this is essential. A mobile device test suite typically consists of a few of the most popular web browsing devices. This enables physical testing under real-world conditions and allows near 1-to-1 parity with what a user will actually experience.

If a mobile device test suite is out of your budget, the next best thing is to use your own smartphone and mobile devices. Most likely, you’re using an iOS or Android phone, which will at least give you some idea of what a large portion of the population will see.

If you have some friends or family members that are using other mobile platforms, then you can quickly check it out on their devices, too (ask nicely).

2. Use the iOS Simulator and Android Emulator

There’s no substitute for the physical hardware, but software emulators are still pretty decent. The emulators for iOS and Android are mostly designed for testing native apps. However, they also include the default web browsers for each device which will show you a good approximation of how pages will be rendered.

We say approximation because they still won’t show real network conditions, page load times, the relative size of tap targets, and other details that can be gleaned from physical devices. However, the rendering engines will still be functionally equivalent which can help you spot cross-browser issues.

The iOS simulator included with Xcode makes it easy to see what a website will look like on iPhones and iPads.

The iOS simulator is a tool available within Xcode. First, install Xcode from the Mac App Store. Then, you can use Xcode to access the emulator. Unfortunately, Xcode is Apple only, so if you’re on Windows or Linux, you’ll have to test with another method.

The Android emulator is included with the Android SDK. You can read more about the Android emulator here.

3. Test a Mobile Website on BrowserStack

If you can’t get your hands on a device testing suite or you don’t wish to install the iOS and Android emulators, there are still other options.

For example, BrowserStack is a web service that provides access to desktop and mobile devices so that web professionals can test their sites.

BrowserStack is a web service that makes it easy to test multiple devices and browser versions.

It is a paid service, so for completeness, we should mention that this is not a paid endorsement. However, we’ve spotted a few free screenshot services over the years, and as the idiom goes, you get what you pay for.

BrowserStack is more than just screenshots, because they also make it possible to interact directly with web pages on test devices. Even if you do have a device testing suite, BrowserStack is still pretty great to fill in any holes that you might have missed.

4. Perform Mobile Testing Using Responsinator

You should always strive for testing on real devices or at least an accurate simulation of those devices. However, if for some reason that’s not possible, you can also test by simply resizing your browser to match mobile device browsers.

There are many fancy tools that will do this, but one option is Responsinator.

Responsinator will simply resize a website to a specific size. While this can be useful for quickly checking responsive design behavior, it’s not a substitute for real device testing.

Simply visit the Responsinator website, type in your own URL, and it will generate live previews for you resized to the same resolutions as many popular devices.

This can be helpful for a quick “sanity check,” but remember that this is not a substitute for real device testing or using a simulator.

This method uses the same rendering engine as your browser. In other words, it doesn’t magically render sites using mobile browser rendering engines. Rather, it’s just the same as resizing your browser to a specific size.

5. Resize the Browser Manually

While developing a site, it’s very common for designers and developers to quickly check responsive behavior by resizing a desktop browser manually. This works fine and we encourage it.

However, it’s the most basic form of testing. We would argue that it isn’t really “testing” at all. While it can be helpful for quick checks when making responsive code changes, it doesn’t even begin to compare to all the other testing methods.

The browser sizes are arbitrary, the rendering engines are different, there’s no network delay, and so on. There’s too many differences for this to be substituted for real-world rigor. We recommend using the other options above for more accurate results.

Learn More About Mobile Website Testing & Development With Treehouse

Are you looking to sharpen your mobile website testing or development skills? If so, Treehouse offers a wide range of courses on everything from Android development to programming. Get started on your learning journey today by signing up for a free trial of Treehouse.

Exit mobile version