Versions Compared

Key

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

TDD4C runs only Groovy elements. All other elements must be set in advance, otherwise the logic execution will fail.

To do so, use the .withElementResult method on TestRun. Setting the result for the Groovy element will ensure that the Groovy element will not be evaluated and the provided value will be used instead.

...