# Postman 使用手冊 ###### tags: `Postman` # 如何import別人的postman檔案 ## 方法一 1. 打開postman,並且選擇import ![](https://i.imgur.com/YY6VHXH.png) 2. 選擇Link, 並填上以下網址 https://www.getpostman.com/collections/a681f4ca89d3122fd8fb ![](https://i.imgur.com/TzP1sdO.png) 3. 並且選擇import ![](https://i.imgur.com/37nbJnX.png) 4. 即可在Collections看到測試用的檔案 ![](https://i.imgur.com/1Pjj0MT.png) ## 方法二 1. 取得json檔案 https://github.com/ShannonHung/EasyCook/tree/master/postman 2. 打開postman,並且選擇import ![](https://i.imgur.com/YY6VHXH.png) 3. 選擇upload並且選擇第一個步驟的檔案 ![](https://i.imgur.com/PqH8mqM.png) 4. 即可在Collections看到測試用的檔案 ![](https://i.imgur.com/1Pjj0MT.png)