You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by mi...@apache.org on 2013/10/16 15:57:03 UTC

svn commit: r1532767 [4/7] - in /jmeter/trunk: docs/ docs/images/ docs/localising/ docs/usermanual/ src/core/org/apache/jmeter/util/ xdocs/

Modified: jmeter/trunk/docs/usermanual/build-ldap-test-plan.html
URL: http://svn.apache.org/viewvc/jmeter/trunk/docs/usermanual/build-ldap-test-plan.html?rev=1532767&r1=1532766&r2=1532767&view=diff
==============================================================================
--- jmeter/trunk/docs/usermanual/build-ldap-test-plan.html (original)
+++ jmeter/trunk/docs/usermanual/build-ldap-test-plan.html Wed Oct 16 13:57:02 2013
@@ -6,9 +6,9 @@
    The ASF licenses this file to You under the Apache License, Version 2.0
    (the "License"); you may not use this file except in compliance with
    the License.  You may obtain a copy of the License at
- 
+
        http://www.apache.org/licenses/LICENSE-2.0
- 
+
    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -20,22 +20,16 @@
 
 
 <!-- start the processing -->
-<!-- ====================================================================== -->
-<!-- Main Page Section -->
-<!-- ====================================================================== -->
 <html>
 <head>
 <link rel="stylesheet" type="text/css" href="../css/style.css"/>
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
 
-
-
 <title>Apache JMeter - User's Manual: Building an LDAP Test Plan</title>
 </head>
 
 <body bgcolor="#ffffff" text="#000000" link="#525D76">
 <table border="0" cellspacing="0">
-<!-- TOP IMAGE -->
 <tr>
 <td>
 <!-- Need to specify height otherwise iframe seems to grab extra -->
@@ -65,7 +59,7 @@ style="border-width:0; float: left" fram
 </li>
 <li><a href="http://projects.apache.org/feeds/rss/jmeter.xml">Subscribe to What's New</a>
 </li>
-<li><a href="../issues.html">Issues</a>
+<li><a href="../issues.html">Issue Tracking</a>
 </li>
 <li><a href="http://www.apache.org/licenses/">License</a>
 </li>
@@ -115,8 +109,6 @@ style="border-width:0; float: left" fram
 </ul>
 <p><strong>Community</strong></p>
 <ul>
-<li><a href="http://www.apache.org/foundation/getinvolved.html">Get Involved</a>
-</li>
 <li><a href="../mail.html">Mailing Lists</a>
 </li>
 <li><a href="../svnindex.html">SVN Repositories</a>
@@ -126,6 +118,8 @@ style="border-width:0; float: left" fram
 <ul>
 <li><a href="http://www.apache.org/">ASF</a>
 </li>
+<li><a href="http://www.apache.org/foundation/getinvolved.html">Get Involved in the ASF</a>
+</li>
 <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
 </li>
 <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a>
@@ -156,9 +150,9 @@ style="border-width:0; float: left" fram
 <blockquote>
 <p>
 In this section, you will learn how to create a basic Test Plan to test an LDAP server.
-You will create four users that send requests for four tests on the LDAP server.Also, you will tell
-the users to run their tests twice. So,  the total number of requests is (4 users) x (4 requests) x
-repeat 2 times) = 32 LDAP requests. To construct the Test Plan, you will use the following elements:
+You will create four users that send requests for four tests on the LDAP server. Also, you will tell
+the users to run their tests 4 times. So,  the total number of requests is (4 users) x (4 requests) x
+repeat 4 times) = 40 LDAP requests. To construct the Test Plan, you will use the following elements:
 
 <a href="test_plan.html#thread_group">
 Thread Group
@@ -176,7 +170,7 @@ Thread Group
 .
 </p>
 <p>
-This example assumes that the LDAP Server is installed in your Local machine.
+This example assumes that the LDAP Server is available at ldap.test.com.
 </p>
 </blockquote>
 </p>
@@ -197,13 +191,25 @@ requests, and the how many requests  the
 </p>
 <p>
 Go ahead and add the ThreadGroup element by first selecting the Test Plan, clicking your
-right mouse button to get the Add menu, and then select Add-->ThreadGroup. You should now see the
+right mouse button to get the 
+<b>
+Add
+</b>
+ menu, and then select 
+<b>
+Add
+</b>
+>
+<b>
+ThreadGroup
+</b>
+. You should now see the
 Thread Group element under Test Plan. If you do not see the element, then "expand" the Test Plan tree by
 clicking on the Test Plan element.
 
-<p><table border="0" cellspacing="0" cellpadding="0"><tr><td><img  src="../images/screenshots/ldaptest/threadgroup.png"><br>
+<p><table border="0" cellspacing="0" cellpadding="0"><tr><td><img  src="../images/screenshots/ldaptest/threadgroup.png"/><br>
 <font size="-1">
-Figure 9a.1. Thread Group with Default Values
+Figure 9a.1. Thread Group and final test tree
 </font></td></tr></table></p>
 
 
@@ -222,32 +228,52 @@ Figure 9a.1. Thread Group with Default V
 <tr><td>
 <blockquote>
 <p>
-Begin by selecting the Siptech Users element. Click your right mouse
-button to get the Add menu, and then select Add --> Config Element --> Login Config Element.
+Begin by selecting the 
+<b>
+LDAP Users
+</b>
+ element. Click your right mouse
+button to get the Add menu, and then select 
+<b>
+Add
+</b>
+>
+<b>
+Config Element
+</b>
+>
+<b>
+Login Config Element
+</b>
+.
 Then,  select this new element to view its Control Panel.
 </p>
 <p>
-Like most JMeter elements, the Login  Config Element  Control Panel has a name
+Like most JMeter elements, the 
+<b>
+Login  Config Element
+</b>
+'s Control Panel has a name
 field that you can modify. In this example, leave this field with the default value.
 </p>
-<p><table border="0" cellspacing="0" cellpadding="0"><tr><td><img  src="../images/screenshots/ldaptest/login-config-element.png"><br>
+<p><table border="0" cellspacing="0" cellpadding="0"><tr><td><img  src="../images/screenshots/ldaptest/login-config-element.png"/><br>
 <font size="-1">
   Figure 9a.2 Login Config Element for our Test Plan
 </font></td></tr></table></p>
 <p>
 <table border="1" bgcolor="#bbbb00" width="50%" cellspacing="0" cellpadding="2">
 <tr><td><p>
-Enter Username field to "your Server Username",
+Enter Username field to "your LDAP Username",
 <br>
 
 
-		The password field to "your Server Passowrd"
+        The password field to "your LDAP Passowrd"
 </p>
 
 
-		
+        
 <p>
-These values are default for the LDAP Requests.
+These values will be used by the LDAP Requests.
 </p>
 </td></tr>
 </table>
@@ -265,33 +291,53 @@ These values are default for the LDAP Re
 <tr><td>
 <blockquote>
 <p>
-Begin by selecting the Siptech Users element. Click your right mouse button
-to get the Add menu, and then select Add --> Config Element -->LDAP Request Defaults. Then,
+Begin by selecting the LDAP Users element. Click your right mouse button
+to get the 
+<b>
+Add
+</b>
+ menu, and then select 
+<b>
+Add
+</b>
+>
+<b>
+Config Element
+</b>
+>
+<b>
+LDAP Request Defaults
+</b>
+. Then,
 select this new element to view its Control Panel.
 </p>
 <p>
-Like most JMeter elements, the LDAP Request Defaults Control Panel has a name
+Like most JMeter elements, the 
+<b>
+LDAP Request Defaults
+</b>
+ Control Panel has a name
 field that you can modify. In this example, leave this field with the default value.
 </p>
-<p><table border="0" cellspacing="0" cellpadding="0"><tr><td><img  src="../images/screenshots/ldaptest/requestdefaults.png"><br>
+<p><table border="0" cellspacing="0" cellpadding="0"><tr><td><img  src="../images/screenshots/ldaptest/requestdefaults.png"/><br>
 <font size="-1">
   Figure 9a.3 LDAP Defaults for our Test Plan
 </font></td></tr></table></p>
 <p>
 <table border="1" bgcolor="#bbbb00" width="50%" cellspacing="0" cellpadding="2">
-<tr><td>Enter DN field to "your Server Root Dn".
+<tr><td>Enter DN field to "your LDAP Root Distinguished Name".
 <br>
 
 
-                Enter LDAP Server's Servername field to "localhost".
+                Enter LDAP Server's Servername field to "ldap.test.com".
 <br>
 
 
-		The port to  389.
+        The port to 389.
 <br>
 
 
-		These values are default for the LDAP Requests.
+        These values are default for the LDAP Requests.
 </td></tr>
 </table>
 </p>
@@ -312,56 +358,84 @@ In our Test Plan, we need to make four L
 </p>
 <ol>
 
-			
+            
 <li>
 Inbuilt Add Test
 </li>
 
-			
+            
 <li>
-Inbuilt Modify Test
+Inbuilt Search Test
 </li>
 
-			
+            
 <li>
-Inbuilt Delete Test
+Inbuilt Modify Test
 </li>
 
-			
+            
 <li>
-Inbuilt Search Test
+Inbuilt Delete Test
 </li>
 
-		
+
+        
 </ol>
 <p>
 JMeter sends requests in the order that you add them to the tree.
-Start by adding the first LDAP Request to the Siptech Users element (Add -->
-Sampler --> LDAP Request). Then, select the LDAP Request  element in the tree
+Start by adding the first LDAP Request to the LDAP Users element (
+<b>
+Add
+</b>
+>
+<b>
+
+Sampler
+</b>
+>
+<b>
+LDAP Request
+</b>
+). Then, select the LDAP Request  element in the tree
 and edit the following properties
 </p>
 <ol>
 
-			
+            
 <li>
-Change the Name to "Inbuilt-Add Test".
+Rename to "Add" this element
 </li>
 
-			
+            
 <li>
-Select the Add test Radio button
+Select the 
+<b>
+Add Test
+</b>
+ radio button in 
+<b>
+Test Configuration
+</b>
+ group
 </li>
 
-		
+        
 </ol>
-<p><table border="0" cellspacing="0" cellpadding="0"><tr><td><img  src="../images/screenshots/ldaptest/add.png"><br>
+<p><table border="0" cellspacing="0" cellpadding="0"><tr><td><img  src="../images/screenshots/ldaptest/add.png"/><br>
 <font size="-1">
                   Figure 9a.4.1 LDAP Request for Inbuilt Add test
 </font></td></tr></table></p>
 <p>
 You do not have to set the Server Name field, port field, Username, Password
-and DN because you already specified this value in the Login Config Element and
+and DN because you already specified this value in the 
+<b>
+Login Config Element
+</b>
+ and
+
+<b>
 LDAP Request Defaults.
+</b>
 </p>
 <p>
 Next, add the second LDAP Request and edit the following
@@ -369,57 +443,81 @@ properties
 </p>
 <ol>
 
-			
+            
 <li>
-Change the Name to "Inbuilt-Modify Test".
+Rename to "Search" this element
 </li>
 
-			
+            
 <li>
-Select the Modify test Radio button
+Select the 
+<b>
+Search Test
+</b>
+ radio button in 
+<b>
+Test Configuration
+</b>
+ group
 </li>
 
-		
+        
 </ol>
-<p><table border="0" cellspacing="0" cellpadding="0"><tr><td><img  src="../images/screenshots/ldaptest/modify.png"><br>
+<p><table border="0" cellspacing="0" cellpadding="0"><tr><td><img  src="../images/screenshots/ldaptest/search.png"/><br>
 <font size="-1">
-                  Figure 9a.4.2 LDAP Request for Inbuilt Modify test
+                  Figure 9a.4.2 LDAP Request for Inbuilt Search test
 </font></td></tr></table></p>
 <ol>
 
-			
+            
 <li>
-Change the Name to "Inbuilt-Delete Test".
+Rename to "Modify" this element
 </li>
 
-			
+            
 <li>
-Select the Delete test Radio button
+Select the 
+<b>
+Modify Test
+</b>
+ radio button in 
+<b>
+Test Configuration
+</b>
+ group
 </li>
 
-		
+        
 </ol>
-<p><table border="0" cellspacing="0" cellpadding="0"><tr><td><img  src="../images/screenshots/ldaptest/delete.png"><br>
+<p><table border="0" cellspacing="0" cellpadding="0"><tr><td><img  src="../images/screenshots/ldaptest/modify.png"/><br>
 <font size="-1">
-                  Figure 9a.4.3 LDAP Request for Inbuilt Delete test
+                  Figure 9a.4.3 LDAP Request for Inbuilt Modify test
 </font></td></tr></table></p>
 <ol>
 
-			
+            
 <li>
-Change the Name to "Inbuilt-Search Test".
+Rename to "Delete" this element
 </li>
 
-			
+            
 <li>
-Select the Search test Radio button
+Select the 
+<b>
+Delete Test
+</b>
+ radio button in 
+<b>
+Test Configuration
+</b>
+ group
 </li>
 
-		
+        
 </ol>
-<p><table border="0" cellspacing="0" cellpadding="0"><tr><td><img  src="../images/screenshots/ldaptest/search.png"><br>
+<p><table border="0" cellspacing="0" cellpadding="0"><tr><td><img  src="../images/screenshots/ldaptest/delete.png"/><br>
 <font size="-1">
-                  Figure 9a.4.4 LDAP Request for Inbuilt Search test
+                  Figure 9a.4.4 LDAP Request for Inbuilt Delete test
 </font></td></tr></table></p>
 </blockquote>
 </p>
@@ -429,25 +527,118 @@ Select the Search test Radio button
 <table border="0" cellspacing="0" cellpadding="2" width="100%">
 <tr><td bgcolor="#525D76">
 <font color="#ffffff" face="arial,helvetica,sanserif">
-<a name="add_listener"><strong>9a.5 Adding a Listener to View/Store the Test Results</strong></a><a class="sectionlink" href="#add_listener" title="Link to here">&para;</a></font>
+<a name="ResponseAssertion"><strong>9a.5 Adding a Response Assertion</strong></a><a class="sectionlink" href="#ResponseAssertion" title="Link to here">&para;</a></font>
+</td></tr>
+<tr><td>
+<blockquote>
+<p>
+You can add a Response Assertion element.
+ This element will check the received response data by verifying if the response text is "successful".
+  (
+<b>
+Add
+</b>
+>
+<b>
+Assertion
+</b>
+>
+<b>
+Response Assertion
+</b>
+).
+<br>
+Note: A this position in the tree,
+  the Response Assertion will be executed for each LDAP Request.
+
+</p>
+<ol>
+
+            
+<li>
+Select 
+<b>
+Text Response
+</b>
+ Radio button in 
+<b>
+Response Field to Test
+</b>
+ group
+</li>
+
+            
+<li>
+Select 
+<b>
+Substring
+</b>
+ Radio button in 
+<b>
+Pattern Matching Rules
+</b>
+ group
+</li>
+
+            
+<li>
+Click on 
+<b>
+Add
+</b>
+ button and add the string "successful" in 
+<b>
+Pattern to Test
+</b>
+ field
+</li>
+
+        
+</ol>
+<p><table border="0" cellspacing="0" cellpadding="0"><tr><td><img  src="../images/screenshots/ldaptest/responseassertion.png"/><br>
+<font size="-1">
+  Figure 9a.5 LDAP Response Assertion
+</font></td></tr></table></p>
+</blockquote>
+</p>
+</td></tr>
+<tr><td><br></td></tr>
+</table>
+<table border="0" cellspacing="0" cellpadding="2" width="100%">
+<tr><td bgcolor="#525D76">
+<font color="#ffffff" face="arial,helvetica,sanserif">
+<a name="add_listener"><strong>9a.6 Adding a Listener to View/Store the Test Results</strong></a><a class="sectionlink" href="#add_listener" title="Link to here">&para;</a></font>
 </td></tr>
 <tr><td>
 <blockquote>
 <p>
 The final element you need to add to your Test Plan is a Listener.
  This element is responsible for storing all of the results of your LDAP
-requests in a file  and presenting a visual model of the data.Select the Siptech
-Users element and add a View Results in Table (Add --> Listener -->View Results in Table)
+requests in a file  and presenting a visual model of the data. Select the LDAP
+Users element and add a View Results in Table (
+<b>
+Add
+</b>
+>
+<b>
+Listener
+</b>
+>
+<b>
+View Results in Table
+</b>
+)
 </p>
-<p><table border="0" cellspacing="0" cellpadding="0"><tr><td><img  src="../images/screenshots/ldaptest/viewtable.png"><br>
+<p><table border="0" cellspacing="0" cellpadding="0"><tr><td><img  src="../images/screenshots/ldaptest/viewtable.png"/><br>
 <font size="-1">
-  Figure 9a.5 View result in Table Listener
+  Figure 9a.6 View Results in Table Listener
 </font></td></tr></table></p>
 </blockquote>
 </p>
 </td></tr>
 <tr><td><br></td></tr>
 </table>
+<br>
 <table>
 <tr>
 <td bgcolor="#525D76">
@@ -461,7 +652,6 @@ Users element and add a View Results in 
 </td>
 </tr>
 </table>
-<br>
 </td>
 </tr>
 <tr><td colspan="2">
@@ -513,3 +703,8 @@ trademarks of the Apache Software Founda
 
 
 
+
+
+
+
+

Modified: jmeter/trunk/docs/usermanual/build-ldapext-test-plan.html
URL: http://svn.apache.org/viewvc/jmeter/trunk/docs/usermanual/build-ldapext-test-plan.html?rev=1532767&r1=1532766&r2=1532767&view=diff
==============================================================================
--- jmeter/trunk/docs/usermanual/build-ldapext-test-plan.html (original)
+++ jmeter/trunk/docs/usermanual/build-ldapext-test-plan.html Wed Oct 16 13:57:02 2013
@@ -6,9 +6,9 @@
    The ASF licenses this file to You under the Apache License, Version 2.0
    (the "License"); you may not use this file except in compliance with
    the License.  You may obtain a copy of the License at
- 
+
        http://www.apache.org/licenses/LICENSE-2.0
- 
+
    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -20,22 +20,16 @@
 
 
 <!-- start the processing -->
-<!-- ====================================================================== -->
-<!-- Main Page Section -->
-<!-- ====================================================================== -->
 <html>
 <head>
 <link rel="stylesheet" type="text/css" href="../css/style.css"/>
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
 
-
-
 <title>Apache JMeter - User's Manual: Building an Extended LDAP Test Plan</title>
 </head>
 
 <body bgcolor="#ffffff" text="#000000" link="#525D76">
 <table border="0" cellspacing="0">
-<!-- TOP IMAGE -->
 <tr>
 <td>
 <!-- Need to specify height otherwise iframe seems to grab extra -->
@@ -65,7 +59,7 @@ style="border-width:0; float: left" fram
 </li>
 <li><a href="http://projects.apache.org/feeds/rss/jmeter.xml">Subscribe to What's New</a>
 </li>
-<li><a href="../issues.html">Issues</a>
+<li><a href="../issues.html">Issue Tracking</a>
 </li>
 <li><a href="http://www.apache.org/licenses/">License</a>
 </li>
@@ -115,8 +109,6 @@ style="border-width:0; float: left" fram
 </ul>
 <p><strong>Community</strong></p>
 <ul>
-<li><a href="http://www.apache.org/foundation/getinvolved.html">Get Involved</a>
-</li>
 <li><a href="../mail.html">Mailing Lists</a>
 </li>
 <li><a href="../svnindex.html">SVN Repositories</a>
@@ -126,6 +118,8 @@ style="border-width:0; float: left" fram
 <ul>
 <li><a href="http://www.apache.org/">ASF</a>
 </li>
+<li><a href="http://www.apache.org/foundation/getinvolved.html">Get Involved in the ASF</a>
+</li>
 <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
 </li>
 <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a>
@@ -156,21 +150,21 @@ style="border-width:0; float: left" fram
 <blockquote>
 <p>
 
-In this section, you will learn how to create a basic Test Plan to test an LDAP 
+In this section, you will learn how to create a basic Test Plan to test an LDAP
 server.
 </p>
 <p>
 
-As the Extended LDAP Sampler is highly configurable, this also means that it takes 
-some time to build a correct testplan. You can however tune it exactly up to your 
+As the Extended LDAP Sampler is highly configurable, this also means that it takes
+some time to build a correct testplan. You can however tune it exactly up to your
 needs.
 
 </p>
 <p>
 
-You will create four users that send requests for four tests on the LDAP server.Also, you will tell
-the users to run their tests twice. So,  the total number of requests is (4 users) x (4 requests) x
-repeat 2 times) = 32 LDAP requests. To construct the Test Plan, you will use the following elements:
+You will create four users that send requests for four tests on the LDAP server. Also, you will tell
+the users to run their tests one time. So,  the total number of requests is (1 users) x (9 requests) x
+repeat 1 time) = 9 LDAP requests. To construct the Test Plan, you will use the following elements:
 <br>
 
 
@@ -201,25 +195,25 @@ Thread Group
 </p>
 <p>
 
-This example assumes that the LDAP Server is installed in your Local machine.
+This example assumes that the LDAP Server is available at ldap.test.com.
 
 </p>
 <p>
 
 For the less experienced LDAP users, I build a 
 <a href="ldapops_tutor.html">
-small 
+small
 LDAP tutorial
 </a>
- which shortly explains 
+ which shortly explains
 the several LDAP operations that can be used in building a complex testplan.
 
 </p>
 <p>
 
-Take care when using LDAP special characters in the distinghuished name, in that case (eg, you want to use a + sign in a 
+Take care when using LDAP special characters in the distinghuished name, in that case (eg, you want to use a + sign in a
 distinghuished name) you need to escape the character by adding an "\" sign before that character.
-extra exeption: if you want to add a \ character in a distinguished name (in an add or rename operation), you need to use 4 backslashes. 
+extra exeption: if you want to add a \ character in a distinguished name (in an add or rename operation), you need to use 4 backslashes.
 examples:
 cn=dolf\+smits to add/search an entry with the name like cn=dolf+smits
 cn=dolf \\ smits to search an entry with the name cn=dolf \ smits
@@ -243,16 +237,48 @@ requests, and the how many requests  the
 </p>
 <p>
 
-Go ahead and add the ThreadGroup element by first selecting the Test Plan, clicking your
-right mouse button to get the Add menu, and then select Add-->ThreadGroup. You should now see the
-Thread Group element under Test Plan. If you do not see the element, then "expand" the Test Plan tree by
+Go ahead and add the 
+<b>
+Thread Group
+</b>
+ element by first selecting the 
+<b>
+Test Plan
+</b>
+, clicking your
+right mouse button to get the 
+<b>
+Add
+</b>
+ menu, and then select 
+<b>
+Add
+</b>
+>
+<b>
+Threads (Users)
+</b>
+>
+<b>
+Thread Group
+</b>
+. 
+You should now see the 
+<b>
+Thread Group
+</b>
+ element under 
+<b>
+Test Plan
+</b>
+. If you do not see the element, then "expand" the Test Plan tree by
 clicking on the Test Plan element.
 
 </p>
 <p>
 
 
-<p><table border="0" cellspacing="0" cellpadding="0"><tr><td><img  src="../images/screenshots/ldaptest/extthreadgroup.png"><br>
+<p><table border="0" cellspacing="0" cellpadding="0"><tr><td><img  src="../images/screenshots/ldaptest/extthreadgroup.png"/><br>
 <font size="-1">
 Figure 9b.1. Thread Group with Default Values
 </font></td></tr></table></p>
@@ -274,22 +300,42 @@ Figure 9b.1. Thread Group with Default V
 <blockquote>
 <p>
 
-Begin by selecting the Thread Group element. Click your right mouse button
-to get the Add menu, and then select Add --> Config Element -->LDAP Extended Request Defaults. Then,
+Begin by selecting the LDAP Ext Users element. Click your right mouse button
+to get the 
+<b>
+Add
+</b>
+ menu, and then select 
+<b>
+Add 
+</b>
+>
+<b>
+Config Element
+</b>
+>
+<b>
+LDAP Extended Request Defaults
+</b>
+. Then,
 select this new element to view its Control Panel.
 
 </p>
 <p>
 
-Like most JMeter elements, the LDAP Extended Request Defaults Control Panel has a name
+Like most JMeter elements, the 
+<b>
+LDAP Extended Request Defaults
+</b>
+ Control Panel has a name
 field that you can modify. In this example, leave this field with the default value.
 
 </p>
 <p>
-<p><table border="0" cellspacing="0" cellpadding="0"><tr><td><img  src="../images/screenshots/ldaptest/extrequestdefaults.png"><br>
+<p><table border="0" cellspacing="0" cellpadding="0"><tr><td><img  src="../images/screenshots/ldaptest/extrequestdefaults.png"/><br>
 <font size="-1"><br>
 
-						
+
   Figure 9b.2 LDAP Defaults for our Test Plan
 </font></td></tr></table></p>
 
@@ -297,11 +343,11 @@ field that you can modify. In this examp
 </p>
 <p>
 
-			For each of the different operations, some default values can be filled in.
-			In All cases, when a default is filled in, this is used for the LDAP extended requests.
-			For each requst, you can override the defaults by filling in the values in the LDAP extended request sampler.
-			When no valueis entered which is necesarry for a test, the test will fail in an unpredictable way!
-			
+            For each of the different operations, some default values can be filled in.
+            In All cases, when a default is filled in, this is used for the LDAP extended requests.
+            For each requst, you can override the defaults by filling in the values in the LDAP extended request sampler.
+            When no value is entered which is necesarry for a test, the test will fail in an unpredictable way!
+            
 </p>
 </blockquote>
 </td></tr>
@@ -317,7 +363,7 @@ field that you can modify. In this examp
 <blockquote>
 <p>
 
-In our Test Plan, we want to use all 8 LDAP requests.
+In our Test Plan, we want to use all 9 LDAP requests.
 
 </p>
 <ol>
@@ -367,14 +413,14 @@ Modify Test
 
 <li>
 
-Delete Test
+Rename entry (moddn)
 
 </li>
 
 
 <li>
 
-Rename entry (moddn)
+Delete Test
 
 </li>
 
@@ -398,8 +444,28 @@ Adding a requests always start by:
 <br>
 
 
-Adding the LDAP Extended Request to the Thread Group element (Add -->
-Sampler --> LDAP Ext Request). Then, select the LDAP Ext Request element in the tree
+Adding the 
+<b>
+LDAP Extended Request
+</b>
+ to the LDAP Ext Users element (
+<b>
+Add
+</b>
+>
+<b>
+
+Sampler
+</b>
+>
+<b>
+LDAP Ext Request
+</b>
+). Then, select the 
+<b>
+LDAP Ext Request
+</b>
+ element in the tree
 and edit the following properties.
 </p>
 <table border="0" cellspacing="0" cellpadding="2" width="100%">
@@ -418,47 +484,57 @@ and edit the following properties.
 
 <li>
 
-Select the "Thread bind" button.
+Rename the element: "1. Thread bind" 
 
 </li>
 
 
 <li>
 
-enter the hostname value from the LDAP server in the Servername field
+Select the "Thread bind" button.
 
 </li>
 
 
 <li>
 
-Enter the portnumber from the LDAP server (389) in the port field
+Enter the hostname value from the LDAP server in the Servername field
 
 </li>
 
 
 <li>
 
-(optional) enter the baseDN in the DN field, this baseDN will be used as thestarting point for searches, add, deletes etc.
-<br>
+Enter the portnumber from the LDAP server (636 : ldap over SSL) in the port field
 
+</li>
 
-take care that this must be the uppermost shared level for all your request, eg When all information is stored under ou=people, dc=siemens, dc=com, you can use this value in the basedn.
+
+<li>
+
+
+<i>
+(Optional)
+</i>
+ Enter the baseDN in the DN field, this baseDN will be used as thestarting point for searches, add, deletes etc.
 <br>
 
 
-You cannot search or rename anymore in the subtree ou=users,dc=siemens,dc=com!
+take care that this must be the uppermost shared level for all your request, eg When all information is stored under ou=Users, dc=test, dc=com, you can use this value in the basedn.
 <br>
 
 
-If you need to search or rename objects in both subtrees, use the common denominator (dc=siemens,dc=com) as the baseDN.
 
 </li>
 
 
 <li>
 
-(Optional) enter the distinghuised name from the user you want to use for authentication.
+
+<i>
+(Optional)
+</i>
+ Enter the distinghuised name from the user you want to use for authentication.
 When this field is kept empty, an anonymous bind will be established.
 
 </li>
@@ -466,7 +542,33 @@ When this field is kept empty, an anonym
 
 <li>
 
-(optional) Enter the password for the user you want to authenticate with, an empty password will also lead to an anonymous bind.
+
+<i>
+(Optional)
+</i>
+ Enter the password for the user you want to authenticate with, an empty password will also lead to an anonymous bind.
+
+</li>
+
+
+<li>
+
+
+<i>
+(Optional)
+</i>
+ Enter a value for the connection timeout with LDAP
+
+</li>
+
+
+<li>
+
+
+<i>
+(Optional)
+</i>
+ Check the box Use Secure LDAP Protocol if you access with LDAP over SSL (ldaps)
 
 </li>
 
@@ -478,7 +580,7 @@ When this field is kept empty, an anonym
 <p>
 
 
-<p><table border="0" cellspacing="0" cellpadding="0"><tr><td><img  src="../images/screenshots/ldaptest/extthreadbind.png"><br>
+<p><table border="0" cellspacing="0" cellpadding="0"><tr><td><img  src="../images/screenshots/ldaptest/extthreadbind.png"/><br>
 <font size="-1">
 Figure 9b.3.1. Thread Bind example
 </font></td></tr></table></p>
@@ -505,6 +607,13 @@ Figure 9b.3.1. Thread Bind example
 
 <li>
 
+Rename the element: "2. Search Test" 
+
+</li>
+
+
+<li>
+
 Select the "Search Test" button.
 
 </li>
@@ -512,7 +621,11 @@ Select the "Search Test" button.
 
 <li>
 
-(Optional) enter the searchbase under which you want to perform the search, relative to the basedn, used in the thread bind request.
+
+<i>
+(Optional)
+</i>
+ enter the searchbase under which you want to perform the search, relative to the basedn, used in the thread bind request.
 <br>
 
 
@@ -523,20 +636,24 @@ When left empty, the basedn is used as a
 
 <li>
 
-Enter the searchfilter, any decent LDAP serach filter will do, but for now, use something simple, like cn=john doe
+Enter the searchfilter, any decent LDAP serach filter will do, but for now, use something simple, like (sn=Doe) or (cn=*)
 
 </li>
 
 
 <li>
 
-(optional) enter the scope in the scope field, it has three options:
+
+<i>
+(Optional)
+</i>
+ Enter the scope in the scope field, it has three options:
      
 <ol>
 
      
 <li>
-Base level, Enter the value 0
+baseobject search
 <br>
 
 only the given searchbase is used, only for checking attributes or existence.
@@ -545,7 +662,7 @@ only the given searchbase is used, only 
 
      
 <li>
-One level, Enter the value 1
+onelevel search
 <br>
 
 Only search in one level below given searchbase is used
@@ -554,7 +671,7 @@ Only search in one level below given sea
 
      
 <li>
-Subtree, Enter the value 2
+subtree search
 <br>
 
  Searches for object at any point below the given basedn
@@ -568,14 +685,22 @@ Subtree, Enter the value 2
 
 <li>
 
-(Optional) Sizelimit, specifies the maximun number of returned entries, 
+
+<i>
+(Optional)
+</i>
+ Size limit, specifies the maximun number of returned entries,
 
 </li>
 
 
 <li>
 
-(optional) Timelimit, psecifies the maximum number of miliseconds, the SERVER can use for performing the search. it is NOT the maximun time the application will wait!
+
+<i>
+(Optional)
+</i>
+ Time limit, specifies the maximum number of miliseconds, the SERVER can use for performing the search. it is NOT the maximun time the application will wait.
 <br>
 
 
@@ -585,7 +710,10 @@ When a very large returnset is returned,
 
 
 <li>
-(Optional) Attributes you want in the search answer. This can be used to limit the size of the answer, especially when an onject has very large attributes (like jpegPhoto). There are three possibilities:
+<i>
+(Optional)
+</i>
+ Attributes you want in the search answer. This can be used to limit the size of the answer, especially when an onject has very large attributes (like jpegPhoto). There are three possibilities:
 
 <ol>
 <li>
@@ -610,18 +738,37 @@ Put in the attributes, seperated by a se
 
 <li>
 
-(Optional) Return object, possible values are "true" and "false". True will return all java-object attributes, it will add these to the requested attributes, as specified above.
+
+<i>
+(Optional)
+</i>
+ Return object. Checked will return all java-object attributes, it will add these to the requested attributes, as specified above.
 <br>
 
 
-false will mean no java-object attributes will be returned.
+Unchecked will mean no java-object attributes will be returned.
+
+</li>
+
+
+<li>
+
+
+<i>
+(Optional)
+</i>
+ Dereference aliases. Checked will mean it will follow references, Unchecked says it will not.
 
 </li>
 
 
 <li>
 
-(Optional) Dereference aliases. possible values "true" and "false". True will mean it will follow references, false says it will not.
+
+<i>
+(Optional)
+</i>
+ Parse the search results?. Checked will mean it gets all results in response data, Unchecked says it will not.
 
 </li>
 
@@ -633,7 +780,7 @@ false will mean no java-object attribute
 <p>
 
 
-<p><table border="0" cellspacing="0" cellpadding="0"><tr><td><img  src="../images/screenshots/ldaptest/extsearch.png"><br>
+<p><table border="0" cellspacing="0" cellpadding="0"><tr><td><img  src="../images/screenshots/ldaptest/extsearch.png"/><br>
 <font size="-1">
 Figure 9b.3.2. search request example
 </font></td></tr></table></p>
@@ -660,6 +807,13 @@ Figure 9b.3.2. search request example
 
 <li>
 
+Rename the element: "3. Compare Test" 
+
+</li>
+
+
+<li>
+
 Select the "Compare" button.
 
 </li>
@@ -667,14 +821,14 @@ Select the "Compare" button.
 
 <li>
 
-enter the entryname form the object on which you want the compare operation to work, relative to the basedn, eg "cn=john doe,ou=people"
+enter the entryname form the object on which you want the compare operation to work, relative to the basedn, eg "cn=jdoe,ou=Users"
 
 </li>
 
 
 <li>
 
-Enter the compare filter, this must be in the form "attribute=value", eg "mail=John.doe@siemens.com"
+Enter the compare filter, this must be in the form "attribute=value", eg "mail=jdoe@test.com"
 
 </li>
 
@@ -686,7 +840,7 @@ Enter the compare filter, this must be i
 <p>
 
 
-<p><table border="0" cellspacing="0" cellpadding="0"><tr><td><img  src="../images/screenshots/ldaptest/extcompare.png"><br>
+<p><table border="0" cellspacing="0" cellpadding="0"><tr><td><img  src="../images/screenshots/ldaptest/extcompare.png"/><br>
 <font size="-1">
 Figure 9b.3.3. Compare example
 </font></td></tr></table></p>
@@ -713,6 +867,13 @@ Figure 9b.3.3. Compare example
 
 <li>
 
+Rename the element: "4. Single bind/unbind Test" 
+
+</li>
+
+
+<li>
+
 Select the "Single bind/unbind" button.
 
 </li>
@@ -724,7 +885,7 @@ Enter the FULL distinghuised name from t
 <br>
 
 
-eg. cn=john doe,ou=people,dc=siemens,dc=com
+eg. cn=jdoe,ou=Users,dc=test,dc=com
 When this field is kept empty, an anonymous bind will be established.
 
 </li>
@@ -737,21 +898,19 @@ Enter the password for the user you want
 </li>
 
 
-<li>
-
-Take care: This single bind/unbind is in reality two seperate operations but cannot easily be split!
-
-</li>
-
-
 </ol>
 
 
+<b>
+Take care
+</b>
+: This single bind/unbind is in reality two seperate operations but cannot easily be split!
+
 </p>
 <p>
 
 
-<p><table border="0" cellspacing="0" cellpadding="0"><tr><td><img  src="../images/screenshots/ldaptest/extsbind.png"><br>
+<p><table border="0" cellspacing="0" cellpadding="0"><tr><td><img  src="../images/screenshots/ldaptest/extsbind.png"/><br>
 <font size="-1">
 Figure 9b.3.4. Single bind/unbind example
 </font></td></tr></table></p>
@@ -778,6 +937,13 @@ Figure 9b.3.4. Single bind/unbind exampl
 
 <li>
 
+Rename the element: "5. Add Test" 
+
+</li>
+
+
+<li>
+
 Select the "Add" button.
 
 </li>
@@ -816,7 +982,7 @@ All necessary attributes and values must
 <p>
 
 
-<p><table border="0" cellspacing="0" cellpadding="0"><tr><td><img  src="../images/screenshots/ldaptest/extadd.png"><br>
+<p><table border="0" cellspacing="0" cellpadding="0"><tr><td><img  src="../images/screenshots/ldaptest/extadd.png"/><br>
 <font size="-1">
 Figure 9b.3.5. Add request example
 </font></td></tr></table></p>
@@ -843,6 +1009,13 @@ Figure 9b.3.5. Add request example
 
 <li>
 
+Rename the element: "6. Modify Test" 
+
+</li>
+
+
+<li>
+
 Select the "Modify test" button.
 
 </li>
@@ -868,7 +1041,9 @@ You need to enter the attribute you want
 
 <ol>
 <li>
+<b>
 add
+</b>
 <br>
 
  this will mean that the attribute value (not optional in this case) willbe added to the attribute.
@@ -888,7 +1063,9 @@ when it is existing, but single valued, 
 
 
 <li>
+<b>
 replace
+</b>
 <br>
 
 
@@ -905,7 +1082,9 @@ When it is existing, old values are remo
 
 
 <li>
+<b>
 delete
+</b>
 <br>
 
 
@@ -928,11 +1107,16 @@ When a value is given, only that value w
 
 <li>
 
-(Optional) Add more modifications in the "modify test" table.
+
+<i>
+(Optional)
+</i>
+ Add more modifications in the "modify test" table.
 <br>
 
 
-All modifications which are specified must succeed, to let the modification test pass. When one modification fails, NO modifications at all will be made and the entry will remain unchanged.
+All modifications which are specified must succeed, to let the modification test pass. When one modification fails, 
+NO modifications at all will be made and the entry will remain unchanged.
 
 </li>
 
@@ -944,7 +1128,7 @@ All modifications which are specified mu
 <p>
 
 
-<p><table border="0" cellspacing="0" cellpadding="0"><tr><td><img  src="../images/screenshots/ldaptest/extmod.png"><br>
+<p><table border="0" cellspacing="0" cellpadding="0"><tr><td><img  src="../images/screenshots/ldaptest/extmod.png"/><br>
 <font size="-1">
 Figure 9b.3.6. Modify example
 </font></td></tr></table></p>
@@ -958,8 +1142,8 @@ Figure 9b.3.6. Modify example
 <table border="0" cellspacing="0" cellpadding="2" width="100%">
 <tr><td bgcolor="#828DA6">
 <font color="#ffffff" face="arial,helvetica,sanserif">
-<a name="add_delreq"><strong>9b.3.7 Adding a Delete Request</strong></a>
-<a class="sectionlink" href="#add_delreq" title="Link to here">&para;</a></font>
+<a name="add_moddn"><strong>9b.3.7 Adding a Rename Request (moddn)</strong></a>
+<a class="sectionlink" href="#add_moddn" title="Link to here">&para;</a></font>
 </td></tr>
 <tr><td>
 <blockquote>
@@ -971,19 +1155,43 @@ Figure 9b.3.6. Modify example
 
 <li>
 
-Select the "Delete" button.
+Rename the element: "7. Rename entry (moddn)" 
 
 </li>
 
 
 <li>
 
-enter the name of the entry, relative to the baseDN, in the Delete-Field.
+Select the "Rename Entry" button.
+
+</li>
+
+
+<li>
+
+Enter the name of the entry, relative to the baseDN, in the "old entry name-Field".
 <br>
 
 
-that is, if you want to remove "cn=john doe,ou=people,dc=siemens,dc=com", and you set the baseDN to "dc=siemens,dc=com",
-you need to enter "cn=john doe,ou=people" in the Delete-field.
+that is, if you want to rename "cn=Little John Doe,ou=Users", and you set the baseDN to "dc=test,dc=com",
+you need to enter "cn=John Junior Doe,ou=Users" in the old entry name-field.
+
+</li>
+
+
+<li>
+
+Enter the new name of the entry, relative to the baseDN, in the "new distinghuised name-Field".
+<br>
+
+
+when you only change the RDN, it will simply rename the entry
+<br>
+
+
+when you also add a different subtree, eg you change from cn=john doe,ou=Users to cn=john doe,ou=oldusers, it will move the entry.
+You can also move a complete subtree (If your LDAP server supports this!), eg ou=Users,ou=retired, to ou=oldusers,ou=users, 
+this will move the complete subtee, plus all retired people in the subtree to the new place in the tree.
 
 </li>
 
@@ -995,9 +1203,9 @@ you need to enter "cn=john doe,ou=people
 <p>
 
 
-<p><table border="0" cellspacing="0" cellpadding="0"><tr><td><img  src="../images/screenshots/ldaptest/extdel.png"><br>
+<p><table border="0" cellspacing="0" cellpadding="0"><tr><td><img  src="../images/screenshots/ldaptest/extmoddn.png"/><br>
 <font size="-1">
-Figure 9b.3.7. Delete example
+Figure 9b.3.8. Rename example
 </font></td></tr></table></p>
 
 
@@ -1009,8 +1217,8 @@ Figure 9b.3.7. Delete example
 <table border="0" cellspacing="0" cellpadding="2" width="100%">
 <tr><td bgcolor="#828DA6">
 <font color="#ffffff" face="arial,helvetica,sanserif">
-<a name="add_moddn"><strong>9b.3.8 Adding a Rename Request (moddn)</strong></a>
-<a class="sectionlink" href="#add_moddn" title="Link to here">&para;</a></font>
+<a name="add_delreq"><strong>9b.3.8 Adding a Delete Request</strong></a>
+<a class="sectionlink" href="#add_delreq" title="Link to here">&para;</a></font>
 </td></tr>
 <tr><td>
 <blockquote>
@@ -1022,35 +1230,26 @@ Figure 9b.3.7. Delete example
 
 <li>
 
-Select the "Rename Entry" button.
+Rename the element: "8. Delete Test" 
 
 </li>
 
 
 <li>
 
-enter the name of the entry, relative to the baseDN, in the "old entry name-Field".
-<br>
-
-
-that is, if you want to rename "cn=john doe,ou=people,dc=siemens,dc=com", and you set the baseDN to "dc=siemens,dc=com",
-you need to enter "cn=john doe,ou=people" in the old entry name-field.
+Select the "Delete" button.
 
 </li>
 
 
 <li>
 
-enter the new name of the entry, relative to the baseDN, in the "new distinghuised name-Field".
-<br>
-
-
-whne you only change the RDN, it will simply rename the entry
+Enter the name of the entry, relative to the baseDN, in the Delete-Field.
 <br>
 
 
-when you also add a differten subtree, eg you change from cn=john doe,ou=people to cn=john doe,ou=users, it will move the entry.
-You can also move a complete subtree (If your LDAP server supports this!!!!), eg ou=people,ou=retired, to ou=oldusers,ou=users, this will move the complete subtee, plus all retired people in the subtree to the new place in the tree.
+that is, if you want to remove "cn=John Junior Doe,ou=Users,dc=test,dc=com", and you set the baseDN to "dc=test,dc=com",
+you need to enter "cn=John Junior Doe,ou=Users" in the Delete-field.
 
 </li>
 
@@ -1062,9 +1261,9 @@ You can also move a complete subtree (If
 <p>
 
 
-<p><table border="0" cellspacing="0" cellpadding="0"><tr><td><img  src="../images/screenshots/ldaptest/extmoddn.png"><br>
+<p><table border="0" cellspacing="0" cellpadding="0"><tr><td><img  src="../images/screenshots/ldaptest/extdel.png"/><br>
 <font size="-1">
-Figure 9b.3.8. Rename example
+Figure 9b.3.7. Delete example
 </font></td></tr></table></p>
 
 
@@ -1089,6 +1288,13 @@ Figure 9b.3.8. Rename example
 
 <li>
 
+Rename the element: 9. Thread unbind" 
+
+</li>
+
+
+<li>
+
 Select the "Thread unbind" button.
 This will be enough as it just closes the current connection.
 The information which is needed is already known by the system
@@ -1101,7 +1307,7 @@ The information which is needed is alrea
 <p>
 
 
-<p><table border="0" cellspacing="0" cellpadding="0"><tr><td><img  src="../images/screenshots/ldaptest/extthreadunbind.png"><br>
+<p><table border="0" cellspacing="0" cellpadding="0"><tr><td><img  src="../images/screenshots/ldaptest/extthreadunbind.png"/><br>
 <font size="-1">
 Figure 9b.3.9. Unbind example
 </font></td></tr></table></p>
@@ -1129,15 +1335,31 @@ Figure 9b.3.9. Unbind example
 The final element you need to add to your Test Plan is a Listener.
  This element is responsible for storing all of the results of your LDAP
 requests in a file  and presenting a visual model of the data.Select the Thread group
-element and add a View Results Tree (Add --> Listener -->View Results Tree)
+element and add a 
+<b>
+View Results Tree
+</b>
+ (
+<b>
+Add
+</b>
+>
+<b>
+Listener
+</b>
+>
+<b>
+View Results Tree
+</b>
+)
 
 </p>
 <p>
 
 
-<p><table border="0" cellspacing="0" cellpadding="0"><tr><td><img  src="../images/screenshots/ldaptest/extviewtree.png"><br>
+<p><table border="0" cellspacing="0" cellpadding="0"><tr><td><img  src="../images/screenshots/ldaptest/extviewtree.png"/><br>
 <font size="-1">
-Figure 9b.4. View result Tree Listener
+Figure 9b.4. View Result Tree Listener
 </font></td></tr></table></p>
 
 
@@ -1166,7 +1388,7 @@ is contained here.
 
 <li>
 
-The response data contains the full details of the sent request, as well the full details of the received answer, 
+The response data contains the full details of the sent request, as well the full details of the received answer,
 this is given in a (self defined) xml-style.
 
 <a href="ldapanswer_xml.html">
@@ -1190,6 +1412,7 @@ The full description can be found here.
 </td></tr>
 <tr><td><br></td></tr>
 </table>
+<br>
 <table>
 <tr>
 <td bgcolor="#525D76">
@@ -1203,7 +1426,6 @@ The full description can be found here.
 </td>
 </tr>
 </table>
-<br>
 </td>
 </tr>
 <tr><td colspan="2">
@@ -1255,3 +1477,8 @@ trademarks of the Apache Software Founda
 
 
 
+
+
+
+
+

Modified: jmeter/trunk/docs/usermanual/build-monitor-test-plan.html
URL: http://svn.apache.org/viewvc/jmeter/trunk/docs/usermanual/build-monitor-test-plan.html?rev=1532767&r1=1532766&r2=1532767&view=diff
==============================================================================
--- jmeter/trunk/docs/usermanual/build-monitor-test-plan.html (original)
+++ jmeter/trunk/docs/usermanual/build-monitor-test-plan.html Wed Oct 16 13:57:02 2013
@@ -6,9 +6,9 @@
    The ASF licenses this file to You under the Apache License, Version 2.0
    (the "License"); you may not use this file except in compliance with
    the License.  You may obtain a copy of the License at
- 
+
        http://www.apache.org/licenses/LICENSE-2.0
- 
+
    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -20,22 +20,16 @@
 
 
 <!-- start the processing -->
-<!-- ====================================================================== -->
-<!-- Main Page Section -->
-<!-- ====================================================================== -->
 <html>
 <head>
 <link rel="stylesheet" type="text/css" href="../css/style.css"/>
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
 
-
-
 <title>Apache JMeter - User's Manual: Building a Monitor Test Plan</title>
 </head>
 
 <body bgcolor="#ffffff" text="#000000" link="#525D76">
 <table border="0" cellspacing="0">
-<!-- TOP IMAGE -->
 <tr>
 <td>
 <!-- Need to specify height otherwise iframe seems to grab extra -->
@@ -65,7 +59,7 @@ style="border-width:0; float: left" fram
 </li>
 <li><a href="http://projects.apache.org/feeds/rss/jmeter.xml">Subscribe to What's New</a>
 </li>
-<li><a href="../issues.html">Issues</a>
+<li><a href="../issues.html">Issue Tracking</a>
 </li>
 <li><a href="http://www.apache.org/licenses/">License</a>
 </li>
@@ -115,8 +109,6 @@ style="border-width:0; float: left" fram
 </ul>
 <p><strong>Community</strong></p>
 <ul>
-<li><a href="http://www.apache.org/foundation/getinvolved.html">Get Involved</a>
-</li>
 <li><a href="../mail.html">Mailing Lists</a>
 </li>
 <li><a href="../svnindex.html">SVN Repositories</a>
@@ -126,6 +118,8 @@ style="border-width:0; float: left" fram
 <ul>
 <li><a href="http://www.apache.org/">ASF</a>
 </li>
+<li><a href="http://www.apache.org/foundation/getinvolved.html">Get Involved in the ASF</a>
+</li>
 <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
 </li>
 <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a>
@@ -209,7 +203,7 @@ Add --> ThreadGroup.
 You should now see the Thread Group element under Test Plan.  If you do not
 see the element, "expand" the Test Plan tree by clicking on the Test Plan element.
 </p>
-<p><table border="0" cellspacing="0" cellpadding="0"><tr><td><img  src="../images/screenshots/webtest/threadgroup.png"><br>
+<p><table border="0" cellspacing="0" cellpadding="0"><tr><td><img  src="../images/screenshots/webtest/threadgroup.png"/><br>
 <font size="-1">
 Figure 13.1. Thread Group with Default Values
 </font></td></tr></table></p>
@@ -397,7 +391,7 @@ the last sample the monitor received. Th
 historical view of the server's performance. 
 
 </p>
-<p><table border="0" cellspacing="0" cellpadding="0"><tr><td><img  src="../images/screenshots/monitor_health.png"><br>
+<p><table border="0" cellspacing="0" cellpadding="0"><tr><td><img  src="../images/screenshots/monitor_health.png"/><br>
 <font size="-1"></font></td></tr></table></p>
 <p>
 A quick note about how health is calculated. Typically, a server will crash if
@@ -408,7 +402,7 @@ the current implementation uses 50/50 to
 efficient with thread management might not see any performance degradation, but
 the used memory definitely will show an impact.
 </p>
-<p><table border="0" cellspacing="0" cellpadding="0"><tr><td><img  src="../images/screenshots/monitor_screencap.png"><br>
+<p><table border="0" cellspacing="0" cellpadding="0"><tr><td><img  src="../images/screenshots/monitor_screencap.png"/><br>
 <font size="-1"></font></td></tr></table></p>
 <p>
 The performance graph shows four different lines. The free memory line shows how
@@ -429,6 +423,7 @@ performance or a bug of some sort.
 </td></tr>
 <tr><td><br></td></tr>
 </table>
+<br>
 <table>
 <tr>
 <td bgcolor="#525D76">
@@ -442,7 +437,6 @@ performance or a bug of some sort.
 </td>
 </tr>
 </table>
-<br>
 </td>
 </tr>
 <tr><td colspan="2">
@@ -494,3 +488,8 @@ trademarks of the Apache Software Founda
 
 
 
+
+
+
+
+

Modified: jmeter/trunk/docs/usermanual/build-test-plan.html
URL: http://svn.apache.org/viewvc/jmeter/trunk/docs/usermanual/build-test-plan.html?rev=1532767&r1=1532766&r2=1532767&view=diff
==============================================================================
--- jmeter/trunk/docs/usermanual/build-test-plan.html (original)
+++ jmeter/trunk/docs/usermanual/build-test-plan.html Wed Oct 16 13:57:02 2013
@@ -6,9 +6,9 @@
    The ASF licenses this file to You under the Apache License, Version 2.0
    (the "License"); you may not use this file except in compliance with
    the License.  You may obtain a copy of the License at
- 
+
        http://www.apache.org/licenses/LICENSE-2.0
- 
+
    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -20,22 +20,16 @@
 
 
 <!-- start the processing -->
-<!-- ====================================================================== -->
-<!-- Main Page Section -->
-<!-- ====================================================================== -->
 <html>
 <head>
 <link rel="stylesheet" type="text/css" href="../css/style.css"/>
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
 
-
-
 <title>Apache JMeter - User's Manual: Building a Test Plan</title>
 </head>
 
 <body bgcolor="#ffffff" text="#000000" link="#525D76">
 <table border="0" cellspacing="0">
-<!-- TOP IMAGE -->
 <tr>
 <td>
 <!-- Need to specify height otherwise iframe seems to grab extra -->
@@ -65,7 +59,7 @@ style="border-width:0; float: left" fram
 </li>
 <li><a href="http://projects.apache.org/feeds/rss/jmeter.xml">Subscribe to What's New</a>
 </li>
-<li><a href="../issues.html">Issues</a>
+<li><a href="../issues.html">Issue Tracking</a>
 </li>
 <li><a href="http://www.apache.org/licenses/">License</a>
 </li>
@@ -115,8 +109,6 @@ style="border-width:0; float: left" fram
 </ul>
 <p><strong>Community</strong></p>
 <ul>
-<li><a href="http://www.apache.org/foundation/getinvolved.html">Get Involved</a>
-</li>
 <li><a href="../mail.html">Mailing Lists</a>
 </li>
 <li><a href="../svnindex.html">SVN Repositories</a>
@@ -126,6 +118,8 @@ style="border-width:0; float: left" fram
 <ul>
 <li><a href="http://www.apache.org/">ASF</a>
 </li>
+<li><a href="http://www.apache.org/foundation/getinvolved.html">Get Involved in the ASF</a>
+</li>
 <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
 </li>
 <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a>
@@ -156,7 +150,7 @@ style="border-width:0; float: left" fram
 <blockquote>
 <p>
 A test plan describes a series of steps JMeter will execute when run.  A complete
-test plan will consist of one or more Thread Groups, logic conrollers, sample generating
+test plan will consist of one or more Thread Groups, logic controllers, sample generating
 controllers, listeners, timers, assertions, and configuration elements.
 
 </p>
@@ -194,7 +188,7 @@ and choose the "remove" option.
 <tr><td>
 <blockquote>
 <p>
-To load an element from file, right click on the existing tree element to which
+To load an element from file, right click on the existing tree elements to which
 you want to add the loaded element, and select the "merge" option.  Choose the file where
 your elements are saved.  JMeter will merge the elements into the tree.
 </p>
@@ -419,6 +413,8 @@ The commands will only be accepted if th
 <p>
 
 JMeter reports warnings and errors to the jmeter.log file, as well as some information on the test run itself.
+JMeter shows at the right hand end of its window, the number of warnings/errors found in jmeter.log file next to the warning icon. 
+Click on the warning icon to show the jmeter.log file at the bottom of JMeter's window.
 Just occasionally there may be some errors that JMeter is unable to trap and log; these will appear on the command console.
 If a test is not behaving as you expect, please check the log file in case any errors have been reported (e.g. perhaps a syntax error in a function call).
 
@@ -439,6 +435,7 @@ The status of a sample result can be see
 </td></tr>
 <tr><td><br></td></tr>
 </table>
+<br>
 <table>
 <tr>
 <td bgcolor="#525D76">
@@ -452,7 +449,6 @@ The status of a sample result can be see
 </td>
 </tr>
 </table>
-<br>
 </td>
 </tr>
 <tr><td colspan="2">
@@ -504,3 +500,8 @@ trademarks of the Apache Software Founda
 
 
 
+
+
+
+
+

Modified: jmeter/trunk/docs/usermanual/build-web-test-plan.html
URL: http://svn.apache.org/viewvc/jmeter/trunk/docs/usermanual/build-web-test-plan.html?rev=1532767&r1=1532766&r2=1532767&view=diff
==============================================================================
--- jmeter/trunk/docs/usermanual/build-web-test-plan.html (original)
+++ jmeter/trunk/docs/usermanual/build-web-test-plan.html Wed Oct 16 13:57:02 2013
@@ -6,9 +6,9 @@
    The ASF licenses this file to You under the Apache License, Version 2.0
    (the "License"); you may not use this file except in compliance with
    the License.  You may obtain a copy of the License at
- 
+
        http://www.apache.org/licenses/LICENSE-2.0
- 
+
    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -20,22 +20,16 @@
 
 
 <!-- start the processing -->
-<!-- ====================================================================== -->
-<!-- Main Page Section -->
-<!-- ====================================================================== -->
 <html>
 <head>
 <link rel="stylesheet" type="text/css" href="../css/style.css"/>
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
 
-
-
 <title>Apache JMeter - User's Manual: Building a Web Test Plan</title>
 </head>
 
 <body bgcolor="#ffffff" text="#000000" link="#525D76">
 <table border="0" cellspacing="0">
-<!-- TOP IMAGE -->
 <tr>
 <td>
 <!-- Need to specify height otherwise iframe seems to grab extra -->
@@ -65,7 +59,7 @@ style="border-width:0; float: left" fram
 </li>
 <li><a href="http://projects.apache.org/feeds/rss/jmeter.xml">Subscribe to What's New</a>
 </li>
-<li><a href="../issues.html">Issues</a>
+<li><a href="../issues.html">Issue Tracking</a>
 </li>
 <li><a href="http://www.apache.org/licenses/">License</a>
 </li>
@@ -115,8 +109,6 @@ style="border-width:0; float: left" fram
 </ul>
 <p><strong>Community</strong></p>
 <ul>
-<li><a href="http://www.apache.org/foundation/getinvolved.html">Get Involved</a>
-</li>
 <li><a href="../mail.html">Mailing Lists</a>
 </li>
 <li><a href="../svnindex.html">SVN Repositories</a>
@@ -126,6 +118,8 @@ style="border-width:0; float: left" fram
 <ul>
 <li><a href="http://www.apache.org/">ASF</a>
 </li>
+<li><a href="http://www.apache.org/foundation/getinvolved.html">Get Involved in the ASF</a>
+</li>
 <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
 </li>
 <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a>
@@ -226,7 +220,7 @@ in the tree, if you have not already sel
 Group Control Panel in the right section of the JMeter window (see Figure 5.1
 below)
 </p>
-<p><table border="0" cellspacing="0" cellpadding="0"><tr><td><img width='612' height='266' src="../images/screenshots/webtest/threadgroup.png"><br>
+<p><table border="0" cellspacing="0" cellpadding="0"><tr><td><img width='609' height='289' src="../images/screenshots/webtest/threadgroup.png"/><br>
 <font size="-1">
 Figure 5.1. Thread Group with Default Values
 </font></td></tr></table></p>
@@ -266,7 +260,7 @@ leave the Control Panel (for example, wh
 <p>
 See Figure 5.2 for the completed JMeter Users Thread Group.
 </p>
-<p><table border="0" cellspacing="0" cellpadding="0"><tr><td><img width='1040' height='335' src="../images/screenshots/webtest/threadgroup2.png"><br>
+<p><table border="0" cellspacing="0" cellpadding="0"><tr><td><img width='1045' height='359' src="../images/screenshots/webtest/threadgroup2.png"/><br>
 <font size="-1">
 Figure 5.2. JMeter Users Thread Group
 </font></td></tr></table></p>
@@ -294,7 +288,7 @@ to get the Add menu, and then select Add
 Defaults. Then, select this new element to view its Control Panel (see Figure 5.3).
 
 </p>
-<p><table border="0" cellspacing="0" cellpadding="0"><tr><td><img width='1037' height='511' src="../images/screenshots/webtest/http-defaults1.png"><br>
+<p><table border="0" cellspacing="0" cellpadding="0"><tr><td><img width='1037' height='511' src="../images/screenshots/webtest/http-defaults1.png"/><br>
 <font size="-1">
 Figure 5.3. HTTP Request Defaults
 </font></td></tr></table></p>
@@ -324,7 +318,7 @@ HTTP Request elements use.
 <p>
 See Figure 5.4 for the completed HTTP Request Defaults element
 </p>
-<p><table border="0" cellspacing="0" cellpadding="0"><tr><td><img width='1036' height='513' src="../images/screenshots/webtest/http-defaults2.png"><br>
+<p><table border="0" cellspacing="0" cellpadding="0"><tr><td><img width='1036' height='513' src="../images/screenshots/webtest/http-defaults2.png"/><br>
 <font size="-1">
 Figure 5.4. HTTP Defaults for our Test Plan
 </font></td></tr></table></p>
@@ -417,7 +411,7 @@ element.
 
 
 </p>
-<p><table border="0" cellspacing="0" cellpadding="0"><tr><td><img width='1164' height='677' src="../images/screenshots/webtest/http-request1.png"><br>
+<p><table border="0" cellspacing="0" cellpadding="0"><tr><td><img width='1140' height='693' src="../images/screenshots/webtest/http-request1.png"/><br>
 <font size="-1">
 Figure 5.5. HTTP Request for JMeter Home Page
 </font></td></tr></table></p>
@@ -442,7 +436,7 @@ Set the Path field to "/changes.html".
 
 
 </p>
-<p><table border="0" cellspacing="0" cellpadding="0"><tr><td><img width='1164' height='676' src="../images/screenshots/webtest/http-request2.png"><br>
+<p><table border="0" cellspacing="0" cellpadding="0"><tr><td><img width='1145' height='695' src="../images/screenshots/webtest/http-request2.png"/><br>
 <font size="-1">
 Figure 5.6. HTTP Request for JMeter Changes Page
 </font></td></tr></table></p>
@@ -476,7 +470,7 @@ Select the JMeter Users element and add 
 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>
-<p><table border="0" cellspacing="0" cellpadding="0"><tr><td><img width='915' height='686' src="../images/screenshots/graph_results.png"><br>
+<p><table border="0" cellspacing="0" cellpadding="0"><tr><td><img width='915' height='686' src="../images/screenshots/graph_results.png"/><br>
 <font size="-1">
 Figure 5.7. Graph Results Listener
 </font></td></tr></table></p>
@@ -516,7 +510,7 @@ Sometimes the login form contains additi
 These will need to be added as well.
 
 </p>
-<p><table border="0" cellspacing="0" cellpadding="0"><tr><td><img width='918' height='689' src="../images/screenshots/webtest/http_login.png"><br>
+<p><table border="0" cellspacing="0" cellpadding="0"><tr><td><img width='898' height='682' src="../images/screenshots/webtest/http_login.png"/><br>
 <font size="-1">
 Figure 5.8. Sample HTTP login request
 </font></td></tr></table></p>
@@ -525,6 +519,7 @@ Figure 5.8. Sample HTTP login request
 </td></tr>
 <tr><td><br></td></tr>
 </table>
+<br>
 <table>
 <tr>
 <td bgcolor="#525D76">
@@ -538,7 +533,6 @@ Figure 5.8. Sample HTTP login request
 </td>
 </tr>
 </table>
-<br>
 </td>
 </tr>
 <tr><td colspan="2">
@@ -590,3 +584,8 @@ trademarks of the Apache Software Founda
 
 
 
+
+
+
+
+

Modified: jmeter/trunk/docs/usermanual/build-ws-test-plan.html
URL: http://svn.apache.org/viewvc/jmeter/trunk/docs/usermanual/build-ws-test-plan.html?rev=1532767&r1=1532766&r2=1532767&view=diff
==============================================================================
--- jmeter/trunk/docs/usermanual/build-ws-test-plan.html (original)
+++ jmeter/trunk/docs/usermanual/build-ws-test-plan.html Wed Oct 16 13:57:02 2013
@@ -6,9 +6,9 @@
    The ASF licenses this file to You under the Apache License, Version 2.0
    (the "License"); you may not use this file except in compliance with
    the License.  You may obtain a copy of the License at
- 
+
        http://www.apache.org/licenses/LICENSE-2.0
- 
+
    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -20,22 +20,16 @@
 
 
 <!-- start the processing -->
-<!-- ====================================================================== -->
-<!-- Main Page Section -->
-<!-- ====================================================================== -->
 <html>
 <head>
 <link rel="stylesheet" type="text/css" href="../css/style.css"/>
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
 
-
-
 <title>Apache JMeter - User's Manual: Building a WebService Test Plan</title>
 </head>
 
 <body bgcolor="#ffffff" text="#000000" link="#525D76">
 <table border="0" cellspacing="0">
-<!-- TOP IMAGE -->
 <tr>
 <td>
 <!-- Need to specify height otherwise iframe seems to grab extra -->
@@ -65,7 +59,7 @@ style="border-width:0; float: left" fram
 </li>
 <li><a href="http://projects.apache.org/feeds/rss/jmeter.xml">Subscribe to What's New</a>
 </li>
-<li><a href="../issues.html">Issues</a>
+<li><a href="../issues.html">Issue Tracking</a>
 </li>
 <li><a href="http://www.apache.org/licenses/">License</a>
 </li>
@@ -115,8 +109,6 @@ style="border-width:0; float: left" fram
 </ul>
 <p><strong>Community</strong></p>
 <ul>
-<li><a href="http://www.apache.org/foundation/getinvolved.html">Get Involved</a>
-</li>
 <li><a href="../mail.html">Mailing Lists</a>
 </li>
 <li><a href="../svnindex.html">SVN Repositories</a>
@@ -126,6 +118,8 @@ style="border-width:0; float: left" fram
 <ul>
 <li><a href="http://www.apache.org/">ASF</a>
 </li>
+<li><a href="http://www.apache.org/foundation/getinvolved.html">Get Involved in the ASF</a>
+</li>
 <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
 </li>
 <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a>
@@ -227,7 +221,7 @@ in the tree, if you have not already sel
 Group Control Panel in the right section of the JMeter window (see Figure 10.1
 below)
 </p>
-<p><table border="0" cellspacing="0" cellpadding="0"><tr><td><img  src="../images/screenshots/webtest/threadgroup.png"><br>
+<p><table border="0" cellspacing="0" cellpadding="0"><tr><td><img  src="../images/screenshots/webtest/threadgroup.png"/><br>
 <font size="-1">
 Figure 10.1. Thread Group with Default Values
 </font></td></tr></table></p>
@@ -267,7 +261,7 @@ leave the Control Panel (for example, wh
 <p>
 See Figure 10.2 for the completed Jakarta Users Thread Group.
 </p>
-<p><table border="0" cellspacing="0" cellpadding="0"><tr><td><img  src="../images/screenshots/webtest/threadgroup2.png"><br>
+<p><table border="0" cellspacing="0" cellpadding="0"><tr><td><img  src="../images/screenshots/webtest/threadgroup2.png"/><br>
 <font size="-1">
 Figure 10.2. Jakarta Users Thread Group
 </font></td></tr></table></p>
@@ -324,7 +318,7 @@ Enter the WSDL URL and click "Load WSDL"
 
 
 </p>
-<p><table border="0" cellspacing="0" cellpadding="0"><tr><td><img  src="../images/screenshots/webservice_sampler.png"><br>
+<p><table border="0" cellspacing="0" cellpadding="0"><tr><td><img  src="../images/screenshots/webservice_sampler.png"/><br>
 <font size="-1">
 Figure 10.3. Webservice Request
 </font></td></tr></table></p>
@@ -403,7 +397,7 @@ Select the Jakarta Users element and add
 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>
-<p><table border="0" cellspacing="0" cellpadding="0"><tr><td><img width='915' height='686' src="../images/screenshots/graph_results.png"><br>
+<p><table border="0" cellspacing="0" cellpadding="0"><tr><td><img width='915' height='686' src="../images/screenshots/graph_results.png"/><br>
 <font size="-1">
 Figure 10.7. Graph Results Listener
 </font></td></tr></table></p>
@@ -412,6 +406,7 @@ Figure 10.7. Graph Results Listener
 </td></tr>
 <tr><td><br></td></tr>
 </table>
+<br>
 <table>
 <tr>
 <td bgcolor="#525D76">
@@ -425,7 +420,6 @@ Figure 10.7. Graph Results Listener
 </td>
 </tr>
 </table>
-<br>
 </td>
 </tr>
 <tr><td colspan="2">
@@ -477,3 +471,8 @@ trademarks of the Apache Software Founda
 
 
 
+
+
+
+
+