Postman的使用教程

Postman的使用教程_第1张图片

1、 porstman中批量处理数据

 Postman的使用教程_第2张图片

 Postman的使用教程_第3张图片

 Postman的使用教程_第4张图片

 2.postman中全局变量的使用 

   (1)选择全局编辑

      (2)  输入数据点击"save"按钮

      (3)  输入的ip就等于japi.juhe.cn

      (4)  在接口地址栏就可以用 {{ip}} 来代替 japi.juhe.cn

Postman的使用教程_第5张图片

 Postman的使用教程_第6张图片

 

 3.PostmanApp端口的处理

   (1)点击postman右上角 卫星

    (2)设置代理,指定端口(默认5555),指定接口存储的路径,点击确定

   (3)查看本地电脑ip

   (4)设置手机代理

   (5)手机上点击对应appx项目

   (6)查看postman中对应的接口信息

Postman的使用教程_第7张图片

 Postman的使用教程_第8张图片

4.postman响应断言

Tests响应断言的几种方式

(1)response body:contains string (校验返回结果中是否包含某个字符串)

(2)response body:Is equal to string (校验返回结果中是否等于该字符串)使用少,token会变

(3)response body:Json value check (校验返回结果中某个字段是否等于某个值)

(4)response header:content-type header check (校验响应头是否包含某个值)

(5)response time is less than200ms (校验响应时间是否少于200ms)

(6)Status code:code is 200 (校验响应头是否包含某个值)

     Status code:code is 200

Postman的使用教程_第9张图片   response body:contains string

Postman的使用教程_第10张图片

 Postman的使用教程_第11张图片

response header:content-type header check 

Postman的使用教程_第12张图片

 response time is less than200ms

Postman的使用教程_第13张图片

5.Postman导入和导出 

Postman的使用教程_第14张图片

Postman的使用教程_第15张图片

6.Postman csv参数化关联 

创建一个txt文档

Postman的使用教程_第16张图片

Postman的使用教程_第17张图片

 Postman的使用教程_第18张图片

 Postman的使用教程_第19张图片

你可能感兴趣的:(postman,html,java)