美文网首页
postman 分享

postman 分享

作者: 微笑的AK47 | 来源:发表于2021-02-08 15:43 被阅读0次

主要以下内容

1.postman 接口关联

2.断言

3.输出报告


1.postman 接口关联

接口1 http://apis.juhe.cn/simpleWeather/query?city=南京&key=07b3b6dfb94c3f67d968c08a3eab356f

接口2 http://apis.juhe.cn/simpleWeather/query?city={{city}}&key=07b3b6dfb94c3f67d968c08a3eab356f

接口2需要从接口1中返回的值中取值 

接口2 使用接口1 返回的值作为参数 

2.断言

3.输出报告

1  下载安装node.js

2运行npm install -g newman 命令,再运行 newman -v 命令检查安装

3运行npm install newman-reporter-html命令安装html插件

4.导出接口

5.运行 newman run C:\Users\xxxx\Desktop\mall.json -r html --reporter-html-export C:\Users\winshang\Desktop\mall.html命令回车即可生成报告如下图

断言

相关文章

  • postman 分享

    主要以下内容 1.postman 接口关联 2.断言 3.输出报告 1.postman 接口关联 接口1http:...

  • Postman - 入坑系列 ~ 简介

    什么是Postman?,作为Developer无人不知无人不晓的接口测试工具,百万开发人员使用Postman来分享...

  • 如何注册postman的登录账号

    简介:本文主要介绍如何注册postman账号。 注册postman的好处: 1)可以分享和管理你的接口用例集 2)...

  • 使用Python Requests实现OpenDaylight对

    之前分享的《如何用postman控制ODL查看和下发流表》毕竟是要操作postman,不方便集成到代码中。借助Py...

  • POSTMAN

    POSTMAN简介 POSTMAN安装 POSTMAN使用

  • Postman 使用入门

    Postman Postman Makes API Development Simple. 使用 PostMan ...

  • Mastering HTTP侧

    Http调试工具Postman使用 Postman Postman测试接口之JSON结构化数据提交 Postman...

  • 2021-03-08

    tabbed postman tabbed postman

  • 教程:录制postman脚本

    postman有两种使用方式: postman安装版 chrome插件版 postman安装版 postman安装...

  • Postman的安装与更新

    Postman的安装与更新 安装Postman程序 在本机安装Postman Postman兼容性很好,可被安装到...

网友评论

      本文标题:postman 分享

      本文链接:https://www.haomeiwen.com/subject/xriqwctx.html