Verifying application behavior
To check the expected behavior of the application during
a service test, you can add verification points after a message return.
During the run, verification points produce a pass, fail, error, or
inconclusive status in the Web Service Verification Point report.
- Adding equal verification points
Equal verification points enable you to check that the
contents returned by a service match exactly the contents specified
in the verification point.
- Adding contain verification points
With contain verification points, you can check that one
or several elements of the XML content returned by a service match
the XML fragment that is specified in the verification point.
- Adding Xpath query verification points
With service query verification points, you can check that
a response matches an Xpath query.
- Adding attachment verification points
Service attachment verification points enable you to check
that the attachment of a service response matches the specified criteria.
- Adding XSD verification points
XSD verification points enable you to check that the XML
content of a service response comply with the rules defined in an
XML Schema Definition (XSD) file.