0
0
Postmantesting~5 mins

Importing and exporting collections in Postman - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
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?
AClick the 'Import' button
BClick 'New Collection'
COpen the settings menu
DRun an API request
Which file format does Postman use to export collections?
A.xml
B.csv
C.json
D.txt
Why would you export a Postman collection?
ATo delete API requests
BTo share or back up API tests
CTo run tests faster
DTo convert requests to code
Can you import a collection into Postman using a URL?
AYes, by pasting the URL in the import dialog
BOnly if the URL is from Postman
CNo, only files can be imported
DOnly if the URL ends with .xml
What happens after you import a collection in Postman?
AYou must restart Postman
BThe collection is deleted
CPostman closes automatically
DThe collection appears in your workspace
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.