Chapter 10. Testing and Updating your Mobile Site
So, our website is not only responsive now but also works as a web app, allowing our visitors to build and order ice cream sundaes.
Unfortunately, our work is not yet done. Before it's launched and while it's being developed, it's crucial to test that our site works in a variety of browsers, on a variety of devices. And once it's been tested and launched, we might want to think about how we, or the site's owner, might update it using our own mobile device.
This chapter will cover both of those areas. We'll learn the following:
The pros and cons of testing on actual mobile devices
Different methods to emulate mobile devices in a desktop browser
How to update and edit our site using a mobile device
So, let's start by thinking about testing methods.