mahesh_avinash1Occasional Contributor9 years agoHow to compare JMS response in soapui using groovy script I want to compare response element with expected output and save this result into result file. expected output: CustomerId=CUSTOMER_ID10 response: CustomerId=CUSTOMER_ID11 then resul...Show More
nmraoCommunity Hero9 years agoYou can use xpath assertion and put whatever value you are expecting.xpath - //*:CustomerId/text()
Recent DiscussionsCom server permission error on Process.startReuse adapted xml file and send in RESTManaging Failures - New vs. Expected/Known Issues
Related ContentCompare response to table valuesCompare JSON & JDBC response using groovyBest way to compare two JSON responses