I work in QA in a .NET shop and recently part of my testing process has started to involve testing our company website on mobile devices. At least one of our techs uses an HTC Desire.

After tons of googling I still can't find a good online emulator for testing websites on different types of mobile devices. Is anyone aware of a website that I can test across multiple mobile platforms? Or even an online HTC or Blackberry browser emulator?

I've found an iphone/opera mini simulator, but that's about it. Also, I realize there are a lot of SDK's that include emulators, but I'd rather not have to set up an entire SDK just to use an emulator.


I did find this link http://www.mediawiki.org/wiki/Mobile_browser_testing that seems to be a good start.

link|improve this question

60% accept rate
See also stackoverflow.com/questions/464089/… – David Freitas Sep 27 '11 at 8:19
feedback

4 Answers

up vote 1 down vote accepted

Our company has used DeviceAnywhere Studio for testing. It is a great way for us to get a hold of a variety of phones we don't have on hand for QA. It's a commercial service, so not free, but it does a great job of letting you remotely interact with just about any mobile device on the market.

link|improve this answer
feedback

It's pain. I know of no such online services (which isn't to say they don't exist).

However the standalone Windows Mobile Emulator is available here

link|improve this answer
Thanks! I will download that one. Hopefully Android will put a standalone emulator out in the near future as well. – Jessie May 7 '10 at 18:52
feedback

Blackberry simulators are available here and exist for most current models. It's not an online tool, but at least it is not a full SDK.

link|improve this answer
feedback

There is a website run by Samsung that permits you to see how your app will run on Samsung smartphones. You could run an hello world, and then exit and run the browser ;-)

link|improve this answer
Could you provide a link, please? – Antony Hatchkins Jan 14 at 17:18
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.