Skip to content
Advertisement

Tag: httpresponse

Change httpresponse with DTO

I run in container fake smtp and it has own api, but it’s not readable and i dont need like 80% of response, so how i can use DTO to make response more readable and less verbose? it responses huge json, i need to implement my DTO to make it more readable and remove unnecessary parts of json Answer I

response.jsonPath() has square brackets around the element, how do I retrieve the string value? Rest Assured

I have an HTTP response body that looks that this when I make a GET request: When I try to assert the results with “Rest Assured”, the name value is always wrapped in square brackets []. So the test fails with Expected “MyNameTest”, but was “[MyNameTest]” Can any one tell me how to resolve this? Answer You are accessing values

Advertisement