If you are testing XML documents without namesapces, and you assert them with XPath expressions without namespaces, your XPath expressions (e.g. '//my-stuff') will not match.
An easy trick to make this work, is to add '*:' (wildcard) namespace in front of your elements (e.g. '*://my-stuff')
10 March 2016
SoapUI XPath assert needs namespaces
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment