Forum Discussion

richard_mccarth's avatar
richard_mccarth
Contributor
17 years ago

Unable to edit SOAP Response Assertion for Test Case

I have added a SOAP Response Assertion to a test case through the 'Add Assertion' button displayed above the Test SOAP Request.

Should I be able to edit the assertion to check details within the response or does the assertion simply check that a response was received ? If this is the case how can I use soapUI to test the responses in a test case as the 'Configure assertion' button is greyed out.

Thanks,

Richard
  • mkliba's avatar
    mkliba
    Occasional Contributor
    The SOAP Response Assertion will let you only checks that the response is valid. Nothing else, nothing to configure.
    If you need to check the content in your response you should use another assertion type, like XPath Match for exemple, then you'll be able to edit the assertion.