For developers, the terms “mobile” and “responsive” are already a bit cliche. It doesn’t really matter though, right? They’re here to stay which means that part of our job is to test mobile WordPress projects as best as we can.
Because mobile devices render content different, there are two aspects to the problem:
- Some have browsers that are powerful enough to render sites just as they would on a desktop, and thus will need responsive layouts.
- Users who don’t have responsive-sites use plugins such as WPTouch to give their site mobile capability which is essentially an entire other site.
This means that we, as developers, are responsible for testing:
- Responsive-ready projects
- Sites on which users have installed some of our work – like a plugin – that may not be compatible with, say, WPTouch.
On top of that, we do development on localhost rather than a publicly accessible environment so it can be cumbersome to have to deploy a project and get an environment setup just to go through the process of testing a site or a project only to rinse and repeat until we get it fixed.
Thankfully, it really isn’t that complicated. Here are two tools that I use to test mobile WordPress projects: