vineethwip
7 years agoNew Contributor
adding assertions in soap ui to validate xml response tags with database values
hi,
I am new to soap ui.can someone help me with adding assertions in soapui to do automated testing of validation of xml response with database values
attached is sample request and response
Did you click the Declare button under the XPath expression header to add namespace declaration?
A wildcard could be used to skip the declaration if that causes a problem
//*:counter_party_risk_list[1]/*:counter_party_risk[1]
https://www.soapui.org/docs/functional-testing/validating-messages/validating-xml-messages.html