Validate API response correctness using Postman
Preconditions (2)
Step 1: Open Postman and create a new GET request
Step 2: Enter the API endpoint URL in the request URL field
Step 3: Click Send to execute the request
Step 4: Observe the response status code and body
Step 5: Validate that the status code is 200
Step 6: Validate that the response body contains the expected data fields and values
✅ Expected Result: The API response status code is 200 and the response body matches the expected data confirming the API works correctly