that is really nice. can you please video on how we can use with restassured
@ContentwithAI23 ай бұрын
how can we capture request headers
@DezlearnEducation3 ай бұрын
In RestAssured there is ‘response.getHeaders()’ by using which you can capture the headers from an API response. Request is something that you make to an api( along with headers and other stuff) But, still if you want to log the request headers you can .’log().headers() within given() step of the request’.