Get Monthly Personalised Newsletter about Software News and Releases. Start here.


QUnit

 
QUnit is a JavaScript test suite. It can be used for testing JavaScript code (client and server side). It is used by the jquery project.

WindowsLinuxMac

Simple Fuzzer

 

RSpec

 

CppUnit

 
CppUnit is the C++ port of the JUnit framework for unit testing. Test output is in XML or text format for automatic testing and GUI based for supervised tests.

Capybara

 
Capybara is an acceptance test framework for web applications. Capybara aims to simplify the process of integration testing Rack applications, such as Rails, Sinatra or Merb. Capybara simulates how a real user would interact with a web application. It is agnostic about the driver running your tests and currently comes with Rack::Test and Selenium support built in. HtmlUnit and env.js are supported through external gems.

WindowsLinux

Citrus Testframework