How to Assert values sent in Request Body at Rest response?
Hi I am trying to make an assertion of the request body I am sending in a PUT method on the response of a GET method in another step. Request body sent in PUT method: { "storeId" : "0010", "registerNumber" : "0012" } Json response in GETmethod: { "PackageId": "188800120412201723609318", "storeId" : "0010", "registerNumber" : "0012" "lineId": "01" "createdTimestamp": "04-19-2017 3:22 PM Wed UTC" } How can I map each node on the JSON (storeId ,registerNumber )sent in the request body at the JSON response to the same Thanks! SOAPUI NG 1.9 Kind regards, Pedro2.8KViews0likes1Comment