Test speed ratio
There is an option available to specify the speed the generated test is played.
The scenario can play at the pace specified in the generated scenario. There is a default or normal wait delay (defined as 1 or 100%) between each test instruction. By setting a speed ratio option, it allows you to speed up or slow down the pace of the test execution.
In this task, you set --speed-ratio
to
shorten the time it takes to complete the test.
Steps
The test runs and the results display in the output.
Tip:
Another option is to generate the test without wait delay instructions using the
--no-wait
option. For example: -
ggcgen bdl --no-wait myapp.guilog
Instructions such as
CALL ggc.wait(...)
are then not generated in your BDL scenario. -
ggcgen java --no-wait myapp.guilog
Instructions such as
client.wait(...)
are not generated in your Java scenario.