sebb 2005/09/25 15:50:48
Modified: xdocs/usermanual Tag: rel-2-1 functions.xml
component_reference.xml
Log:
Add links between CSV Data Set and CSVRead/StringFromFile
Revision Changes Path
No revision
No revision
1.21.2.3 +9 -0 jakarta-jmeter/xdocs/usermanual/functions.xml
Index: functions.xml
===================================================================
RCS file: /home/cvs/jakarta-jmeter/xdocs/usermanual/functions.xml,v
retrieving revision 1.21.2.2
retrieving revision 1.21.2.3
diff -u -r1.21.2.2 -r1.21.2.3
--- functions.xml 6 Sep 2005 23:40:33 -0000 1.21.2.2
+++ functions.xml 25 Sep 2005 22:50:48 -0000 1.21.2.3
@@ -213,6 +213,12 @@
For example when testing a banking application, 100s or 1000s of
different account numbers might be required.
</p>
<p>
+ See also the
+ <a href="component_reference.html#CSV_Data_Set_Config">CSV Data Set
Config test element</a>
+ which may be easier to use. However, that does not currently support
multiple input files.
+ </p>
+
+ <p>
Each time it is called it reads the next line from the file.
When the end of the file is reached, it will start reading again from
the beginning,
unless the maximum loop count has been reached.
@@ -325,6 +331,9 @@
<p>NOTE: versions up to 1.9.1 only supported a single file.
JMeter versions since 1.9.1 support multiple file names.
</p>
+ <p><b>In most cases, the newer
+ <a href="component_reference.html#CSV_Data_Set_Config">CSV Data Set
Config element</a>
+ is easier to use.</b></p>
<p>
When a filename is first encountered, the file is opened and read into
an internal
array. If a blank line is detected, this is treated as end of file -
this allows
1.121.2.11 +7 -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.121.2.10
retrieving revision 1.121.2.11
diff -u -r1.121.2.10 -r1.121.2.11
--- component_reference.xml 23 Sep 2005 23:53:55 -0000 1.121.2.10
+++ component_reference.xml 25 Sep 2005 22:50:48 -0000 1.121.2.11
@@ -1892,7 +1892,9 @@
<component index="§-num;.4.15" name="TCP Sampler Config"
screenshot="tcpsamplerconfig.png">
<note>ALPHA CODE</note>
<description>
+ <p>
The TCP Sampler Config provides default data for the TCP Sampler
+ </p>
</description>
<properties>
<property name="Name" required="">Descriptive name for this element that
is shown in the tree.</property>
@@ -1906,9 +1908,12 @@
<component index="§-num;.4.16" name="CSV Data Set Config"
screenshot="csvdatasetconfig.png">
<description>
+ <p>
CSV DataSet Config is used to read lines from a file, and split them
into variables.
+ It is easier to use than the __CSVRead() and _StringFromFile()
functions.
+ </p>
<p>
- As a special case, the string "\\t" (without quotes) is treated as a
Tab.
+ As a special case, the string "\t" (without quotes) is treated as a Tab.
</p>
</description>
<properties>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]