registerScenario()
Registers a scenario function for testing.
Syntax
registerScenario(
FUNCTION function_name )
function_name
is the name of a function in your test module, which represents a scenario.
Usage
You use it to register a scenario for testing with the GGC engine. The GGC executes or plays scenarios in the order they are registered. For example:
CALL ggc.registerScenario(FUNCTION play_0)