Versions Compared

Key

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

...

Do not fail TC if DB reference not found

This flag determines if in the situation when DB validation for reference messages have not been found whether it should be treated as Error or Successful message.

Checked or 'X' - if reference document is not found test case will not be failed

Unchecked or '' - if reference document is not found test case will be failed (default setting)

Show XML in the original order (unsorted)

This flag determines if the lines of the file in the XML Comparison Report should be displayed in the original order or should be sorted alphabetically for a specific nodes.

Checked or 'X' - payload will not be sorted on the report

Unchecked or '' - payload will be sorted alphabetically (default value)

XSLT Transformations

XSLT Transformation can be applied on both Input and Output payloads and it is stored in a reference test case of type XSLT Transformation. To call XSLT Transformation during Test Case execution, Test Case number that is of type XSLT Transformation needs to be provided as an input to one of the below parameters.

Parameter name

Description

Execute XSLT on input payload

Run XSLT Transformation on input payload before any other execution steps

Execute XSLT on input payload after variable replacement

Run XSLT Transformation on input payload after variables are replaced with new values

Execute XSLT on ref. output payload

Run XSLT Transformation on output reference message (output stored in Test Case as reference)

Execute XSLT on cur. output payload

Run XSLT Transformation on current output message (output generated during Test Case execution)

Example usage of XSLT transformations can be found here https://int4support.atlassian.net/wiki/spaces/IUM/pages/1230602260/XSLT+transformation+examples#Different-order-of-XML-nodes-in-a-new-solution.