What Response parts can you inspect using Postman?
Experience Level:
Junior
Tags:
Postman
Tools
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?
Postman Tools Junior -
What Response body formats does Postman support and when would you use each of them?
Postman Tools Junior -
How do you send a Request in Postman?
Postman Tools Junior -
How do you create a Request in Postman?
Postman Tools Junior -
In Postman, what is a difference between Folder and Collection?
Postman Tools Junior