Groovy in SOAP UI

Archive for October 3rd, 2008

Using XPath Assertion in SOAP UI

Posted by: devakara on: October 3, 2008

Assertions are generally the simple and most sought validations that can be enforced in SOAP UI.
For SOAP response we have an assertion step called ‘XPath Match‘, which validates the value yielded by the specified xpath with the one provided staticly.
When we add ‘XPath Match’ assertion using the Add Assertion button, we see the below window.
There [...]