我想在Postman中編寫一個測試來檢查從服務器收到的響應中是否存在JSON密鑰。檢查JSON對象是否存在(Postman)
響應:
{
"Result": 0,
"ResponseStatus": {
"ErrorCode": null,
"Message": null,
"StackTrace": null,
"Errors": null
},
"ResponseHeader": {
"Succeeded": true,
"Errors": null
},
"SessionId": "XXX-XXX-XXX"
}
我要檢查 「的結果,錯誤碼,信息,成功」 等。
謝謝!
什麼是你的問題?你在哪裏遇到麻煩? – WillardSolutions
分享你的後端api –
@ZahidRahman - 爲什麼你需要知道後端API的詳細信息,以便回答一個關於針對已成功檢索的JSON編寫測試的問題? – Quentin