
C H A P T E R 3
Test Suite Construction
This chapter describes the organization and construction of a Java ME technology test suite that uses Framework resources. Additional information about constructing test suites for use with the JavaTest harness can be located in Chapters 4 and 8 of the JavaTest Architect’s Guide.
This chapter contains the following sections:
■Test Suite Structure
■Creating a Test Suite Configuration Interview
■Building a Test Suite
Test Suite Structure
Test suites are the main unit of test development and deployment. A test suite is a
For example, tests for a profile might be divided into two types. One type of test exercises the technology’s API implemented on the test device. The other type of test exercises the technology implementation’s interaction with an Over the Air (OTA) server. Because the test setup for these two kinds of tests is substantially different, the architect and developer might group these tests into two independently run test subsets to make them easier for the user to configure and run.
The
■testsuite.jtt file
23