RSS 3 projects tagged "Testing"

No download Website Updated 14 Dec 2010 MASH

Screenshot
Pop 35.24
Vit 2.60

MASH is a modular, automated script harness. It allows users to implement simple harnesses that perform work external to a system. The framework will invoke that harness as outlined by an XML script. For example, when using the framework to test a system you could create a script that cleans and loads a database, FTPs some data, submits a login form, and verifies HTTP information. Harnesses can easily be built to do almost anything (many harnesses are provided), not just Web page verification. While harnesses are written in Java, the scripts may be run against any type of system as harnesses are intended to act as clients.

Download Website Updated 05 Mar 2010 Enforcer fault injection tool

Screenshot
Pop 16.73
Vit 34.23

Enforcer is an exception simulation and fault injection tool for Java. In a typical test suite, many possible exceptions (such as for input/output) are not covered. Each method call that may throw exceptions may have an effect on the program, but systematic testing of this is hard. Enforcer will run all JUnit-based unit tests, analyze exception coverage, and re-run an instrumented version of your program which automatically tests all exceptions. Step by step, Enforcer generates exceptions at different code locations. This forces execution to go through previously uncovered exceptions. By analyzing the unit test structure first, Enforcer is much more efficient than other fault injection tools.

No download No website Updated 27 Mar 2010 Dummy Data Generator

Screenshot
Pop 36.33
Vit 33.90

Dummy Data Generator is a tool that generates dummy data for populating systems for testing. The data includes names, addresses, email addresses, phone numbers, and social "connections". Names are generated by using US Census data on the most common names. Email addresses are just a random string for the user portion and always use "example.com" for the domain. Currently the only output format is CSV.

Screenshot

Project Spotlight

pgBadger

A tool that parses PostgreSQL log files and generates fully detailed reports with charts.

Screenshot

Project Spotlight

STMX

High-performance software transactional memory for Common Lisp.