jaya_kiran
4 years agoOccasional Contributor
how to do assertion if the response has multiple arrays with single object
how to write assertion if request is a json and response is a json with single array with single object ,and also for multiple arrays with single object?
trying to see if all the fields in request json(input payload) has successfully transformed into required json(output) or not. only thing is i am unable to write assertion since response is single array with single object . can anyone help me with what expression i can use for it? or any script?
and with multiple arrays with single object?