【Jmeter】21天打卡 09取样器之http不同方法Post提交表单和json
作业要求:取样器之http不同方法post提交表单和json
服务器名:httpbin.org
name api method body
post提交参数 post post post:123
post提交JSON数据 post post {"post":"123"}
实现步骤:
- 新建测试计划-线程组-取样器(http请求两个分别为post提交参数,post提交json数据)-添加监听器(查看结果树)
- Post提交参数请求
3.post提交json数据请求
4.查看结果树,post提交参数结果
5.post提交json结果