1

我正在处理 REST API 应用程序以及我需要发送原始正文数据的请求之一,例如:

->gcim_client_uuid ,value:-11111111111111111111191000000002

谁能建议我们如何在 Jmeter 中进行操作?

4

1 回答 1

0

Use JMeter 2.9 and HTTP Sampler has a Raw Post Data tab where you can put your body. Read:

Since JMeter 2.6, you have the option to switch to Post Body when a request has only unnamed parameters (or no parameters at all). This option is useful in the following cases (amongst others): GWT RPC HTTP Request JSON REST HTTP Request XML REST HTTP Request SOAP HTTP Request Note that once you leave the Tree node, you cannot switch back to the parameter tab unless you clear the Post Body tab of data. In Post Body mode, each line will be sent with CRLF appended, apart from the last line. To send a CRLF after the last line of data, just ensure that there is an empty line following it. (This cannot be seen, except by noting whether the cursor can be placed on the subsequent line.)

2.4 version is rather old now, you shouldn't be using it anymore.

于 2013-05-06T07:19:24.947 回答