Recall & Review
beginner
What is a collection in Postman?
A collection in Postman is a group of saved API requests organized together. It helps you manage and run related API tests easily.
Click to reveal answer
beginner
How do you create a new collection in Postman?
Click the 'New' button, then select 'Collection'. Give it a name and description, then save it. You can now add requests to this collection.
Click to reveal answer
beginner
Why should you use collections in API testing?
Collections help organize tests, share them with teammates, run multiple requests in order, and automate testing with scripts.
Click to reveal answer
intermediate
What can you add inside a Postman collection?
You can add API requests, folders to group requests, variables, pre-request scripts, and tests to automate checks.
Click to reveal answer
intermediate
How do folders inside collections help?
Folders group related requests inside a collection, making it easier to organize and run specific sets of tests.
Click to reveal answer
What is the first step to create a collection in Postman?
✗ Incorrect
You start creating a collection by clicking the 'New' button in Postman.
Which of these can you NOT add directly inside a Postman collection?
✗ Incorrect
Database schemas are not added inside Postman collections; collections hold requests, folders, and scripts.
Why use folders inside a collection?
✗ Incorrect
Folders help organize related API requests inside a collection.
What is a benefit of using collections in Postman?
✗ Incorrect
Collections allow teams to share and collaborate on API tests easily.
How can you add a test to a request in a collection?
✗ Incorrect
Tests are added by writing scripts in the Tests tab of a request.
Explain how to create and organize a collection in Postman.
Think about the steps from starting a new collection to organizing requests inside it.
You got /5 concepts.
Describe the benefits of using collections for API testing.
Consider how collections help teamwork and automation.
You got /5 concepts.