The GGC directory contains samples programs, source files, templates, and documentation.
The Genero Ghost Client (GGC) is part of the FGLGWS package, located in the
$FGLDIR/testing_utilities/ggc directory.Figure: Contents of $FGLDIR/testing_utilities/ggc
$GGCDIR contains several directories.
bin
Contains wrapper script files for running the command line tools ggcadmin and ggcgen.
doc
The $GGCDIR/doc/javadoc/ directory contains documentation detailing the
Java packages and classes that make up the Genero Ghost Client. See the help file by launching the
/doc/javadoc/index.html file in your browser.
jars
Contains the Java jar files for the HTTP interface, logging, and encoding.
lib
Contains the ggc.42m BDL module that defines the BDL API.
src
Contains directories for the quick-start and the
samples programs. The quick-start directory contains the
source files for the Quick Start: Generate and execute a test scenario tutorial. It also contains the
ggc-quick-start.gar for deploying to the GAS, and a build script for creating
the Genero archive. The samples directory contains the
demo directory with Java source files for the tutorial to Write a Java test. The ggclib directory contains
ggc.4gl, the source for the BDL API.
template
Contains directories for bdl and java, which contain a
set of templates that are provided to generate tests. They
contain files with the necessary front calls that characterize generic tests that perform checks, or
execute actions (events). Corresponding files are prefaced with either check_,
or events_.
There are files in the $GGCDIR root directory, to include the
ggc.jar file that implements the GGC. These files will not require
modification.