What sort of tests and test suites exist today?
There are four teams producing test suites for the OpenJDK project. These are:- • The TCK/JCK team who produce the Java Compatibility Kit. This is the TCK for the “platform JSR” (such as the Java SE 6 JSR) and which is the primary means of testing conformance with the platform specification. This TCK is not being released under an open source license (see the Java Opensource FAQ for more details). • There is a unit and regression test suite developed by the Java SE engineering team. Some of these tests are being released with the OpenJDK source release. • There are performance and benchmarking tests developed and performed by the performance engineering team. • There are functional tests developed by the Software Quality Engineering (SQE) team. These are developed in parallel with development of Java SE and OpenJDK new features and bug fixes. These tests are not being released at this time.
Related Questions
- I don have specific criteria in mind for a test but want to gain an overall impression of the types of tests that might exist in a general area. Where should I start?
- What is the difference between ESL/Generalist EC-6 TExES test and Generalist EC-6 with ESL Supplemental TExES tests?
- What sort of tests and test suites exist today?