0
0
Postmantesting~5 mins

Pretty, raw, and preview views in Postman - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
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?
APretty
BRaw
CPreview
DHeaders
Which view shows the exact response body from the server as plain text?
APreview
BRaw
CPretty
DCookies
When would you use the Preview view in Postman?
ATo see formatted JSON
BTo view raw headers
CTo render HTML responses as a web page
DTo edit request body
Which view is best to check for hidden whitespace or exact response formatting?
ARaw
BTest Results
CPreview
DPretty
What does the Pretty view NOT show that Raw view does?
AIndented text
BFormatted JSON
CColor coding
DExact raw body response
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.