Forum Discussion
Lucian
8 years agoCommunity Hero
Hi Richie,
Well you don't have to save the whole json response in a property because ReadyApi already does that automatically for you. :smileyvery-happy:
For instance, I have a request which returns the following raw response:
HTTP/1.1 200 OK
Content-Type: application/json
Server: Jetty(6.1.26)
{ "key" : "value" }When the request is finished the JSON is automatically saved as:
You can later reference this by using the usual SoapUI syntax: ${NameOfYourTestCase#Response}