Reusable tests

  • Release version: Zurich
  • Updated July 31, 2025
  • 1 minute to read
  • Leverage reusable tests to simplify test maintenance and streamline the management of large tests and test suites. Reusable tests reduce redundancy, ensuring consistent and reliable test execution across your system.

    Note:
    A reusable test can be invoked only from another test (a regular test or a reusable test). The reusable test can’t be added to test suites individually.
    Use the following related lists to pass variables from one test to another. Select New to create either the reusable input or output.
    • Reusable Input Variables: Contains the reusable input variables that are passed in from the parent test. The variable is passed from the test calling the current reusable test.
    • Reusable Output Variables: Contains the reusable output variables that are passed in from the child test. The variable is intended to be passed back up to the parent test calling the current reusable test.

    Screenshot showing input/output variables

    Note:
    The reusable input and output variables that you create for the test are shown under the Reusable Input Variables and Reusable Output Variables related lists. The input variables are passed in from the parent test that is calling the current reusable test and is used by the reusable test. The output variables are passed back to the parent test and are used only by its test steps.

    Use the Reusable Test test step category to access the created reusable test records. See Reusable Tests category for more information.