Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Open source test automation tools for functional testing of web applications [closed]

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?

like image 507
kabir Avatar asked Apr 10 '10 08:04

kabir


People also ask

Is the open-source tool used for automating web applications?

Selenium is an open source testing tool that allows users to test web applications across different browsers and platforms. Selenium includes a suite of software that developers can use to automate web applications including IDE, RC, WebDriver and Selenium grid, which all serve different purposes.

What is open-source tool that can be used for functional automation?

Appium. Appium is an open source test-automation framework based on a WebDriver protocol for testing mobile applications. Built around the idea of uniformity, it allows you to write tests for different platforms using the same APIs.

Which software tool will you suggest for automation of functional testing for web application?

TestComplete TestComplete is a functional testing platform that offers various solutions to automate testing for desktop, web, and mobile applications by SmartBear Software. TestComplete offers the following features: GUI testing.

Which tool is an open-source functional and regression test tool?

Watir. This is an open-source tool for web application regression testing. Watir uses Ruby programming language and supports a wide range of apps developed in different technologies. Watir is lightweight and easy to use.


1 Answers

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

like image 87
NaV Avatar answered Oct 17 '22 08:10

NaV