postman使用動態token發post請求小結

  最近使用postman作接口測試,感受挺好用的。post

測試中,每次post請求都要攜帶一個token,token是經過get請求得來的,動態變化的,而且token有有效期的限制。爲了不重複獲取token來手工修改給post請求賦值:測試

1.把token作成環境變量,這樣多個post請求能夠複用spa

 

在post請求中使用環境變量,攜帶token信息3d

 

2.發送get請求獲取當前可用token以後,在Tests中給環境變量賦值,這樣避免了token過時後,要手工發get,而後再手工修改環境變量的麻煩(官方文檔對pm.response對象的解釋也有限,摸索了很久!)對象

 

 

官方文檔:blog

https://learning.getpostman.com/docs/postman/scripts/test_examples/token

https://learning.getpostman.com/docs/postman/scripts/test_scripts/接口

相關文章
相關標籤/搜索