答案 0 :(得分:0)
如果您可以在Postman中执行请求,那么在JMeter中记录它应该不是问题。
准备JMeter进行录制
File -> Template -> Recording
,然后单击“创建”Workbench
,选择HTTP(S) Test Script Recorder
,然后点击“开始”准备邮差进行录音。
您需要c onfigure Postman to use JMeter as a proxy。 Postman尊重--proxy-server
参数,您可以在其中指定代理主机和端口
C:\Users\your_username_here\AppData\Local\Postman\app-x.x.x\Postman.exe --proxy-server=localhost:8888
现在,如果您在邮递员中执行请求,JMeter会将其录制并转换为相关的HTTP Request采样器