 |
JTestCase
JTestCase: Helps in separating test data from test code. It can load test cases from XML files. It's recommended to use in JUnit test framework or JProbe. [Open source, Common Public License] (Performance and Testing)
http://jtestcase.sourceforge.net/ |
 |
JUnitX
JUnitX: Test framework for Java based on JUnit, with GUI. (Performance and Testing)
http://www.extreme-java.de/junitx/ |
 |
simscomputing.Test Bed
simscomputing.Test Bed: Framework for writing unit tests against Java code. Supports black box testing, white box testing, unit testing, and regression testing. [Open Source, LGPL] (Performance and Testing)
http://testbed.simscomputing.com/ |
 |
JBench
JBench: A simple Java benchmarking framework. It provides an easy way to compare algorithms, and virtual machines, for speed. [Open source] (Performance and Testing)
http://www.yoda.arachsys.com/java/jbench/ |
 |
Teamstudio Java Development Tools
Teamstudio Java Development Tools: Java profilers for performance and memory as well as code analysis. [Commercial] (Performance and Testing)
http://www.teamstudio.com/javatools |
 |
QuickAnt PRO
QuickAnt PRO: A tool built on Ant and enhanced to allow easy automatic Java applications testing. By Precilog. (Performance and Testing)
http://www.precilog.com/products/quickant_pro_us.php |
 |
Bugkilla - J2EE Functional Test Suite
Bugkilla - J2EE Functional Test Suite: Bugkilla is a set of java tools for the functional acceptance test of J2EE Web Applications. Specification and execution of tests will be automated for both, the web front end and business logic layer. One goal is to integrate with existing frameworks and (Performance and Testing)
http://bugkilla.sourceforge.net/ |
 |
GrandTestAuto
GrandTestAuto: A tool for the comprehensive testing of Java applications. GrandTestAuto uses reflection to run tests and check that they properly cover all public classes. [Open Source, Wide Open License] (Performance and Testing)
http://grandtestauto.org/ |
 |
Eclipse Profiler Plugin
Eclipse Profiler Plugin: A plugin for the Eclipse platform which allows Java code profiling. [Open source, Common Public License] (Performance and Testing)
http://eclipsecolorer.sourceforge.net/ |
 |
MockMaker
MockMaker: A program for creating java source code for mock object classes. MockObjects can then be used to help write Automated Unit Tests in java using JUnit. (Performance and Testing)
http://www.mockmaker.org/ |
 |
Clover
Clover: A code coverage tool for Java. It assists developers create better unit tests. Measures statement, method, and branch coverage and has excellent XML, HTML, and GUI reporting. Comprehensive pLugins for major IDEs. [Free for open-source and non-commercial (Performance and Testing)
http://www.cenqua.com/clover/ |
 |
TemporalRover
TemporalRover: Provides automatic verification of protocols and reactive systems through temporal logic specifications. (Performance and Testing)
http://www.time-rover.com/ |
 |
Jtest
Jtest: A tool that does Whitebox testing of your Classes, ie looks at your Code and finds possible problems. [Commercial] (Performance and Testing)
http://www.parasoft.com/jsp/products.jsp?/jtest/ |
 |
Apache JMeter
Apache JMeter: Graphical server performance testing tool, for both static and dynamic resources (files or CGI, Servlets, Perl scripts). It may be used to simulate a heavy load on a server or network to test its strength or to analyse overall performance under different (Performance and Testing)
http://jakarta.apache.org/jmeter/index.html |
 |
TestCaseMaker/Runner
TestCaseMaker/Runner: Test Case Document driven functional test tool for web applications. It use unified Test Case Documents, presented a CSVs, to be used as unit tests for HTTP. The tests can be edited in a spreadsheet and changed according to evolving specifications. (Performance and Testing)
http://www5f.biglobe.ne.jp/~webtest/testcasetool/ |
 |
QStudio for Java
QStudio for Java: Code quality assessment and quality control tool for Java development; integrates with Eclipse, JBuilder, JDeveloper, NetBeans, VisualAge. [Shareware] (Performance and Testing)
http://www.qa-systems.com/products/qstudioforjava/ |
 |
Koalog Code Coverage
Koalog Code Coverage: A code coverage computation application written in Java. Main features: - in-process or remote coverage computation; - capability of working directly on Java binaries, - predefined (XML, HTML, LaTeX, CSV, TEXT) or custom report generation, - ses (Performance and Testing)
http://www.koalog.com/php/kover.php |
 |
Hansel
Hansel: JUnit extension that adds code coverage testing to the framework. [BSDL] (Performance and Testing)
http://sourceforge.net/projects/hansel |
 |
PureLoad
PureLoad: A Java-based performance testing and analyzing tool that helps application developers by automating the process of stress testing their server applications. This is achieved by simulating several hundreds of users performing tasks. Statistics are used to (Performance and Testing)
http://www.minq.se/products/pureload/ |
 |
Test Mentor Java Edition
Test Mentor Java Edition: Automated Java testing tool. [Commercial] (Performance and Testing)
http://www.silvermark.com/ |
 |
Cactus
Cactus: Cactus is a JUnit based test framework for integration unit testing of server-side java code (Servlets, EJBs, Tag Libs, Filters). Test runners integrate with Jetty, Eclipse, Ant or a Browser. Cactus tests are supported amongst others by JUnitEE, JBuilder (Performance and Testing)
http://jakarta.apache.org/cactus/ |
 |
HtmlUnit
HtmlUnit: Is similar in concept to HttpUnit but is very different in implementation and use. The user thinks in pages rather than in requests and responses. [Apache Style license] (Performance and Testing)
http://htmlunit.sourceforge.net/ |
 |
YourKit
YourKit: A CPU and memory Java Profiler. [Commercial] (Performance and Testing)
http://www.yourkit.com/ |
 |
HttpUnit
HttpUnit: Automates website testing, including form submission, JavaScript, basic http authentication, cookies and automatic page redirection, and allows Java test code to examine returned pages either as text, an XML DOM, or containers of forms, tables, and links. (Performance and Testing)
http://httpunit.sourceforge.net/ |
 |
Jacareto
Jacareto: Capture-and-Replay-Tool for Java applications and applets which can be used for GUI testing, with command line and GUI frontends. [Open Source, BSD] (Performance and Testing)
http://www.ph-ludwigsburg.de/mathematik/personal/spannagel/jacareto/ |
 |
The Automated Logging Framework for Java (ALF)
The Automated Logging Framework for Java (ALF): A logging framework for Java written in Standard C++ and JVM tool that provides for filtered tracing of method invocations on the Windows platform. The major advantage of ALF is the automated method tracing which is generated at runtime without need for (Performance and Testing)
http://alfj.sourceforge.net/ |
 |
welofunc performer
welofunc performer: A load test tool with a special focus on J2EE applications [Open source, GPL] (Performance and Testing)
http://www.welofunc.com/ |
 |
Dbunit
Dbunit: A JUnit extension that puts your database into a known state between test runs. It can export and import your database (or parts) to and from XML datasets. [Open Source, LGPL] (Performance and Testing)
http://dbunit.sourceforge.net/ |
 |
The Grinder
The Grinder: A Java load-testing framework. It has mature support for testing HTTP services, and can also be used to test arbitrary Java code. [Open source, BSD-style license] (Performance and Testing)
http://grinder.sourceforge.net/ |
 |
EJB Benchmark
EJB Benchmark: A benchmark application comparing the relative performance of five EJB design idioms. (Performance and Testing)
http://www.urbancode.com/projects/ejbbenchmark/ |
 |
JUnitEE
JUnitEE: Provides a TestRunner which outputs HTML and a servlet which can be used as an entry point to your test cases. JUnit based. [Public Domain] (Performance and Testing)
http://www.junitee.org/ |
 |
SPEC JBB2000
SPEC JBB2000: (Java Business Benchmark) is SPEC's first benchmark for evaluating the performance of server-side Java. Joining the client-side SPECjvm98, SPECjbb2000 continues the SPEC tradition of giving Java users the most objective and representative benchmark for m (Performance and Testing)
http://www.spec.org/osg/jbb2000/ |
 |
EMMA code coverage
EMMA code coverage: A code coverage tool for Java. Reports on class, method, basic block, and line coverage (.txt, HTML, and XML). [Open source, Common Public License] (Performance and Testing)
http://emma.sourceforge.net |
 |
OptimizeIt
OptimizeIt: Performance profiler, code coverage tool, and thread debugger. [Commercial] (Performance and Testing)
http://www.borland.com/optimizeit/ |
 |
Junitour
Junitour: Extension to Junit make "Unimplemented" or "Still Incomplete" tests labeled differently, for later development. (Performance and Testing)
http://junitour.sourceforge.net/ |
 |
Glass Jar Toolkit
Glass Jar Toolkit: Coverage tool that provides branch coverage without source code. Very low overhead, HTML and XML output. [Commercial, free for open source development] (Performance and Testing)
http://www.testersedge.com/glass.htm |
 |
JUnit
JUnit: A unit testing framework for Java. Extremely useful for implementing the XP testing practice. [Open Source, IBM Public License] (Performance and Testing)
http://www.junit.org/ |
 |
TagUnit
TagUnit: TagUnit allows unit test of JSP custom tags within their special environment. The content and side effects (attributes, cookies,..) of a custom tag are checked with assertions. [Open Source, special license] (Performance and Testing)
http://www.tagunit.org/ |
 |
alphaWorks : FoCuS
alphaWorks : FoCuS: Tool implements the functional coverage methodology, providing detailed coverage information. (Performance and Testing)
http://www.alphaworks.ibm.com/tech/focus |
 |
Solex
Solex: Eclipse IDE plugin designed to ensure the non-regression and stress testing of a Web application. (Performance and Testing)
http://solex.sourceforge.net/ |
 |
GJTester
GJTester: An implementation of the Computer-Aided Software Testing (CAST) paradigm. It provides a powerful GUI to accomplish Java unit and regression test without programming effort. [Commercial] (Performance and Testing)
http://www.gjtester.com/ |
 |
Java server benchmarks
Java server benchmarks: Describes benchmarks for Network computing with Java. (Performance and Testing)
http://www.research.ibm.com/journal/sj/391/baylor.html |
 |
Autolog
Autolog: Simplifies considerably all the actions of test and checking of Java code. By gathering the utilities of test and by respecting a precise process. By Verifysoft Technology GmbH. [Free and commercial versions] (Performance and Testing)
http://www.verifysoft.com/en_autolog.html |
 |
Java Test Coverage Tool
Java Test Coverage Tool: A tool for collection test coverage on large Java Systems. Works with Java, Realtime Java, and embedded JVMs. [Commercial] (Performance and Testing)
http://www.semdesigns.com/Products/TestCoverage/JavaTestCoverage.html |
 |
WOUnitTest
WOUnitTest: A WebObjects framework for unit testing WebObjects applications based on JUnit. WOUTRunner is a Cocoa application for running JUnit tests of WebObjects projects. It is based on the WOUnitTest framework. [Open source, BSD License] (Performance and Testing)
http://wounittest.sourceforge.net/ |