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

后端 未结 8 1582
谎友^
谎友^ 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.

    0 讨论(0)
  • 2021-01-06 23:28

    I'm a fan of XenoCode's "Spoon Browser Sandbox" myself.

    0 讨论(0)
  • 2021-01-06 23:30

    Are you talking about a compatible design or compatible JS? Because AJAX functionality is difficult to test with the usual cross-browser tools.

    For the latter, look at httpUnit, though I'm not sure it can simulate multiple browsers.

    0 讨论(0)
  • 2021-01-06 23:35

    You're looking for litmus, from the people who brought you doctype, part of the League of Justice. 14-day passes to test your layouts in 24 browsers currently cost $39.

    0 讨论(0)
  • 2021-01-06 23:37

    I've used Browser Shots before and it's ok if you don't mind waiting for an hour or two.

    I'd also recommend checking out some of the links on Delicious.

    0 讨论(0)
  • 2021-01-06 23:39

    There's Microsoft Expression Web SuperPreview, but I haven't tried it so can't comment on if it's good or not.

    Their opening quote makes me laugh though, mainly because of how sucky IE6 is:

    About 7 years ago, the browser wars were over. Internet Explorer had become the de facto standard, and for a while, there were very few compatibility issues in web page design.

    Check it out though, might be worthwhile. Especially if you are a .NET developer, however it might be useful to web developers in general.

    0 讨论(0)
提交回复
热议问题