- Loading...
The SigTest open source project is a collection of tools based on Oracle's commercial SigTest tools product. The SigTest tools can be used to compare APIs and to measure the test coverage of an API. The tools were originally created to assist in the creation of Java technology compatibility test suites (TCKs), but are also useful in the creation of other types of test suites and in the software development process. The SigTest project consists of the following tools.
This section contains links to technologies and blogs that are related to the SigTest project.
If you are interested in Oracle's commercial version of this product, please see the SigTest tool page on java.sun.com.
| JT Harness | The JT harness is a flexible test harness that can be used to control and execute test suites. JT harness is the preferred test harness to execute a signature test, however, SigTest can be used freely on its own. |
| ME Framework | The ME Framework is an open source set of JT harness plugins that supports the Java ME platform. Test suite architects use the JT harness and the ME Framework to construct test suites for Java ME technologies. |
| jtreg | The jtreg test harness is used by the JDK test framework. This framework is intended primarily for regression tests. It can also be used for unit tests, functional tests, and even simple product tests. |
| Java Compatibility Tools Blog | This blog provides topics of general interest for people writing tools to test Java platform compatibility and conformance. |
| Jaroslav Tulach | The NetBeans architect blogs about SigTest. He also maintains an excellent Wiki about API design and evolution. |