4.3.3.Assertions - Compliance,Status & Standards

  • SOAP response

    • Operations

      • Add Assertion -> Compliance, Status and Standards -> SOAP response

    • Target

      • Validates that the last received response is a valid SOAP response. Applicable to SOAP TestRequest Steps only.

      • e.g.,

        line -1: error: </ns1:details> does not close tag <ns1:details1>.

  • Schema Compliance

    • Operations

      • Add Assertion -> Compliance, Status and Standards -> Schema Compliance

    • Target

      • Validates that the last received message is complaint with the associated WSDL or WADL schema definition. Applicable to SOAP and REST TestSteps.

      • e.g.,

        line -1: error: </ns1:details> does not close tag <ns1:details1>.

      • e.g.,

        line 4: Expected element 'details@http://thomas-bayer.com/blz/' instead of 'details1@http://thomas-bayer.com/blz/' here
        line 9: Expected element 'details@http://thomas-bayer.com/blz/' before the end of the content

Last updated

Was this helpful?