What Response parts can you inspect using Postman?
Experience Level: Junior
Tags: PostmanTools
Answer
The following parts of the HTTP response can be displayed:
- HTTP response status code
- HTTP response headers
- HTTP response body
Postman also visualizes:
- Cookies - these are normally part of HTTP response headers, but Postman displays them in a standalone tab
- Time - displays details about duration of HTTP request/response phazes
And if you defined some Tests for your HTTP request, folder or collection, you can see the results of these tests in tab Test Results.
Related Postman job interview questions
What Request components can you set or modify using Postman?
PostmanTools JuniorWhat Response body formats does Postman support and when would you use each of them?
PostmanTools JuniorHow do you send a Request in Postman?
PostmanTools JuniorHow do you create a Request in Postman?
PostmanTools JuniorIn Postman, what is a difference between Folder and Collection?
PostmanTools Junior