postman_09
当一个接口发送请求有返回结果后,如何知道返回的结果符合预期?可以在 postman 里面的 Tests 写脚本断言符合结果符合预期。
Tests 是接口返回 response 之后的脚本操作,可以使用 JavaScript 为 Postman API 请求编写 Tests 脚本
悠悠博客 postman 校验
https://www.cnblogs.com/yoyoketang/p/14746882.html
postman_09 code生成代码
2024-03-05 17:21:07
postman_09
当一个接口发送请求有返回结果后,如何知道返回的结果符合预期?可以在 postman 里面的 Tests 写脚本断言符合结果符合预期。
Tests 是接口返回 response 之后的脚本操作,可以使用 JavaScript 为 Postman API 请求编写 Tests 脚本
悠悠博客 postman 校验
https://www.cnblogs.com/yoyoketang/p/14746882.html
postman_09 code生成代码