mahesh_avinash1Occasional Contributor10 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 Hero10 years agoYou can use xpath assertion and put whatever value you are expecting.xpath - //*:CustomerId/text()
Recent DiscussionsConnect ready API with JMSImporting project from old ready api version to new 5.7.1Getting error “this.wss container is null “when started using new ready api 5.7
Related ContentCompare response to table valuesCompare JSON & JDBC response using groovyBest way to compare two JSON responses