Skip to main content

Assert Compares

Legacy Documentation
You're viewing legacy documentation for API Fortress (deployed via an on-premises container). To view documentation for the new SaaS version of API Fortress — now known as Sauce Labs API Testing and Monitoring (with Sauce Connect tunnels) — see API Testing on the Sauce Labs Cloud.

Allows you to compare two payloads in terms of text, structure or values.

Parameters

NameType/ValueRequired
Expression 1ExpressionYes
Expression 2ExpressionYes
ModeText, values, structureYes
Levelerror, warningNo
Stop test if failsTrue, falseNo
  • Expression 1: the first payload you want to compare. See Expression for more details.
  • Expression 2: the second payload you want to compare.
  • Mode: the comparator you wish to use.
    • Text compares the text of the two payloads as plain text
    • values compares the two payloads regardless the text layout
    • structure compares only the structure of the two payloads.
  • Level: Specifies, when the assertion fails, whether it should be considered an error or just a warning.
  • Stop test if fails: The test will be immediately stopped if the assertion fails.
note

A warning will not trigger alerts (such as email or text messages).

Assertion Compares Pic