Composing tests from scripts is where you start to access the real power of JavaStar. The Compose Test feature is a graphical interface that allows you to link scripts together to form a single test or group of tests. Each script becomes a node in the test tree you develop. These composed tests, called JSTs (JavaStar Tests) can be used to build more complex tests or groups of tests based on reusable test code modules.
Within a JST, you can:
While scripts are .java
files that JavaStar compiles into .class
files, JSTs are JavaStar-specific files that use a .jst
extension. All .jst
files are editable in the Compose Test window, and they can be incorporated as nodes in other JSTs to create even more powerful test suites. JST files do not contain java code; this is a JavaStar-specific format.
This section covers these Test Composer tasks:
Send feedback to
JavaStar-feedback@suntest.com
Copyright © 1998
Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, CA 94303.
All rights reserved.