Versions Compared

Key

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

...

Gliffy Diagram
chromemin
size1200
displayNamecallsteps
namecallsteps
pagePin12


Info
titleModular tests limitations
  • Precondition issues will be ignored when tests are being called/included in other tests.
  • Modular test design only works with manual tests.
  • The call context dataset for called tests does not support multiple iterations.
  • There is a depth limit of 5 called tests: A → B → C → D → E
  • The total number of called tests allowed for a given Test Run is 200.

...

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.

Image Added

Importing steps with call tests

...