Author: pmouawad
Date: Wed Sep 20 11:49:00 2017
New Revision: 1809004

URL: http://svn.apache.org/viewvc?rev=1809004&view=rev
Log:
Bug 61537 - Wrong numbers of users and requests in User Manual
Bugzilla Id: 61537

Modified:
    jmeter/trunk/xdocs/usermanual/build-ldap-test-plan.xml
    jmeter/trunk/xdocs/usermanual/build-ldapext-test-plan.xml

Modified: jmeter/trunk/xdocs/usermanual/build-ldap-test-plan.xml
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/build-ldap-test-plan.xml?rev=1809004&r1=1809003&r2=1809004&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/build-ldap-test-plan.xml (original)
+++ jmeter/trunk/xdocs/usermanual/build-ldap-test-plan.xml Wed Sep 20 11:49:00 
2017
@@ -33,7 +33,7 @@
         <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 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:
+(repeat 4 times) = 64 LDAP requests. To construct the Test Plan, you will use 
the following elements:
 <a href="test_plan.html#thread_group">Thread Group</a>,
 <complink name="LDAP Request"/>,
 <complink name="LDAP Request Defaults"/>, and

Modified: jmeter/trunk/xdocs/usermanual/build-ldapext-test-plan.xml
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/build-ldapext-test-plan.xml?rev=1809004&r1=1809003&r2=1809004&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/build-ldapext-test-plan.xml (original)
+++ jmeter/trunk/xdocs/usermanual/build-ldapext-test-plan.xml Wed Sep 20 
11:49:00 2017
@@ -40,9 +40,9 @@ 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 one time. So,  the total number of requests is 
<code>(1 users) x (9 requests) x
-repeat 1 time) = 9</code> LDAP requests. To construct the Test Plan, you will 
use the following elements:<br/>
+You will create 1 user that send requests for nine tests on the LDAP server. 
Also, you will tell
+the users to run their tests one time. So, the total number of requests is 
<code>(1 user) x (9 requests) x
+(repeat 1 time) = 9</code> LDAP requests. To construct the Test Plan, you will 
use the following elements:<br/>
 <a href="test_plan.html#thread_group">Thread Group</a>,<br/>
 <complink name="Adding LDAP Extended Request Defaults"/>,<br/>
 <complink name="Adding LDAP Requests"/>, and<br/>


Reply via email to