Verify Pretty, Raw, and Preview response views in Postman
Preconditions (2)
Step 1: Open Postman and create a new GET request
Step 2: Enter the URL https://jsonplaceholder.typicode.com/posts/1
Step 3: Click the Send button
Step 4: Observe the response section
Step 5: Click the Pretty tab and verify the response is formatted and color-coded
Step 6: Click the Raw tab and verify the response is shown as plain text without formatting
Step 7: Click the Preview tab and verify the response is rendered as a web preview (HTML or JSON rendered)
✅ Expected Result: The Pretty view shows formatted and color-coded JSON, the Raw view shows plain text JSON, and the Preview view renders the response appropriately.