A few of the tools recently updated:
Antigen 0.4
Cobertura 1.2
Codus 1.0.2
Draco.NET 1.6.3.0
Jayasoft Ivy 0.8
JTiger 2.0.0185
MockPP 1.6.1
SUT 1.10.0
The Grinder 3.0b25
WMUnit 6.3.2
XRadar 0.96
ZaneBug 1.4.4
Also: Agile Toolkit, Agnomaly, BlueJ AntAntigen 0.4
Antigen is a tool to take an Ant build script, combine it with a GUI and wrap it up as an executable jar file. Its primary purpose is to create powerful graphical installers from Ant scripts.
Cobertura 1.2
Cobertura is a free Java tool that calculates the percentage of code accessed by tests. It can be used to identify which parts of your Java program are lacking test coverage. It is based on jcoverage.
Codus 1.0.2
Codus is a comprehensive code generation tool for object-relational mapping. It takes an existing database and automatically generates all of the code for updating, deleting, inserting and selecting records. In addition, it creates web services for distributed programming, strongly-typed collections, and a full set of NUnit tests.
Draco.NET 1.6.3.0
Draco.NET is a Windows service application designed to facilitate continuous integration. Draco.NET monitors your source code repository, automatically rebuilds your project when changes are detected and then emails you the build result along with a list of changes since the last build.
Jayasoft Ivy 0.8
Ivy is a simple but powerful dependency manager. Its key features are ease of use, extreme flexibility, easy extensibility, Ant integration, and transitive dependencies. It is ready to use with the Maven ibiblio repository. It eases continuous integration, and makes your software component a lot simpler to use.
JTiger 2.0.0185
JTiger Unit Testing Framework for Java 2 Standard Edition 1.5 provides a robust and feature-rich abstraction to develop and execute unit test cases. Test case metadata and unit test documentation is expressed through annotations. Assertions, from the basic to the complex, can be made using the JTiger assertions package rather than having to write the logic for those assertions yourself.
MockPP 1.6.1
mockpp’s goal is to facilitate developing unit tests in the spirit of Mock Objects for Java, EasyMock and jMock. [url=http://www.testdriven.com/search.php?query=mock&action=results]Mock objects[/url] allow you to set up predictable behaviour to help you test your production code by emulating some functionality your code depends on. This might for example be a huge database which is too difficult and time-consuming to maintain just for testing purposes.
SUT 1.10.0
Schema Unit Test (SUT) introduces a framework for testing XML Schema. It includes a namespace and vocabulary for embedding test cases into sample XML documents, and a Java implementation using JUnit for testing a W3C Schema with embedded Schematron schema.
The Grinder 3.0b25
The Grinder, a Java load-testing framework freely available under a BSD-style open-source license, makes it easy to orchestrate the activities of a test script in many processes across many machines, using a graphical console application. Test scripts make use of client code embodied in Java plug-ins. Most users of The Grinder do not write plug-ins themselves, instead they use one of the supplied plug-ins. The Grinder comes with a mature plug-in for testing HTTP services, as well as a tool which allows HTTP scripts to be automatically recorded.
WmUnit 6.3.2
WmUnit is a unique package designed to help webMethods 4.6 & 6 customers achieve a higher standard of quality and reliability with their webMethods services by allowing them to use automated tools for developing and testing their services. WmUnit is based upon popular industry unit testing techniques and does NOT require developers to write complex Java code. WmUnit is a commercial tool.
XRadar 0.96
The XRadar is an open extensible code analysis framework and report tool currently supporting all Java based systems. The XML/XSL batch-processing framework produces HTML/SVG reports of the systems current state and the development over time. It gets results from several brilliant open source projects and a couple of in house grown projects and presents the results as massive unified html/svg reports. The architecture is based on java, xml and xsl. Presently it only supports Java, but there are plans to produce plug ins for other leading languages.
Zanebug 1.4.4
Zanebug provides a simple to use interface, and supports advanced unit testing features (such as test iterations), in-depth error information, performance metrics, pass/fail stats, and built-in support for existing NUnit tests.
Newly registered projects:
Agile Toolkit aims to provide a pre-packaged suite of development tools. It will include a unit test framework, automated build support, source control, and other tools to support Agile projects. All components are functionally integrated and modularly replaceable.
Agnomaly (The Network Anomaly Generator) is a test-suite daemon designed to create random or pre-defined network anomalies within your test environment for use in application stress-tests, network device acess-control and resiliency tests, and other tests.
BlueJ Ant: this extension gives the developer more control over the compilation of their projects from within the BlueJ IDE by using ant build files.