Index: xdocs/usermanual/component_reference.xml =================================================================== RCS file: /home/cvspublic/jakarta-jmeter/xdocs/usermanual/component_reference.xml,v retrieving revision 1.27 diff -u -r1.27 component_reference.xml --- xdocs/usermanual/component_reference.xml 15 Oct 2002 20:28:42 -0000 1.27 +++ xdocs/usermanual/component_reference.xml 15 Dec 2002 12:59:24 -0000 @@ -81,7 +81,7 @@ multipart form specifications.
Additionally, you can specify whether each paramter should be URL encoded. If you are not sure what this - means, it is probably best to select it. If your values contain characters such as & or spaces, or + means, it is probably best to select it. If your values contain characters such as & or spaces, or question marks, then encoding is usually required.
The mailer visualizer can be set up to send email if a test run receives too many
+ The mailer visualizer can be set up to send email if a test run receives too many
failed responses from the server.
Allows the user to specify values for User Variables specific to individual threads.
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 +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.
-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. +
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.
Values can be accessed in any test component in the same thread group, using the function syntax: ${variable}.
@@ -704,7 +704,7 @@$(reference_name}
.Alternatively, this modifier can be attached to select requests and it will modify only them. -Clever users will even determine that this modifier can be used to grab values that elude the +
Alternatively, this modifier can be attached to select requests and it will modify only them.
+Clever users will even determine that this modifier can be used to grab values that elude the
As an example, the username for a login script could be modified to send a series of values +
As an example, the username for a login script could be modified to send a series of values
such as:
user_1
user_2
@@ -899,7 +899,7 @@
modify or add to the HTTP Request.
The User Parameter Modifier uses an XML file get values for HTTP arguments. Any HTTP Request that this modifier modifies will be checked for the existence of the specified arguments. If found, the values for those arguments will be replaced by the values found in the -xml file. The XML file can have multiple sets of the same values. This modifier will iterate -through these values in a round-robin style, thus each request will get a different set of values +xml file. The XML file can have multiple sets of the same values. This modifier will iterate +through these values in a round-robin style, thus each request will get a different set of values until the last set of values is reached, at which point it will begin again at the first set.
The Regex Function is used to parse the previous response using any regular
+ The Regex Function is used to parse the previous response using any regular
expression (provided by user). The function returns the template string with variable values filled
in. The __regexFunction stores values for future use. In the sixth parameter, you can specify
a reference name. After this function executes, the same values can be retrieved at later times
-using the syntax for user-defined values. For instance, ${refName_g1} would refer to the first
-group parsed by this function. ${refName_g0} always refers to the entire match.
The thread number function simply returns the number of the thread currently
+ The thread number function simply returns the number of the thread currently
being executed. These numbers are independent of ThreadGroup, meaning thread #1 in one threadgroup
is indistinguishable from thread #1 in another threadgroup, from the point of view of this function.