Reputation: 201
I need to test Android (Android Browser) and iPhone/iPad (Safari for iOS) with Selenium or a similar Ruby-aware automated testing tool. How can I do that?
Upvotes: 17
Views: 10676
Reputation: 892
Selenium should be able to handle it:
Note that these selenium drivers are still under development, and probably contain bugs.
Upvotes: 5
Reputation: 429
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
Upvotes: 14