Recall & Review
beginner
What is a Postman collection?
A Postman collection is a group of saved API requests organized together. It helps testers run and share API tests easily.
Click to reveal answer
beginner
How do you import a collection in Postman?You click the 'Import' button, then upload a collection file (like JSON) or paste a link. This adds the collection to your workspace.
Click to reveal answer
beginner
Why export collections from Postman?
Exporting collections lets you share your API tests with others or back them up. It creates a file you can send or save.
Click to reveal answer
beginner
What file format is used for exporting Postman collections?
Postman collections are exported as JSON files. JSON is easy to read and import back into Postman or other tools.Click to reveal answer
intermediate
Can you import collections from URLs in Postman?Yes, Postman allows importing collections by pasting a URL that points to a collection file, making sharing easier.
Click to reveal answer
What is the first step to import a collection in Postman?
✗ Incorrect
To import a collection, you start by clicking the 'Import' button in Postman.
Which file format does Postman use to export collections?
✗ Incorrect
Postman exports collections as JSON files.
Why would you export a Postman collection?
✗ Incorrect
Exporting collections helps share or back up your API tests.
Can you import a collection into Postman using a URL?
✗ Incorrect
Postman allows importing collections by pasting a URL that points to a collection file.
What happens after you import a collection in Postman?
✗ Incorrect
After import, the collection appears in your Postman workspace ready to use.
Explain the steps to import a collection into Postman and why this is useful.
Think about how you add saved API requests from outside into Postman.
You got /4 concepts.
Describe how exporting collections helps in team collaboration and test management.
Consider why you might want to send your API tests to a teammate.
You got /4 concepts.