You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by ms...@apache.org on 2002/09/27 16:47:46 UTC

cvs commit: jakarta-jmeter/xdocs/usermanual component_reference.xml

mstover1    2002/09/27 07:47:46

  Modified:    docs/usermanual component_reference.html
               xdocs/usermanual component_reference.xml
  Added:       docs/images/screenshots user_params.png
  Log:
  Updating documentation (Andrew Sosnowski)
  
  Revision  Changes    Path
  1.1                  jakarta-jmeter/docs/images/screenshots/user_params.png
  
  	<<Binary file>>
  
  
  1.26      +31 -2     jakarta-jmeter/docs/usermanual/component_reference.html
  
  Index: component_reference.html
  ===================================================================
  RCS file: /home/cvs/jakarta-jmeter/docs/usermanual/component_reference.html,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- component_reference.html	31 Aug 2002 15:00:47 -0000	1.25
  +++ component_reference.html	27 Sep 2002 14:47:46 -0000	1.26
  @@ -2121,9 +2121,38 @@
   		</td></tr>
   		<tr><td>
   		  																			<p	>
  -								Allows the user to specify values specific to individual threads.
  +								Allows the user to specify values for User Variables specific to individual threads.
   						</p>
  -															  		</td></tr>
  +									
  +
  +												<p	>
  +								User Variables can also be specified in the Test Plan but not specific to individual threads. This panel allows
  +you to specify a series of values for any User Variable. For each thread, the variable will be assigned one of the values from the series 
  +in sequence. If there are more threads than values, the values get re-used. For example, this can be used to assign a distinct
  +user id to be used by each thread. User variables can be referenced in any field of any jMeter Component.
  +						</p>
  +									
  +
  +
  +												<p	>
  +								The variable is specified by clicking the Add Variable button in the bottom of the panel and filling in the Variable name in the 'Name:' column. 
  +To add a new value to the series, click the 'Add User' button and fill in the desired value in the newly added column.
  +						</p>
  +									
  +
  +
  +												<p	>
  +								Values can be accessed in any test component in the same thread group, using the 
  +												<a	 href="functions.html">
  +								function syntax
  +						</a>
  +									: ${variable}.
  +						</p>
  +									
  +
  +														<p><b>Control Panel</b></p>
  +						<div align="center"><img src="../images/screenshots/user_params.png"></div>
  +											  		</td></tr>
   		<tr><td><br/></td></tr>
   	 </table>
   	<hr>
  
  
  
  1.26      +13 -2     jakarta-jmeter/xdocs/usermanual/component_reference.xml
  
  Index: component_reference.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jmeter/xdocs/usermanual/component_reference.xml,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- component_reference.xml	31 Aug 2002 15:00:47 -0000	1.25
  +++ component_reference.xml	27 Sep 2002 14:47:46 -0000	1.26
  @@ -675,8 +675,18 @@
   
   </component>
   
  -<component index="13.4.10" name="User Parameters">
  -<description><p>Allows the user to specify values specific to individual threads.</p></description>
  +<component index="13.4.10" name="User Parameters" screenshot="../images/screenshots/user_params.png">
  +<description><p>Allows the user to specify values for User Variables specific to individual threads.</p>
  +<p>User Variables can also be specified in the Test Plan but not specific to individual threads. This panel allows
  +you to specify a series of values for any User Variable. For each thread, the variable will be assigned one of the values from the series 
  +in sequence. If there are more threads than values, the values get re-used. For example, this can be used to assign a distinct
  +user id to be used by each thread. User variables can be referenced in any field of any jMeter Component.</p>
  +
  +<p>The variable is specified by clicking the Add Variable button in the bottom of the panel and filling in the Variable name in the 'Name:' column. 
  +To add a new value to the series, click the 'Add User' button and fill in the desired value in the newly added column.</p>
  +
  +<p>Values can be accessed in any test component in the same thread group, using the <a href="functions.html">function syntax</a>: ${variable}.</p>
  +</description>
   </component>
   
   <component index="13.4.11" name="Counter">
  @@ -1019,3 +1029,4 @@
   </section>
   </body>
   </document>
  +
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>