cqME Documentation
The following documents describe different aspects of testing
on the Java ME platforms using the cqME project technologies.
Whitepapers
The following whitepapers describe the importance of compatibility
and quality testing on the Java ME platforms. They also highlight
differences between the various types of tests and test platforms.
|
Compatibility and the Java Platform |
Discusses the main causes for fragmentation and what Oracle
and the industry is doing to address it at various levels.
|
|
Compatibility Testing |
Compares and contrasts the differences between
compatibility testing and quality testing. It talks about how
compatibility testing is crucial in the fight against fragmentation of
the Java platform.
|
|
Building Efficient Quality Testing
|
Describes building efficient tests that conform to the
requirements of today's advanced software development methods such as
the Capability Maturity Model and eXtreme Programming. The paper reviews
all the kinds of tests that are generally applied during the testing
of complex software products. It also reviews all available test
harnesses on the market.
|
TCK Development Documentation
Oracle provides the following documents that you can use to help develop
your TCK. Using some or all of these documents may help you reduce TCK
development time and improve the quality of your TCK.
Note that these documents were originally developed as part of a
product used by Java Community Process (JCP) Spec Leads. For that
reason, the documents refer to JCP procedures that may not apply to
your project. These documents are provided solely for your convenience
and are not being released under GPL version 2 as part of this project.
These documents cannot be modified.
Download these documents from
Java ME Technology APIs & Docs on the java.sun.com web site.
|
TCK Project Planning Guide |
Provides an overview and starting point for developing a Technology
Compatibility Kit (TCK). It is a high-level planning guide that
describes a process for developing TCKs.
|
|
Test Suite Developer's Guide |
Describes how to design and write tests for any TCK. It also provides
"how-to" instructions that describe how to build your TCK and write
the tests that become your TCK's test suite. It includes examples of
testable and non-testable assertions and the applicable test code.
|
|