The RA TestHarness will automate the testing of Web page interactions by parsing hidden test info embedded in the HTML generated by a Servlet, or CGI mechanism. RATH can be used together with ANT and JUNIT as part of a develop, test and deploy strategy.
Breeze is a build and test automation framework for software developers. It is written in Ruby and can be extended to include tasks that interact with other tools such as source code repositories, compilers, test frameworks, and installers.
Gretel is a tool for test coverage monitoring of java bytecode. It also has the unique feature of being able to remove coverage instrumentation for code which has already been covered, enhancing performance.
The TclUnit project is an implementation of the xUnit unit test framework, in Tcl. It provides a framework for organizing tests, plus utilities and extensions to facilitate unit testing of programs and libraries through the Tcl programming language.
JUB is intended as a JUnit test case generator framework accompanied by a number of IDE specific extensions. These extensions are to be invoked from within the IDE and must store generated test case code inside source repository administered by the IDE.
Orome is a tool for automating System or Acceptance tests (also Unit test though this is not the focus) for web-based systems. Orome takes a set of static HTML pages defining a walkthrough of (part of) the systems and tests it against the running system.
Web application load testing tool written in Java. Uses a central console to manage remote simulations allowing for a large number of virtual users. Can test fullblown web applications requiring cookies and complex querystring and formdata.
Generate interest, access liquidity without selling, and execute trades seamlessly. All in one platform.
Geographic restrictions, eligibility, and terms apply.
SUnit Browser is a functional, but simple and reasonably portable, user interface for the SUnit Test Environment for Smalltalk. These interfaces enhance the usefulness of the SUnit testing platform and facilitate unit and acceptance testing during develo
Relational Artist provides a generic paging solution for the ASP.NET DataGrid that preserves your server resources even in the face of very large SQL result sets. The library is written in C# and is equipped with automated NUnit test batteries.
XPHP is an IDE authoring tool for Windows that allows you to design, develop, test, debug and deploy PHP applications. [This project has been discontinued since 2005]
A personal Java library. There I will test and release many random java code snippets, more or less dependant on other libraries, and java-related technologies. It is not meant to be useful per se, as a framework, but as an example of Java and OOP
The jload framework enables developers to create repeatable load test cases. The framework will then execute these cases and generate reports and graphs showing the execution times and characteristics.
Utilises the JVMDI (Java Debug API) to produce line coverage reports
detailing which lines of code have been executed during a test. Report is
produced in XML and may be post-processed via XSLT into a prettier one.
MEA is an abstraction layer and API between vendor-specific measurement and instrumentation drivers and test applications that use them. All hardware-specific tasks are done by dynamically linked adapter modules.
jsAssertUnit is a unit testing framework based on assertions, helping JavaScript developers to test their code. Failing assertions about the program state are tracked in a Reporter window of a DOM compliant browser : IE5+, Mozilla, Netscape 6+, etc.
Mock-Object Testing for Java Servlets. Works out-of-the-box to test servlets without depending on container specifics. Complete with tests and sample code.
FIDe is a software-based fault injector designed to validate Fault-Tolerant mechanisms and techniques used by applications. It was first used to measure database recovery coverage and costs, but can be used to test and validate ordinary applications.
HTTP::TestEngine provides a recorder utility as a front-end for the HTTP::Monkeywrench module. HTTP::Monkeywrench allows you to configure a test script which will emulate the actions that a user might take in surfing a website. It also allows you to tes
The "Visual Code Generation Environment" project is a Object Oriented development environment that allows Design, Coding, Documentation, Compiling Test Plans, and Testing of an Application to occur in parallel, as one single task.
A port of the popular unit testing framework CPPUnit for the popular Mud LP Driver.
This allows you to write automated unit tests to test both syncronus and asyncronus functionality in your LPC code.
JUnitEJB is an extension to JUnit which runs test on a remote EJB server. Tests can be executes via a simple session bean. This allows the testing of a EJBLocalObject.