Saturday, January 23, 2010

Automation Testing Tools

Open Source:-

FitNesse: http://fitnesse.org/
FitNesse is an acceptance testing tool that allows tests to be expressed as tables of input data and expected output data, described in Fit for Developing Software: Framework for Integrated Tests.


Watir: http://wtr.rubyforge.org/
Watir is an open source library for automating web browsers allowing automated testing of web applications. It started out on Internet Explorer on Windows but is in the process of being ported to other browsers.


Selenium: http://selenium.openqa.org/
Selenium is a cross-platform suite of tools to automate web application testing.


Sahi: http://sahi.co.in/
Sahi is an automation and testing tool for web applications that runs as a proxy server.


The Grinder: http://grinder.sourceforge.net/
This is an open source load testing tool in which scripts are written Jython.


JMeter: http://jakarta.apache.org/jmeter/
This is an open source load testing tool in which scripts are written in Java.


Peach Fuzzing Platform: http://peachfuzzer.com/
Peach is a fuzzer that is capable of performing both generation- and mutation-based fuzzing.


RFuzz: http://rfuzz.rubyforge.org/
RFuzz is a Ruby library that allows web applications to be easily fuzz tested.

No comments:

Post a Comment

Thank you for your feedback