Forum Discussion

ctb's avatar
ctb
Occasional Contributor
10 years ago
Solved

How do I fail an automated SOAP request?

I am a  very new SOAP UI user and I am testing an API using SOAP calls. I am setting up automated tests for each call . However, every one is successful from a SOAP UI standpoint because I receive a ...
  • nmrao's avatar
    10 years ago
    One can add assertions for the test request test step. you can add contains certain string or not contains string you may make it fail or pass as per your need.
    Also check soapui.org site for more details on the documentation.