On the earthAutomated TestingMany tools. There are open-source, commercial, and distinctive features, each having its own advantages! Next I will introduce several open-source automated testing tools I have used.
1 TestWeb
SeleniumIt can be said that it is the most comprehensive open-source automation tool for testing web. It can run on Windows, Linux, Mac, and Solaris, and can be constructed in almost any programming language, you can use familiar languages including Java, C #, Perl, PHP, Python, and Ruby. It can be tested on IE, Firefox, opera, and Safari browsers.
Selenium family members include selenium, selenium RC, selenium IDE, selenium core, selenium grid, and Selenium on rails.
Google keepsTestingRun tens of thousands of selenium test cases on the farm, and now there will be more, if you want to learn selenium, you can start http://selenium.seleniumhq.org from here/
WatirWatir is another popular automated testing framework in foreign countries. watir is short for Web automation testing in ruby,BretPettichord is the main developer of this open-source project. I believe you have read his book lessons learned in software testing. After a period of open-source development, Bret and his partner Pete now start a company called watir craft to provide commercial support, just like canonical, a company behind ubuntu. Watir and Ubuntu are both open-source, but if you need special commercial support and features, watir craft and canonical can be tailored for you. Why do you think you are making an advertisement? Sorry! Let's introduce the watir function. At first, watir can only run on Windows and test IE, but now it seems that Firefox and Safari can be tested. Watir can only be written in ruby.
WebDriverAnother automated testing software that Google is using. The language is Java. You can learn about WebDriver here,