Postman+Postman interceptor的安裝和使用-解決把chrome瀏覽器登陸狀態同步到postman進行有依賴的接口測試

問題引入:作接口測試時,有依賴關係的接口每每很差測試(好比登陸狀態信息),須要不斷抓取cookie中的token等值傳入去作身份驗證。解決這個問題的辦法就是引入interceptor插件,自動把cookie中的登陸信息帶入到postman中。chrome

1.postman安裝:瀏覽器

chrome://extensions/打開,把下載好的postman插件拖到裏面就能夠了。cookie

2.Postman interceptor安裝:post

chrome://extensions/打開,把下載好的Postman interceptor插件拖到裏面就能夠了。測試

3.Postman interceptor安裝完成chrome瀏覽器右上角會顯示一個圖標,點擊將其打開。spa

4.打開postman,打開interceptor插件插件

5.chrome瀏覽器中登陸測試的帳號,再用postman去測試依賴登陸狀態的接口就不須要驗證了,由於interceptor已經自動把瀏覽器中的登陸狀態同步到postman啦。blog

 

過程當中遇到的問題:token

1.先安裝了Postman interceptor,再安裝的postman,結果發送請求時一直處於loading狀態。接口

解決辦法:把兩個插件卸載,必定要先安裝postman,再安裝Postman interceptor

2.安裝完成進行接口測試一直處於loading狀態,這有多是postman和interceptor版本不一致致使的,這個版本要保持一致纔可用。

解決辦法:這裏附上親測可用的配套postman和interceptor的安裝包。

連接: https://pan.baidu.com/s/1eofcGmsfrAAnK8oZr-WW5Q   密碼: 85ia

相關文章
相關標籤/搜索