Mobile testing software on mac

Hi. Can any one recommend any software for MAC for testing my website for mobiles. Want to be able to test offline as I am developing my site on my localhost.

Thanks

1 Like

There are various options for testing, but nothing that’s really excellent.

On a Mac, you can download the Apple developer tools that include iPhone and iPad emulators:
https://developer.apple.com/devcenter/ios/index.action

Sauche Labs is a handy online tool for testing rendering in mobiles:
https://saucelabs.com/

Similar to the Apple tools are the Adnroid tools, though I’ve never used them:
http://developer.android.com/sdk/index.html

Mobilizer is a desktop app that emulates iPhone, Android, Blackberry and Palm Pre:
http://www.springbox.com/about/tools

Not sure it’s very reliable, though. It basically seems to fit your design into the viewport size of those devices, rather than actually test them.

Opera has an online testing tool (http://www.opera.com/mini/demo/), as well as desktop versions:
http://www.opera.com/developer/mobile-emulator

You can also take srceen shots of any mobile using the free Mobilito service.
And there is also the dotMobi emulator for simpler devices.

Most of these options are only useful if the site is online, though. I would recommend you upload the site to a testing area. Then you can sneak into a mobile phone shop and test rendering in a wide variety of devices.

1 Like

Thanks for that Ralph. Have downloaded the Xcode from the Applers Developers here and also fount a great tutorial here http://www.mightymeta.co.uk/test-your-website-across-ios-devices-using-the-iphone-simulator/ Looks like I am now ready to go.

Cheers for your time.