Postman的第一个案例演示

  • 测试对象的准备:
    • 接口文档地址:https://www.v2ex.com/p/7v9TEc53
    • API测试地址:https://www.v2ex.com/api/topics/hot.json
    • api的介绍:最热主题:相当于首页右侧的 10 大每天的内容。https://www.v2ex.com/api/topics/hot.json   Method: GET   Authentication: None
  • 打开Postman工具
    •  

    • Postman的几个注意事项:
    •  

  • Postman接口测试整个过程的总结:
    • postman发送请求到服务器
    • 服务器根据请求把结果返回给postman
    • postman把结果显示给用户
posted @ 2018-04-25 09:30  神龙天兵  阅读(250)  评论(0编辑  收藏  举报