PhantomJS

PhantomJS 2.0.0

A headless browser is a browser without a GUI, used by developers mainly for testing purposes, to simulate the presence of a browser, in this case the WebKit engine.A headless browser like PhantomJS can access Web pages without actually showing them to...

DbUnit

DbUnit 2.0.2 updated

DbUnit is a JUnit extension  targeted for database-driven projects that, among other things, puts a database into a known state between test runs. DbUnit is also usable with Apache Ant.What is new in this release:CompositeDataSet now behaves in a way...

Apache Rat

Apache Rat 0.11

Apache RAT stands for Release Audit Tool.RAT provides a simplified methods for analyzing, comprehending and auditing source code projects, releases and distributions.This tools works via an heuristic method, trying to guess possible problems and...

Test::Unit

Test::Unit 3.1.2 updated

Test:Unit versions 2.x are improved versions of the Test::Unit package bundled in Ruby 1.8.x.Test::Unit 1.2.3 is the same version as bundled in Ruby 1.8. The framework helps developers to design, debug and evaluate source code by making it easy to...

Hydra

Hydra 0.24.0

Written in Ruby with tiny bits of JavaScript, it can run local or remote tests (via SSH). It's main feature consists of distributing code tests across multiple cores and processors.Features:Supported test...

Mocha

Mocha 2.3.4 updated

Mocha was written to quickly execute asynchronous tests for JS code, allowing developers to detect and fix problems in their code. The Mocha testing toolkit has managed to gain quite a following thanks to its heavily Node.js integration, accurate...

Cucumber

Cucumber 2.1.0 updated

Cucumber allows developers to write and test code as they go, avoiding future mistakes and design flaws. Cucumber can be used for Ruby, Java, Flex, Python and .NET apps at the same time. It is also compatible with most Ruby MVC frameworks, including...

Apache AntUnit is merely a collection of Ant tasks that can be used to test itself.These tasks are specially crafted to verify the integrity of an Ant build file and see if any tasks or procedures return errors or stop the process.AntUnit is basically a...

SimPy

SimPy 3.0.8 updated

It is released under the GNU Lesser GPL (LGPL), starting with version 1.5.1 (previous versions were released under GPL).It provides the modeler with components of a simulation model including processes, for active components like customers, messages, and...

CasperJS

CasperJS 1.0.4 / 1.1.0-beta3

CasperJS is basically a finer interface to support headless browser testing for your project.Headless browser testing is a testing method where developers use a headless browser like SlimerJS, PhantomJS or trifleJS (not supported by CasperJS) to simulate...