Generate a scenario from a guilog

Generate test sets from recorded log files.

In the syntax of the following command line examples it is assumed that the GGC package was unzipped in the same directory where you are running the GhostGenerator, and that your environment is configured to run Java and the Genero Ghost Client. See Install and configure for Genero Ghost Client.

This example creates a Genero BDL application from the GuiLog named myapp.guilog. The application name will be myapp.4gl.
java com.fourjs.ggc.generator.GhostGenerator myapp.guilog 
 com.fourjs.ggc.generator.BDLProducer myapp.4gl

When you have completed generating the test sets from the log, your next task is to compile and run them. See Write, compile, and run BDL tests.