mirror of https://github.com/apache/jmeter.git
Document CSV Data thread behaviour
git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/branches/rel-2-2@568329 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5d5d9ab76e
commit
519b200968
|
|
@ -6195,6 +6195,14 @@ the Report.
|
|||
</p>
|
||||
|
||||
|
||||
<p >
|
||||
|
||||
The file is only opened once, and each thread will use a different line from the file.
|
||||
Lines are read as the threads need them.
|
||||
|
||||
</p>
|
||||
|
||||
|
||||
<p >
|
||||
|
||||
As a special case, the string "\t" (without quotes) is treated as a Tab.
|
||||
|
|
|
|||
|
|
@ -1955,6 +1955,10 @@ the Report.
|
|||
It is easier to use than the __CSVRead() and _StringFromFile() functions.
|
||||
</p>
|
||||
<p>
|
||||
The file is only opened once, and each thread will use a different line from the file.
|
||||
Lines are read as the threads need them.
|
||||
</p>
|
||||
<p>
|
||||
As a special case, the string "\t" (without quotes) is treated as a Tab.
|
||||
</p>
|
||||
<p>
|
||||
|
|
|
|||
Loading…
Reference in New Issue