Practice & Assessment
Test your understanding of Introduction to Postman and API Fundamentals
Multiple Choice Questions
6Which of the following is NOT a core Postman feature?
What HTTP status code indicates a resource was successfully created?
Where in Postman do you write JavaScript assertions that validate the API response?
Which Postman tool shows the actual raw HTTP request and response including all headers?
What does 'idempotent' mean for an HTTP method?
What keyboard shortcut sends a request in Postman on Windows?
Mini Project
Build Your First Postman Collection
Create a complete Postman collection called 'Public API Explorer' that tests three different public APIs: (1) JSONPlaceholder (jsonplaceholder.typicode.com) โ add GET requests for users, posts, and comments organized in separate folders. (2) Open Library API (openlibrary.org/api) โ search for books by subject. (3) REST Countries API (restcountries.com/v3.1) โ fetch country data and filter by region. For each request, verify the status code is 200 using a basic test script. Export the collection as a JSON file.
