Author: agomes
Date: Mon Nov 20 22:36:22 2017
New Revision: 1815865

URL: http://svn.apache.org/viewvc?rev=1815865&view=rev
Log:
[Bug 61591] Update build-web-test-plan documentation (image and text)

Modified:
    jmeter/trunk/xdocs/images/screenshots/webtest/http-defaults1.png
    jmeter/trunk/xdocs/images/screenshots/webtest/http-defaults2.png
    jmeter/trunk/xdocs/images/screenshots/webtest/http-request1.png
    jmeter/trunk/xdocs/images/screenshots/webtest/http-request2.png
    jmeter/trunk/xdocs/images/screenshots/webtest/http_login.png
    jmeter/trunk/xdocs/images/screenshots/webtest/threadgroup.png
    jmeter/trunk/xdocs/images/screenshots/webtest/threadgroup2.png
    jmeter/trunk/xdocs/usermanual/build-web-test-plan.xml

Modified: jmeter/trunk/xdocs/images/screenshots/webtest/http-defaults1.png
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/xdocs/images/screenshots/webtest/http-defaults1.png?rev=1815865&r1=1815864&r2=1815865&view=diff
==============================================================================
Binary files - no diff available.

Modified: jmeter/trunk/xdocs/images/screenshots/webtest/http-defaults2.png
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/xdocs/images/screenshots/webtest/http-defaults2.png?rev=1815865&r1=1815864&r2=1815865&view=diff
==============================================================================
Binary files - no diff available.

Modified: jmeter/trunk/xdocs/images/screenshots/webtest/http-request1.png
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/xdocs/images/screenshots/webtest/http-request1.png?rev=1815865&r1=1815864&r2=1815865&view=diff
==============================================================================
Binary files - no diff available.

Modified: jmeter/trunk/xdocs/images/screenshots/webtest/http-request2.png
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/xdocs/images/screenshots/webtest/http-request2.png?rev=1815865&r1=1815864&r2=1815865&view=diff
==============================================================================
Binary files - no diff available.

Modified: jmeter/trunk/xdocs/images/screenshots/webtest/http_login.png
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/xdocs/images/screenshots/webtest/http_login.png?rev=1815865&r1=1815864&r2=1815865&view=diff
==============================================================================
Binary files - no diff available.

Modified: jmeter/trunk/xdocs/images/screenshots/webtest/threadgroup.png
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/xdocs/images/screenshots/webtest/threadgroup.png?rev=1815865&r1=1815864&r2=1815865&view=diff
==============================================================================
Binary files - no diff available.

Modified: jmeter/trunk/xdocs/images/screenshots/webtest/threadgroup2.png
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/xdocs/images/screenshots/webtest/threadgroup2.png?rev=1815865&r1=1815864&r2=1815865&view=diff
==============================================================================
Binary files - no diff available.

Modified: jmeter/trunk/xdocs/usermanual/build-web-test-plan.xml
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/build-web-test-plan.xml?rev=1815865&r1=1815864&r2=1815865&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/build-web-test-plan.xml (original)
+++ jmeter/trunk/xdocs/usermanual/build-web-test-plan.xml Mon Nov 20 22:36:22 
2017
@@ -70,7 +70,7 @@ in the tree, if you have not already sel
 Group Control Panel in the right section of the JMeter window (see Figure 
&sect-num;.1
 below)</p>
 
-<figure width="640" height="416" image="webtest/threadgroup.png">
+<figure image="webtest/threadgroup.png">
 Figure &sect-num;.1. Thread Group with Default Values</figure>
 
 <p>Start by providing a more descriptive name for our Thread Group. In the name
@@ -100,7 +100,7 @@ leave the Control Panel (for example, wh
 
 <p>See Figure &sect-num;.2 for the completed JMeter Users Thread Group.</p>
 
-<figure width="1206" height="414" image="webtest/threadgroup2.png">
+<figure image="webtest/threadgroup2.png">
 Figure &sect-num;.2. JMeter Users Thread Group</figure>
 
 </section>
@@ -116,7 +116,7 @@ to get the Add menu, and then select Add
 Defaults. Then select this new element to view its Control Panel (see Figure 
&sect-num;.3).
 </p>
 
-<figure width="1211" height="669" image="webtest/http-defaults1.png">
+<figure image="webtest/http-defaults1.png">
 Figure &sect-num;.3. HTTP Request Defaults</figure>
 
 <p>
@@ -136,7 +136,7 @@ HTTP Request elements use.</note>
 
 <p>See Figure &sect-num;.4 for the completed HTTP Request Defaults element</p>
 
-<figure width="1210" height="666" image="webtest/http-defaults2.png">
+<figure image="webtest/http-defaults2.png">
 Figure &sect-num;.4. HTTP Defaults for our Test Plan</figure>
 
 </section>
@@ -148,6 +148,9 @@ specifically doesn't use cookies.  To ad
 Group</a> in your test plan.  This will ensure that each thread gets its own
 cookies, but shared across all <complink name="HTTP Request"/> objects.</p>
 
+<figure image="webtest/http-cookie.png">
+Figure &sect-num;.5. HTTP Cookie Manager</figure>
+
 <p>To add the <complink name="HTTP Cookie Manager"/>, simply select the
 <a href="test_plan.html#thread_group">Thread Group</a>, and choose Add &rarr;
 Config Element &rarr; HTTP
@@ -166,7 +169,7 @@ Changes page (http://jmeter.apache.org/c
 <p>Start by adding the first <complink name="HTTP Request"/>
 to the JMeter Users element (Add &rarr; Sampler &rarr; HTTP Request).
 Then, select the HTTP Request element in the tree and edit the following 
properties
-(see Figure &sect-num;.5):
+(see Figure &sect-num;.6):
 <ol>
 <li>Change the Name field to "Home Page".</li>
 <li>Set the Path field to "/".  Remember that you do not have to set the Server
@@ -175,19 +178,19 @@ element.</li>
 </ol>
 </p>
 
-<figure width="1209" height="675" image="webtest/http-request1.png">
-Figure &sect-num;.5. HTTP Request for JMeter Home Page</figure>
+<figure image="webtest/http-request1.png">
+Figure &sect-num;.6. HTTP Request for JMeter Home Page</figure>
 
 <p>Next, add the second HTTP Request and edit the following properties (see
-Figure &sect-num;.6:
+Figure &sect-num;.7:
 <ol>
 <li>Change the Name field to "Changes".</li>
 <li>Set the Path field to "/changes.html".</li>
 </ol>
 </p>
 
-<figure width="1212" height="668" image="webtest/http-request2.png">
-Figure &sect-num;.6. HTTP Request for JMeter Changes Page</figure>
+<figure image="webtest/http-request2.png">
+Figure &sect-num;.7. HTTP Request for JMeter Changes Page</figure>
 
 </section>
 
@@ -198,12 +201,7 @@ responsible for storing all of the resul
 a visual model of the data.</p>
 
 <p>Select the JMeter Users element and add a <complink name="Graph Results"/> 
listener (Add &rarr; Listener
-&rarr; Graph Results).  Next, you need to specify a directory and filename of 
the
-output file.  You can either type it into the filename field, or select the
-Browse button and browse to a directory and then enter a filename.</p>
-
-<figure width="915" height="686" image="graph_results.png">
-Figure &sect-num;.7. Graph Results Listener</figure>
+&rarr; Backend Listener).</p>
 
 </section>
 
@@ -224,7 +222,7 @@ Click the Add button twice and enter the
 Sometimes the login form contains additional hidden fields.
 These will need to be added as well.
 </p>
-<figure width="948" height="665" image="webtest/http_login.png">
+<figure image="webtest/http_login.png">
 Figure &sect-num;.8. Sample HTTP login request</figure>
 
 </section>


Reply via email to