Framework to simplify the task of writing and executing threads in Java. Developer writes a Callable with annotations. The executor returns an extended Future with built-in support for cancelling, pausing, calculating progress, and much more.
makes requirements executable and useable for all project-participants
...Customer can execute requirements and define domain specific tests. The programmer can debug bugs. Project manager can analyse executed requirements & automated tests and estimate project progress.
AutoTest is a test management, test execution and test result report application written in Java. It can be customized to support a broad range of test execution frameworks. A user guide and download instructions are available at http://autote.sourceforge.net/
Justus is a tool set for Progress 4GL (ABL) Developers. It includes a simplified parser for 4GL, an API to load Profiler data and a Test Coverage Tool.
Lack of Progress Bar (Lopb) is an Eclipse plugin that tracks how long developers wait for file check-ins/outs, code compilation, publishing apps to a web server, and other IDE background jobs to complete. Read more at http://lopb.org
Tiria is a eclipse-plugin to view code coverage data (e.g. from cobertura) within the IDE. Main objective of the plugin is to show how the code coverage changes during project progress.