Author: pmouawad
Date: Sat Nov 9 13:04:38 2013
New Revision: 1540298
URL: http://svn.apache.org/r1540298
Log:
Fix wrong computation
Modified:
jmeter/trunk/xdocs/usermanual/build-db-test-plan.xml
Modified: jmeter/trunk/xdocs/usermanual/build-db-test-plan.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/build-db-test-plan.xml?rev=1540298&r1=1540297&r2=1540298&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/build-db-test-plan.xml (original)
+++ jmeter/trunk/xdocs/usermanual/build-db-test-plan.xml Sat Nov 9 13:04:38 2013
@@ -31,8 +31,8 @@
<section name="§-num;. Building a Database Test Plan" anchor="building">
<p>In this section, you will learn how to create a basic
<a href="build-test-plan.html">Test Plan</a> to test a database server.
-You will create ten users that send five SQL requests to the database server.
-Also, you will tell the users to run their tests three times. So, the total number
+You will create fifty users that send 2 SQL requests to the database server.
+Also, you will tell the users to run their tests 100 times. So, the total number
of requests is (50 users) x (2 requests) x (repeat 100 times) = 10'000 JDBC requests.
To construct the Test Plan, you will use the following elements:
<a href="test_plan.html#thread_group">Thread Group</a>,
|