postman 工具使用Tips

雪花飄發表於2021-09-15
  • 使用控制檯檢視請求報文資訊

postman 工具使用Tips

postman 工具使用Tips

  • 檢視 console 列印日誌

postman 工具使用Tips

postman 工具使用Tips

  • 獲取請求對應不同格式的實現程式碼,curl 可能會用上

postman 工具使用Tips

postman 工具使用Tips

  • 請求前置指令碼和後置指令碼
    pre-request scripts 顧名思義,請求前指令碼處理
    tests 則相反,請求後指令碼處理
    指令碼中的變數作用域
    pm.global 作用域為所有請求
    pm.environment 作用域為collection中的請求
    pm.local 作用域為當前請求
    eg:一般對登入介面返回token進行儲存到變數,在正常業務介面中直接使用該變數即可{{token}}

postman 工具使用Tips

本作品採用《CC 協議》,轉載必須註明作者和本文連結
雪花飄

相關文章