【问题标题】:Do any automated browser testing tools support iOS and Android browsers? [closed]是否有任何自动浏览器测试工具支持 iOS 和 Android 浏览器? [关闭]
【发布时间】:2012-12-15 03:40:17
【问题描述】:

我知道 Selenium 和 Watir,但似乎都不支持 iOS 和 Android 浏览器(包括触摸手势)

有什么可以做的吗?有什么建议吗?

如果没有现成的软件,谁能推荐一种用于移动浏览器自动化测试的好方法(在 JS 单元测试之上)?

【问题讨论】:

  • 您在测试什么(渲染能力、性能等)?
  • @Inspire48 功能测试。类似于您在它支持的环境中使用 selenium。非常适合在持续集成环境中使用

标签: automated-tests mobile-website


【解决方案1】:

WebDriver 的文档说 Selenium(即将成为 Selenium 2.0)supports both Android and iOS, the real device and the simulator(但显然,您需要开发人员许可证才能在 iOS 物理设备上使用它)。从那时起,只需使用 Selenium 2.0 并为其编写测试即可。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2014-02-01
    • 2020-10-15
    • 1970-01-01
    • 2011-11-26
    • 2012-04-05
    • 2015-11-24
    • 2014-10-05
    相关资源
    最近更新 更多