
YouTube Playlist
The complete YouTube Playlist on Postman will give you basic setup knowledge to advance usage of the tool.
Quick Links
- Postman Overview: https://youtu.be/b8X24Afl_G4
- Installation and Updates: https://youtu.be/keSgro3uOIk
- Creating First Collection and Request: https://youtu.be/cydSoQ2P5j4
- Post Request and Creating Token: https://youtu.be/1WnkxZhe8a8
- Get Request using Path and Query Parameter: https://youtu.be/dk6_hAnT080
- Post Request: https://youtu.be/NW__K5wtFfU
- Put Request with Authorization: https://youtu.be/oZrZuCk1q9U
- Patch Request: https://youtu.be/TrQ14cFO7t8
- Delete Request: https://youtu.be/ha716KNRI5c
- File Upload Example: https://youtu.be/PrQ8yEvlGIE
- Validate Response by writing Tests: https://youtu.be/cyXAHuHeWGk
- Environment Variable: https://youtu.be/_wHi8BKGga0
- Global Variable: https://youtu.be/DWZJHc0KE_c
- Collection Variable: https://youtu.be/LsIEI8ujlYo
- How to run the Collection: https://youtu.be/sxbRazMOKUY
- How to run the Postman Collection From Command Line: https://youtu.be/AJRCNvnBl2c
- How to run the Postman Collection From Command Line and Generate an HTML report: https://youtu.be/gCBgp_c137Q
- Run Postman Collection From Jenkins with Newman CLI Tool: https://youtu.be/_zyUMcLD5qA
#20 How To Import Swagger in Postman for API Testing
To import Swagger into Postman, follow these steps:
- Open Postman: Launch the Postman application on your computer.
- Create a new request: Click on the “New” button in the top-left corner of the Postman window to create a new request.
- Import Swagger file: In the new request tab, click on the “Import” button located next to the “Save” button.
- Choose the Swagger file: Select the option to import a file and browse your computer to locate the Swagger file (usually in JSON or YAML format). Click “Open” to select the file.
- Import the Swagger collection: Postman will analyze the Swagger file and convert it into a Postman collection. Review the details and settings for the imported collection.
- Customize the collection (optional): You can modify the imported collection’s name, description, and settings if needed.
- Import complete: Click on the “Import” button to import the Swagger collection into Postman. Once the import is complete, the collection will appear in the left sidebar under the “Collections” tab.
- Access Swagger endpoints: Expand the imported collection in the sidebar to view the individual API endpoints defined in the Swagger file.
You can now use the imported Swagger collection in Postman to send requests, test APIs, and manage your API workflow.
Important Links for your reference
- Guide to API-First: https://www.postman.com/api-first/
- API Design: https://www.postman.com/api-platform/api-design/
- API Monitoring: https://www.postman.com/api-platform/api-monitoring/
- API Governance: https://www.postman.com/api-platform/api-governance/
- API Client: https://www.postman.com/api-platform/api-client/
- API Lifecycle: https://www.postman.com/api-platform/api-lifecycle/
- API Collaboration: https://www.postman.com/api-platform/api-collaboration/
- API Security: https://www.postman.com/api-platform/api-security/
- API Documentation: https://www.postman.com/api-platform/api-documentation/
- API Catalog: https://www.postman.com/api-platform/api-catalog/
- API Testing: https://www.postman.com/api-platform/api-testing/
- API Test Automation: https://www.postman.com/api-platform/api-test-automation/
- API Observability: https://www.postman.com/api-platform/api-observability/
What Do You Think?
Did this work for you?
Could I have done something better?
Have I missed something?
Please share your thoughts and let me know if there are particular things that you would enjoy reading further.
Cheers!