How do I test a mobile website for Android or BlackBerry without having the actual device?
5 Answers
Testing mobile websites
The best way to to test mobile websites is to install an emulator for the phone you want to test on.
Blackberry
Detailed installation guide can be found here:
http://www.cantoni.org/2007/12/18/blackberrysimulatorLink to device simulator download page:
https://www.blackberry.com/Downloads/entry.do?code=060AD92489947D410D897474079C1477
Android
Detailed installation guide:
http://androidandme.com/2009/10/news/how-to-install-android-sdk-and-play-with-android-2-0-in-the-emulator/Emulator documentation:
http://developer.android.com/guide/developing/tools/emulator.html

- 3,282
- 6
- 41
- 53
You can create an account with DeviceAnywhere and use the required devices remotely. By this way you can use the browsers of the phones.

- 12,099
- 23
- 89
- 155
You can also test Blackberry Playbook web-site using ripple simulator you can download at following link. https://bdsc.webapps.blackberry.com/html5/download/ripple

- 891
- 1
- 6
- 20
Check this out: Source link
Also might have a look here there is a link at the bottom of the article.

- 1
- 1

- 9,833
- 3
- 32
- 58
-
Explaining a little about what is in those links would make this answer more useful. – Michael Donohue Oct 25 '10 at 15:33
For android, you can download http://developer.android.com/sdk/eclipse-adt.html

- 1,294
- 13
- 22
-
So far my understanding you should be able to browse from the emulator. – tanjir Oct 25 '10 at 21:26