6
votes

When building websites I commonly use tools such as Browsershots to ensure that my pages looks reasonably OK in the different browsers. I am however starting to get complaints about a heap of mobile browsers running on different portable devices.

My question is simply how do one best carry out mobile cross-browser tests ? (answers that does not require me to install a ton of different mobile emulators will be preferred).

3
Though not exactly what you want, I think quirksmode.org/mobile may be helpful.Marcel Korpel
answers that does not require me to install a ton of different mobile emulators: I have bad news ...FelipeAls
How about sticking to the standards and the good practices (like the alt-poperty of the img-tag), while checking the major browsers, and blaiming the mobile browsers when they don't render stuff right?Jasper

3 Answers

2
votes

DeviceAnywhere can do this, but not for free.

1
votes

The answers are old. Nowadays, there are many more options. Check out "Browserstacks", or google for "alternatives to Browserstacks". Some services offer (paid) automation for testing across devices.

0
votes

http://validator.w3.org/mobile/ will provide you with several good advices, but won't provide any mobile devices' screenshots...

I'm afraid Felipe's right, the only way to know how your website interacts is to do it yourself.