Forum Discussion
prouser
12 years agoContributor
Looks like Soap UI Pro 4.6.4 supports Xpath 2.0 which has the "endswith" function
So, I used the following to get my desired result of ignoring the table names during my assertions
${JDBC Request TestStep#ResponseAsXml#//Results[1]/ResultSet[1]/Row[1]/*[ends-with(name(), 'AMOUNT')]}
So, I used the following to get my desired result of ignoring the table names during my assertions
${JDBC Request TestStep#ResponseAsXml#//Results[1]/ResultSet[1]/Row[1]/*[ends-with(name(), 'AMOUNT')]}