Use assertion on a one-way SOAP request?
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2012
02:31 AM
11-19-2012
02:31 AM
Use assertion on a one-way SOAP request?
I am cleaning up some test cases in one of our existing SoapUI projects and came across some Groovy code like this:
def response = testRunner.testCase.testSteps["Request"].testRequest.response.getRequest().getResponseContentAsXml()
assert response == null
My questions - Can I use an assertion to accomplish the same thing? If so, how?
Thanks in advance for your help.
-Tony
0 REPLIES 0
