zoukankan      html  css  js  c++  java
  • Postman使用入门

    https://jingyan.baidu.com/article/0f5fb09907e3046d8334ea2f.html

    Postman测试管理的单位是测试集(Collections),测试集内可以创建文件夹(Folder)和具体的请求(Requests)。

    Postman使用入门

    工具/原料

     
    • Postman 下载:https://pan.baidu.com/s/1eSmqNTo
    • 不同平台Postman界面和功能大同小异
    • Postman系列第一篇

    安装

     
    • 个人用户永久免费。注册登录后,可多平台云同步。

    • Postman for Mac、Postman for Chrome、Postman for Windows、

      Postman for Linux (Beta)

      统一下载地址:https://www.getpostman.com/apps

      Postman使用入门
      END

    新建测试集

     
    1. 1

      点击添加按钮

      Postman使用入门
    2. 2

      输入必要信息。点击确定。

      Postman使用入门
      END

    新建文件夹

     
    • 点击测试集右下角省略号

      Postman使用入门
      END

    新建请求

     
    1. 1

      在标签窗口填写内容

      Postman使用入门
    2. 2

      点击保存按钮,选择保存位置

      Postman使用入门
      END

    编辑请求

     
    1. 1

      编辑中的请求,标签有亮点提示。编辑状态下即可发送请求

      Postman使用入门
    2. 2

      点击Save覆盖原请求,关闭标签原请求不受影响

      Postman使用入门
    3. 3

      另存为保存为新请求

      Postman使用入门
      END

    复制请求

     
    • 点击对应请求下的复制菜单复制这个请求

      Postman使用入门
      Postman使用入门
      END

    发送请求

     
    • 点击Send按钮发送请求

      Postman使用入门
  • 相关阅读:
    web-框架
    jQurey
    JavaScript
    css
    mysql:视图、触发器、事务、存储、函数、流程控制
    mysql-备份及关联python
    [原创]wireshark&xterm安装、配置和使用
    [原创]mininet安装
    [原创]OpenvSwitch安装
    [原创]Floodlight安装
  • 原文地址:https://www.cnblogs.com/lxwphp/p/15454617.html
Copyright © 2011-2022 走看看