Software/tool to test/check web-application in multiple browsers?

后端 未结 8 1626
谎友^
谎友^ 2021-01-06 23:22

I am working in creating a website and I want to check in multiple browsers for Browser Compatibility test automatically by using Automated Test Tool. Do you guys know if th

8条回答
  •  [愿得一人]
    2021-01-06 23:23

    You can use Selenium RC (Selenium 1) or Selenium 2 (WebDriver) for automated test. But You have to record the test using Selenium IDE on Firefox browser and writing some tests on it. Selenium supports FF, Chrome, IE, Safari and Opera.

提交回复
热议问题