You can pass the output parameters of a visual test to other visual tests that call this visual test. We will refer to the
calling visual test as the
host test and to the called visual test as the
child test. To use the parameters of a child test in a host test, assign the output parameters of the child test to local variables
in the host test.
If the child test has been included for playback in the host test and its input and output parameters have been defined correctly,
the child test can now be played back and parameters are successfully passed between the child test and the host test.
Note: For a detailed example of how to create input and output parameters and use them in a visual test, refer to
Playing Back Scripts From Visual Tests in the
Welcome to the SilkTest Workbench Visual Test Tutorial.