What are Collections in Postman? And what can they contain?
Experience Level: Junior
Tags: PostmanTools
Answer
Collections are lists of predefined HTTP requests.
When you create a HTTP request, it always belongs to some collection.
Once you start having many HTTP requests in your collection, it becomes chaotic. So to allow for further categorization of your requests, you can create folders and put your requests to a folder structure.
So a collection can contain
- HTTP requests and
- folders.
Related Postman job interview questions
How do you create a Request in Postman?
PostmanTools JuniorIn Postman, what is a difference between Folder and Collection?
PostmanTools JuniorWhy would you create a Request in Postman?
PostmanTools JuniorHow do you install Postman?
PostmanTools Junior