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 DiscussionsUnable to authenticate license in Ready API Login button unresponsiveReadyApi 3.64.0 parallel executionUnable to authenticate license in Ready API Login button unresponsiveSolved
Related ContentCompare response to table valuesCompare JSON & JDBC response using groovyBest way to compare two JSON responses