views:

162

answers:

1

I need to test, with Selenium or a similar Ruby-aware automated testing tool, how my webapp behaves on iPhone's mobile Safari and on Android browser. How can I do that ?

+2  A: 

Selenium 2 offers both iphone and android testing, both drivers are pretty experimental as far as I know so YMMV.

http://code.google.com/p/selenium/wiki/IPhoneDriver

http://code.google.com/p/selenium/wiki/AndroidDriver

Bill
I didn't know them, thanks.