做任何自动化浏览器测试工具支持iOS和Android浏览器?

做任何自动化浏览器测试工具支持iOS和Android浏览器?

问题描述:

我知道这两个硒的Watir的,但也似乎提供iOS和Android浏览器(包括触摸手势)的支持。

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?

如果没有现成的软件,任何人都可以推荐一个好方法,为移动浏览器自动测试(之上JS单元测试)?

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

在的webdriver的文件说,硒(被硒2.0)的支持Android和iOS,真正的设备和模拟器(不过,很明显,你需要开发人员许可证才能使用它的iOS物理设备上)。从那里,它只是一个使用Selenium 2.0和为它编写测试的问题。

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.