When calling a visual test as a test step from another visual test, you can pass parameters between these visual steps. We
will refer to the calling visual test as the
host test and to the called visual test as the
child test.
- To pass a parameter from the host test to the child test, you have to specify the parameter as an input parameter for the
child test.
- To pass a parameter from the child test to the host test, you have to specify the parameter as an output parameter for the
child test.