Compliance assertions deal with validating the service definition and message structure. Use them to check various aspects of SOAP operations, HTTP methods, WSDL and WADL definitions, and Web Service standards.
HTTP Assertions
The HTTP Download Resources assertion checks whether all resources (images, scripts, CSS, and so on) the HTML document refers to are available and downloadable.
HTTP Valid Status Codes (Deprecated)
The Valid HTTP Status Codes assertion checks whether the target test step received the HTTP result with a status which is on the list of defined codes.
This assertion is deprecated. Use the Smart Assertion instead. |
HTTP Invalid Status Codes (Deprecated)
The Invalid HTTP Status Codes assertion checks whether the target test step received the HTTP result with a status code not on the list of defined codes.
This assertion is deprecated. Use the Smart Assertion instead. |
Header Assertions
Header Equals Assertion (Deprecated)
The HTTP Header Equals assertion checks whether the header exists in the request or response and has the value you need.
This assertion is deprecated. Use the Smart Assertion instead. |
Header Exists Assertion (Deprecated)
The HTTP Header Exists assertion checks whether the header with the name you have specified exists in the request or response.
This assertion is deprecated. Use the Smart Assertion instead. |
Schema Compliance Assertions
The Schema Compliance assertion checks whether the last request or response is compliant with the associated WSDL or WADL schema definition.
JSON Schema Compliance Assertion
The JSON Schema Compliance assertion checks whether the last response is compliant with the associated JSON schema definition.
The Swagger Compliance assertion checks whether the last response is compatible with the specified OpenAPI or Swagger specification.
SOAP Assertions
The SOAP Fault assertion checks whether the last response you have received is a SOAP Fault.
The Not SOAP Fault assertion checks whether the last response you have received is not a SOAP Fault.
The SOAP Request assertion checks whether the last request is a valid SOAP request.
The SOAP Response assertion checks whether the last response you have received is a valid SOAP response.
WS Assertions
WS-Addressing Request Assertion
The WS-Addressing Request assertion checks whether the last request you have received contains valid WS-Addressing headers.
WS-Addressing Response Assertion
The WS-Addressing Response assertion checks whether the last response you have received contains valid WS-Addressing headers.
The WS-Security Status assertion checks whether the last request or response you have received contains valid WS-Security headers.