Sharing Data Between Visual Tests

Silk Test Workbench lets you pass data from one visual test to another. Create parameters to hold the data in one test. Then execute that test in another visual test to pass in the parameters and use their data.

Parameters are passed into any visual test that executes the test containing the parameters. Once passed in, you can assign data values and use parameters in expressions, test logic, or anywhere parameters can be used. You can also assign the parameter value to a local variable and use the local variable.

Create parameters to make data available in any visual test. In the visual test that uses the parameter, perform the following tasks:
  • Insert the visual test that creates the parameter.
  • Assign values to the parameters.