Recall & Review
beginner
What is a collection in Postman?
A collection in Postman is a group of saved API requests organized together to help you run and test APIs easily.
Click to reveal answer
beginner
How do you run a collection in Postman?
You run a collection by opening the Collection Runner, selecting the collection, setting environment and data if needed, then clicking the Run button.
Click to reveal answer
intermediate
What is the purpose of environment variables when running a collection?
Environment variables store values like URLs or tokens that can change, so you can run the same collection in different setups without changing requests manually.
Click to reveal answer
beginner
What does the Collection Runner show after running a collection?
It shows the status of each request (pass/fail), response times, and lets you review responses to check if the API works as expected.
Click to reveal answer
intermediate
How can you run a collection with different sets of data?
You can upload a CSV or JSON file with data in the Collection Runner to run the collection multiple times with different input values.
Click to reveal answer
What is the first step to run a collection in Postman?
✗ Incorrect
You start running a collection by opening the Collection Runner in Postman.
Which file types can you use to run a collection with multiple data sets?
✗ Incorrect
Postman supports CSV and JSON files for data-driven runs in the Collection Runner.
What does an environment variable help you do when running collections?
✗ Incorrect
Environment variables store values that can be reused and changed easily across requests.
After running a collection, what information can you see in the Collection Runner?
✗ Incorrect
The Collection Runner shows detailed results including status, response times, and response data.
Can you run a collection without selecting an environment?
✗ Incorrect
You can run a collection without an environment, but variables won’t be replaced with values.
Explain the steps to run a collection in Postman and what you see after running it.
Think about how you prepare and start the run, then what results you check.
You got /5 concepts.
Describe how environment variables help when running collections in Postman.
Consider why you might want to change URLs or tokens easily.
You got /3 concepts.