You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by pm...@apache.org on 2011/11/14 22:55:03 UTC

svn commit: r1201923 - in /jmeter/trunk/xdocs: images/screenshots/http-request-confirm-raw-body.png images/screenshots/http-request-raw-body.png images/screenshots/http-request-raw-single-parameter.png usermanual/component_reference.xml

Author: pmouawad
Date: Mon Nov 14 21:55:02 2011
New Revision: 1201923

URL: http://svn.apache.org/viewvc?rev=1201923&view=rev
Log:
Documented new POST Body tab+screenshots

Added:
    jmeter/trunk/xdocs/images/screenshots/http-request-confirm-raw-body.png   (with props)
    jmeter/trunk/xdocs/images/screenshots/http-request-raw-body.png   (with props)
    jmeter/trunk/xdocs/images/screenshots/http-request-raw-single-parameter.png   (with props)
Modified:
    jmeter/trunk/xdocs/usermanual/component_reference.xml

Added: jmeter/trunk/xdocs/images/screenshots/http-request-confirm-raw-body.png
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/images/screenshots/http-request-confirm-raw-body.png?rev=1201923&view=auto
==============================================================================
Binary file - no diff available.

Propchange: jmeter/trunk/xdocs/images/screenshots/http-request-confirm-raw-body.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: jmeter/trunk/xdocs/images/screenshots/http-request-raw-body.png
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/images/screenshots/http-request-raw-body.png?rev=1201923&view=auto
==============================================================================
Binary file - no diff available.

Propchange: jmeter/trunk/xdocs/images/screenshots/http-request-raw-body.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: jmeter/trunk/xdocs/images/screenshots/http-request-raw-single-parameter.png
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/images/screenshots/http-request-raw-single-parameter.png?rev=1201923&view=auto
==============================================================================
Binary file - no diff available.

Propchange: jmeter/trunk/xdocs/images/screenshots/http-request-raw-single-parameter.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: jmeter/trunk/xdocs/usermanual/component_reference.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/component_reference.xml?rev=1201923&r1=1201922&r2=1201923&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/component_reference.xml (original)
+++ jmeter/trunk/xdocs/usermanual/component_reference.xml Mon Nov 14 21:55:02 2011
@@ -336,6 +336,21 @@ For other methods, if the name of the pa
 then the parameter is ignored. This allows the use of optional parameters defined by variables.
 (versions of JMeter after 2.3)
 </p>
+<br/>
+<p>Since JMeter 2.5.2, you have the option to switch to Post Body when a request has only one unnamed parameter.
+This option is useful in the following cases:
+<ul>
+<li>GWT RPC HTTP Request</li>
+<li>JSON REST HTTP Request</li>
+<li>XML REST HTTP Request</li>
+<li>...</li>
+</ul>
+Note that once you leave Tree node, you cannot switch anymore to parameters tab.
+</p>
+<figure width="960" height="830" image="http-request-raw-single-parameter.png">Figure 1 - HTTP Request with one unnamed parameter</figure>
+<figure width="960" height="830" image="http-request-confirm-raw-body.png">Figure 2 - Confirm dialog to switch</figure>
+<figure width="960" height="830" image="http-request-raw-body.png">Figure 3 - HTTP Request using RAW Post body</figure>
+
 <p>
 <b>Method Handling:</b><br></br>
 The POST and PUT request methods work similarly, except that the PUT method does not support multipart requests.