Search code examples
testingopen-sourceautomation

Open source test automation tools for functional testing of web applications


I'm doing Functional test of web application Manually. I like to automate the tests in different browsers (such as FF, Chrome, IE & MS Edge etc.).

Can anybody recommend some good open source test automation tools to test web applications?


Solution

  • Watir - 'Web Application Testing in Ruby', a free open-source family of web automation libraries in Ruby. The libraries support IE on Windows, Firefox on Windows, Mac and Linux, Safari on Mac, Chrome on Windows and Flash testing with Firefox. Note: Firewatir (targeting Firefox) is now merged with Watir. For a listing of additional tools that are available to extend some capabilities - see the Watir site and also Alternative Tools for Web Testing' page at the OpenQA site for more info.

    Here is some more info for the many other testing tools http://www.softwareqatest.com/qatweb1.html

    Here is the comparison: alt text