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 DiscussionsUnable to authenticate license in Ready API Login button unresponsiveSolvedAssertions Panel issue to update assertions since update 3.63ReadyAPI websocket plugin issue
Related ContentCompare response to table valuesCompare JSON & JDBC response using groovyBest way to compare two JSON responses