AgilTestList is a small web tool for specifiy test cases like in TestLink (http://testlink.sourceforge.net/docs/testLink.php) but with maven integration for agil developing.
A toolbox for testing SQL. Currently, SQL Spelunk includes code coverage analysis and calling stored procedures in a rolled-back transaction from SQL and JUnit.
Abbot for SWT is a Java framework that lets you more easily write JUnit tests that target Eclipse-based SWT/JFace UI. It also supports the Eclipse GEF & GMF graphical editing frameworks and has some support for WTP (web tools project) UI.
ClassReach is a utility to identify unused Java classes and methods. Once identified, such things can be removed from the code, hopefully simplifying the system.
A suite of tools that allow paralell running of unit tests under junit 4.x series. Abandoned project, because these features have been added to junit as of 4.6
A framework for automated builds of Service Bus applications, initially focussed on the Oracle Service Bus platform. Allows for creation of service bus deployment artifacts from original source, and for unit testing of those artifacts.
These tools assist testers by generating, loading and capturing test data. Enterprise data sources are supported, including relational databases and LDAP, but are easily customized to support other data sources.
Deploy in 115+ regions with the modern database for every enterprise.
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
A bundle of tools for fault injection and -experiments with scope on the emulation of programming faults. Software faults are introduced in the sources of Java applications and can be toggled during runtime.
Measure how directly your classes are tested by JUnit. Unlike traditional code coverage tools, PEA considers and measures whether the code covered ran as a direct call from a test, or indirectly via chained calls.
Sutri is a system for tests management. It does not deal directly with testingtools but enables you to manage tests, results and reports in a coherent way, without concerning about what tool is used to execute such tests.
CubicProject aims to be a project management web application for agile software delvelopment. It is higly adjustable and focuses on usability and integration with other tools.
JUnitMetrics is a tool that enables to measure basic JUnit and Cactus tests metrics (like number of tests, assertions, number of executed assertions). It is great, complementary solution to code coverage tools and mutation testers.
gcov-eclipse is an Eclipse plug-in that will extend CDT to provide code-coverage testing to C/C++ projects by using the gcov program. It will integrate into the CDT's launch and managed build system.