Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Once parameters are defined on the call test step dataset, they will appear on the step body when the step is expanded.


It is possible to map a parameter from the parent test to the called test:

  • Whenever the value of a called parameter contains another variable reference (e.g., ${var1}), this variable is resolved using the context dataset of the Test Run.

Image Added

  • The call test parameter value must have exactly a parameter reference in the form ${var1}, and the parameter is present in the resolved dataset. Otherwise, the parameter value will not be resolved and the parameter will be displayed as ${var1} on the execution page.





Importing steps with call tests

...