Assertions - Verify Response
Assertions editor



Assertions Creation from Response




Assertion Types

Exists - Validates that a parameter exists and not null.
Doesn't exist - Validates that a parameter doesn't exists or null.
Equals - Validates that a parameter is equal to the given expression. The equality check is case sensitive.
Doesn't equal - Validates that a parameter is NOT equal to the given expression. The equality check is case sensitive.
Contains - Validates that a parameter contains a sub-string. The containment check is case sensitive.
Doesn't contain - Validates that a parameter DOESN'T contain the given expression. The containment check is case sensitive.
Matches - Validates that a parameter matches the given regular expression.
Greater than - Validates that a parameter is greater than the given expression.
Less than - Validates that a parameter is less than the given expression.
JSON Schema - Validate that a parameter comply with given JSON Schema.
JSON Contains - Validates that a json contains a subset json, in such way dynamic fields can be omitted to avoid false negatives.
XML Contains - Validates that an xml contains a subset xml, in such way dynamic fields can be omitted to avoid false negatives.

Suggestions


Caveats
Last updated





































