Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Do any automated browser testing tools support iOS and Android browsers? [closed]

I am aware of both Selenium and Watir, but neither seem to offer support for iOS and Android browsers (including touch gestures)

Is there anything out there that does? Any recommendations?

If there is no existing software, can anyone recommend a good approach for automated testing of mobile browsers (over and above JS unit tests)?

like image 549
DanSingerman Avatar asked Apr 15 '11 12:04

DanSingerman


People also ask

What is a cross-browser testing tool?

Cross Browser testing is a type of non-functional testing that lets you check whether your website works as intended when accessed through: Different Browser-OS combinations i.e., on popular browsers like Firefox, Chrome, Edge, Safari—on any of the popular operating systems like Windows, macOS, iOS and Android.


1 Answers

Documentation of the WebDriver says that Selenium (to-be Selenium 2.0) supports both Android and iOS, the real device and the simulator (though, obviously, you need a developer license to use it on a iOS physical device). From there on, it's just a matter of using Selenium 2.0 and writing tests for it.

like image 123
zneak Avatar answered Sep 23 '22 04:09

zneak