Manuals / API Testing / Chapter 3
A · HTTP Foundations · beginner · Week 1–2 · Chapter 3 of 11
Postman collections & environments
Postman is the industry default for API exploration. Collections, environments, variables, and test scripts — organized like a real QA team.
Path progress20%
Step 1 of 4
Build a collection
Folder by resource: /users, /posts. Name requests as verbs: Get User, Create Post. Variables: {{baseUrl}}, {{userId}}.
Do this now
Create JSONPlaceholder collection with 8 requests across users and posts.
Was this step clear?
Chapter learning outcomes
- Collections and folders
- Environment variables
- Pre-request scripts
- Tests tab assertions
Clear these before you leave
Side quest
CRUD folder
Full CRUD on /posts: create, read, update, delete with chained postId.