使用jmeter或者postman调用post请求的接口-mac

get请求的接口可以直接通过浏览器访问,传参也可以直接通过链接传递进而访问页面,

localhost:8888/getDemo?name="zhangsan"&age="18"

但是post方法的请求不能直接通过浏览器访问,可以使用jmeter或者postman来调用。

一、使用jmeter

1、打开jmeter

如果已经安装了jmeter,那直接终端里输入jmeter就可以打开了

2、先添加一个线程组

使用jmeter或者postman调用post请求的接口-mac_第1张图片

3、然后在线程组中添加一个http请求

使用jmeter或者postman调用post请求的接口-mac_第2张图片

我这个post请求的方法没有参数,所以下面的没有添加参数

使用jmeter或者postman调用post请求的接口-mac_第3张图片

这是一个带参数的post请求:

使用jmeter或者postman调用post请求的接口-mac_第4张图片

 

 4、新建一个监听器

使用jmeter或者postman调用post请求的接口-mac_第5张图片

使用jmeter或者postman调用post请求的接口-mac_第6张图片

 5、点击运行,查看调用结果

使用jmeter或者postman调用post请求的接口-mac_第7张图片

使用jmeter或者postman调用post请求的接口-mac_第8张图片

 二、使用postman

1、使用jmeter或者postman调用post请求的接口-mac_第9张图片

使用jmeter或者postman调用post请求的接口-mac_第10张图片

 

你可能感兴趣的:(软件测试,postman,jmeter,mock)