Postman常用技巧彙總
最近專案因為SIT和UAT環境的服務時不時被反饋不太穩定,公司的Kibana監控也沒有預警到,專案組討論自己上一些監控功能其中有一項就是通過postman實現對介面的測試和預警,在這裡剛好把postman的功能也梳理和彙總下。
1. postman env
1.1 全域性環境變數
全域性變數一般用來設定一些公共的變數,postman的全域性變數的設定 Environments -> Globals
全域性變數的引用{{xxxx}},滑鼠放在變數上顯示G圖示就是引用的全域性變數
postman預設的全域性變數如下表
1.2 環境變數
環境變數相對於全域性變數來說,影響的範圍更小,但是優先順序比全域性變數更高,一般來說的不同的Collections會對應不同Enviroment環境變數檔案,環境變數的設定如下圖建立一個名為postman-skill的環境變數
引用環境變數,會發現有同樣命名為{{mock-server}}的變數,環境變數優先順序高於全域性變數,值顯示為“localhost:8980”
2. postman Tests
2.1 後置處理
postman的Tests可以理解成後置處理,postman還有一個前置處理 Pre-request Script, 這兩個分別表示在run test之前和之後執行的邏輯,此處講講Test後置處理
2.1.1 處理返回的狀態碼
pm.test("校驗response code為 200", function () { pm.response.to.have.status(200); });
2.1.2 處理返回的Response Body
pm.test("校驗response boay包含 雙色球", function () { pm.expect(pm.response.text()).to.include("雙色球"); }); pm.test("校驗pageCount值為 1 ", function () { var jsonData = pm.response.json(); pm.expect(jsonData.pageCount).to.eql(1); }); pm.test("校驗result陣列的第一個物件的code值為 2022026 ", function () { var jsonData = pm.response.json(); console.log(jsonData); pm.expect(jsonData.result[0].code).to.eql("2022026"); });
實際的Response Body
{ "state": 0, "message": "查詢成功", "pageCount": 1, "countNum": 0, "Tflag": 0, "result": [ { "name": "雙色球", "code": "2022026", "detailsLink": "/c/2022/03/10/499007.shtml", "videoLink": "/c/2022/03/10/499006.shtml", "date": "2022-03-10(四)", "week": "四", "red": "03,04,10,15,22,24", "blue": "02", "blue2": "", "sales": "390646552", "poolmoney": "1820096321", "content": "內蒙古1注,江蘇1注,浙江2注,福建1注,山東1注,廣東2注,海南1注,深圳1注,共10注。", "addmoney": "", "addmoney2": "", "msg": "", "z2add": "", "m2add": "", "prizegrades": [ { "type": 1, "typenum": "10", "typemoney": "7519808" }, { "type": 2, "typenum": "129", "typemoney": "244167" }, { "type": 3, "typenum": "1096", "typemoney": "3000" }, { "type": 4, "typenum": "60656", "typemoney": "200" }, { "type": 5, "typenum": "1226877", "typemoney": "10" }, { "type": 6, "typenum": "7547686", "typemoney": "5" }, { "type": 7, "typenum": "", "typemoney": "" } ] }, { "name": "雙色球", "code": "2022025", "detailsLink": "/c/2022/03/08/498795.shtml", "videoLink": "/c/2022/03/08/498794.shtml", "date": "2022-03-08(二)", "week": "二", "red": "06,19,24,25,28,32", "blue": "04", "blue2": "", "sales": "380028752", "poolmoney": "1800801596", "content": "湖南1注,共1注。", "addmoney": "", "addmoney2": "", "msg": "", "z2add": "", "m2add": "", "prizegrades": [ { "type": 1, "typenum": "1", "typemoney": "10000000" }, { "type": 2, "typenum": "98", "typemoney": "261907" }, { "type": 3, "typenum": "1184", "typemoney": "3000" }, { "type": 4, "typenum": "65320", "typemoney": "200" }, { "type": 5, "typenum": "1271944", "typemoney": "10" }, { "type": 6, "typenum": "10842155", "typemoney": "5" }, { "type": 7, "typenum": "", "typemoney": "" } ] }, { "name": "雙色球", "code": "2022024", "detailsLink": "/c/2022/03/06/498683.shtml", "videoLink": "/c/2022/03/06/498682.shtml", "date": "2022-03-06(日)", "week": "日", "red": "07,09,10,14,19,24", "blue": "15", "blue2": "", "sales": "412478136", "poolmoney": "1733800692", "content": "山東1注,湖北1注,共2注。", "addmoney": "", "addmoney2": "", "msg": "", "z2add": "", "m2add": "", "prizegrades": [ { "type": 1, "typenum": "2", "typemoney": "10000000" }, { "type": 2, "typenum": "154", "typemoney": "187504" }, { "type": 3, "typenum": "1455", "typemoney": "3000" }, { "type": 4, "typenum": "82140", "typemoney": "200" }, { "type": 5, "typenum": "1599856", "typemoney": "10" }, { "type": 6, "typenum": "9964007", "typemoney": "5" }, { "type": 7, "typenum": "", "typemoney": "" } ] }, { "name": "雙色球", "code": "2022023", "detailsLink": "/c/2022/03/03/498667.shtml", "videoLink": "/c/2022/03/03/498666.shtml", "date": "2022-03-03(四)", "week": "四", "red": "07,12,17,19,24,25", "blue": "02", "blue2": "", "sales": "386299738", "poolmoney": "1667173674", "content": "山西1注,吉林1注,浙江1注,湖北1注,廣東5注,共9注。", "addmoney": "", "addmoney2": "", "msg": "", "z2add": "", "m2add": "", "prizegrades": [ { "type": 1, "typenum": "9", "typemoney": "7444170" }, { "type": 2, "typenum": "98", "typemoney": "280580" }, { "type": 3, "typenum": "1288", "typemoney": "3000" }, { "type": 4, "typenum": "70720", "typemoney": "200" }, { "type": 5, "typenum": "1393074", "typemoney": "10" }, { "type": 6, "typenum": "9472092", "typemoney": "5" }, { "type": 7, "typenum": "", "typemoney": "" } ] }, { "name": "雙色球", "code": "2022022", "detailsLink": "/c/2022/03/01/498455.shtml", "videoLink": "/c/2022/03/01/498454.shtml", "date": "2022-03-01(二)", "week": "二", "red": "01,07,11,15,17,19", "blue": "06", "blue2": "", "sales": "374172850", "poolmoney": "1651680455", "content": "北京1注,河北1注,江蘇3注,浙江1注,湖北1注,四川1注,寧夏1注,共9注。", "addmoney": "", "addmoney2": "", "msg": "", "z2add": "", "m2add": "", "prizegrades": [ { "type": 1, "typenum": "9", "typemoney": "6751389" }, { "type": 2, "typenum": "162", "typemoney": "121624" }, { "type": 3, "typenum": "1841", "typemoney": "3000" }, { "type": 4, "typenum": "95683", "typemoney": "200" }, { "type": 5, "typenum": "1710271", "typemoney": "10" }, { "type": 6, "typenum": "12553973", "typemoney": "5" }, { "type": 7, "typenum": "", "typemoney": "" } ] } ] }
2.1.3 處理返回的Request Headers
pm.test("校驗請求頭包含 X-XSS-Protection", function () { pm.response.to.have.header("X-XSS-Protection"); });
2.1.4 處理Reponse響應時間
pm.test("校驗響應時間小於 100ms", function () { pm.expect(pm.response.responseTime).to.be.below(100); });
2.1.5 設定變數
比如我這邊test case #7 和test case #8,有關聯關係,#8的請引數,需要先從#7的Response Body獲取
#7 set env
pm.test("Status code is 200", function () { pm.response.to.have.status(200); var resJson = pm.response.json(); console.log(resJson.token); if(resJson.token){ pm.environment.set("seanTokenId", resJson.token); } console.log(pm.environment); console.log(pm.environment.get("seanTokenId")); });
#8 get env
以上只是一部分postman的script的處理以及斷言等,但對開發人員來講基本也夠用了
3. postman newman
3.1 自動化測試
newman是postman的命令列Collection Runner,它直接從命令列執行和測試postman collection,並匯出結果報表,關於怎麼安裝newman就不說了, 如果要生成html的報表還需要安裝newman-reporter-html
npm install -g newman-reporter-html
執行測試用例並匯出結果報表為html格式
newman run postman-skill.postman_collection.json -e postman-skill.postman_environment.json -r cli,html --reporter-html-export newman-report/postman-skill-report.html
如果對newman 引數不清可以看看help
newman run -h
選項:
-e, --environment <path> 指定Postman環境的URL或路徑
-g, --globals <path> 指定包含Postman Globals的檔案的URL或路徑
-r, --reporters [reporters] 指定用於此執行的報告器(預設值:["cli"])
-n, --iteration-count <n> 定義要執行的迭代次數
-d, --iteration-data <path> 指定用於迭代的資料檔案(JSON 或 CSV)
--folder <path> 指定要從集合執行的資料夾。可多次指定執行多個資料夾(預設:[])
--global-var <value> 允許通過命令列指定全域性變數,採用 key=value 格式(預設值:[])
--env-var <value> 允許通過命令列指定環境變數,採用 key=value 格式(預設值:[])
--export-environment <path> 完成執行後將最終環境匯出到檔案
--export-globals <path> 完成執行後將最終的全域性變數匯出到檔案
--export-collection <path> 完成執行後將執行的集合匯出到檔案
--postman-api-key <apiKey> API Key用於從Postman API載入資源
--bail [modifiers] 指定是否在遇到錯誤時優雅地停止收集執行,以及是否基於可選修飾符以錯誤結束執行
--ignore-redirects 防止Newman自動跟隨3XX重定向響應
-x , --suppress-exit-code 指定是否覆蓋當前執行的預設退出程式碼
--silent 阻止Newman向CLI顯示輸出
--disable-unicode 強制將符合Unicode的符號替換為其純文字等效項
--color <value> 啟用/禁用彩色輸出 (auto|on|off) (預設: "auto")
--delay-request [n] 指定請求之間的延遲程度(毫秒)(預設值:0)
--timeout [n] 指定收集執行的超時時間(毫秒)(預設值:0)
--timeout-request [n] 指定請求的超時時間(毫秒)(預設值:0)
--timeout-script [n] 指定指令碼的超時時間(毫秒)(預設值:0)
--working-dir <path> 指定工作目錄的路徑
--no-insecure-file-read 防止讀取位於工作目錄之外的檔案
-k, --insecure 禁用SSL驗證
--ssl-client-cert-list <path> 指定客戶端證書配置(JSON)的路徑
--ssl-client-cert <path> 指定客戶端證書 (PEM) 的路徑
--ssl-client-key <path> 指定客戶端證書私鑰的路徑
--ssl-client-passphrase <passphrase> 指定客戶端證書密碼(用於受保護的金鑰)
--ssl-extra-ca-certs <path> 指定額外受信任的CA證書 (PEM)
--cookie-jar <path> 指定自定義cookie jar的路徑(序列化的tough-cookie JSON)
--export-cookie-jar <path> 完成執行後將cookie jar匯出到檔案
--verbose 顯示收集執行和傳送的每個請求的詳細資訊
-h, --help 顯示命令幫助
上面已經可以通過指令法方式跑全部的測試用例,如果要進步實現自動化測試方案如下
1. postman 自帶的montiors - 這種方式比較快捷方便,可以實現定時跑測試用例,並自帶郵件功能,缺點是有些公司是內網開發,這個功能不能使用 2. jenkins整合newman - 這種方式也是方便的定製化需求,但是開發團隊需要依賴devops團隊的支撐,能落地的時間不確定 3. 自己實現一個自動測試程式(js ,java) - 這種方式完全由開發團隊自己來完成,對外部依賴較少,可以完全自己自由實現,就是需要投入開發時間
關於postmen的全部技巧可以參考官方文件:https://learning.postman.com/docs/getting-started/introduction/