Which is the most comprehensive browser compatibility testing tool?

允我心安 提交于 2019-12-25 03:35:16

问题


An ideal one would be where I could:

  • Test my JS live, not just see screenshots
  • Test in multiple browsers in multiple OSes
  • Test under various resolutions
  • Test in different mobile platforms

I know that's too much to ask for, but which one gets closest?


回答1:


The two that spring immediately to mind are:

  • http://browsershots.org/
  • http://deviceanywhere.com/



回答2:


You can use Selenium RC or Selenium 2 (WebDriver) for automated cross-browser testing as well as different platform.

Selenium WebDriver is better than Selenium RC. Selenium RC is deprecated now. You can find the details about Selenium2 (WebDriver) in the following URL:

http://docs.seleniumhq.org/docs/03_webdriver.jsp


来源:https://stackoverflow.com/questions/1301299/which-is-the-most-comprehensive-browser-compatibility-testing-tool

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!