views:

104

answers:

5

How do I test a mobile website for Android or BlackBerry without having the actual device?

A: 

For android, you can download http://developer.android.com/sdk/eclipse-adt.html

tanjir
-1 That is for developing applications for Android. How does that help testing website rendering?
sleske
So far my understanding you should be able to browse from the emulator.
tanjir
+3  A: 

Check this out: Source link

Also might have a look here there is a link at the bottom of the article.

infinity
Explaining a little about what is in those links would make this answer more useful.
Michael Donohue
+2  A: 

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

Android

Tobbe
A: 

You can create an account with DeviceAnywhere and use the required devices remotely. By this way you can use the browsers of the phones.

Krishnan