📌  相关文章
📜  如何在邮递员中测试响应 - 无论代码示例

📅  最后修改于: 2022-03-11 14:57:46.361000             🧑  作者: Mango

代码示例1
Basicall we are checking response body
to verify if request matches with response.
In the response we are verifying
(body, status code, header, response time,
 test structure of json against the given jsonSchema)