Recall & Review
beginner
What is the Pretty view in Postman?
The Pretty view formats the response data in a readable way with colors and indentation. It helps you easily understand JSON, XML, or HTML responses.
Click to reveal answer
beginner
Describe the Raw view in Postman.
The Raw view shows the exact response body from the server without any formatting. It displays the body as plain text, useful for debugging.
Click to reveal answer
beginner
What does the Preview view do in Postman?
The Preview view renders the response as a web page if the response is HTML. It shows how the response would look in a browser.
Click to reveal answer
intermediate
Why would you use the Raw view instead of Pretty in Postman?
Use Raw view to see the exact response body without formatting. This helps when you want to check whitespace or binary data that Pretty might hide.
Click to reveal answer
intermediate
How can the Preview view help in testing web APIs?
Preview lets you see how HTML responses render visually. This helps verify if the API returns correct web pages or UI elements as expected.
Click to reveal answer
Which Postman view formats JSON responses with colors and indentation?
✗ Incorrect
The Pretty view formats JSON with colors and indentation for easy reading.
Which view shows the exact response body from the server as plain text?
✗ Incorrect
Raw view shows the unformatted exact response body from the server.
When would you use the Preview view in Postman?
✗ Incorrect
Preview renders HTML responses visually like a browser.
Which view is best to check for hidden whitespace or exact response formatting?
✗ Incorrect
Raw view shows the exact response body including whitespace.
What does the Pretty view NOT show that Raw view does?
✗ Incorrect
Pretty view formats the body; Raw shows the exact unformatted body.
Explain the differences between Pretty, Raw, and Preview views in Postman and when to use each.
Think about how each view helps you understand or debug the response.
You got /6 concepts.
How can the Preview view assist in testing APIs that return web pages?
Consider the visual aspect of API responses.
You got /4 concepts.