jmeter无法接受参数?
我有一个奇怪的问题。
上传图像时,我无法将请求参数发送到 LocalHost
。
选择 HTTP request Sampler
后,我添加请求参数,并为其添加文件和参数名称。如果我不输入图像的参数名称,它接受请求参数,如果我输入图像的参数名称,则它不接受请求参数。
可能是什么问题?
PS:我有HTTP cookie管理器,HTTP请求(用于登录并获取会话),然后是另一个HTTP请求,用于发送请求参数和带有参数名称的图像。最后查看结果树。
I have a weird problem.
I am not able to send request parameters to the LocalHost
while uploading an image.
After selecting HTTP request sampler
, I add request parameters, the add a file and parameter name for it. If I don't put parameter name for the image it accepts the request parameters, I put the parameter name for the image, then it doesn't accept the request parameters.
What could be the problem?
PS: I have HTTP cookie manager, HTTP request(for logging in and get the session), then another HTTP request for sending request parameters and image with the parameter name. At last View Results Tree.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
格式化请求的最简单方法是记录操作,然后修改参数。这保证了几件事:
此外,JMETER 在 HTTP 请求的底部有一个用于附加附加文件的字段。您需要在此处指定完整的文件路径和文件类型。这很可能反映您在参数中输入的内容。
The easiest way to format your request is to RECORD the action, and then modify the parameters. This guarantees several things:
Additionally, JMETER has as field at the bottom of the HTTP request for attaching additional files. It is here that you need to specify the full file path and file type. This will most likely mirror what you've put into the parameters.