Felix mentioned the documentation is probably wrong. So, by looking at
the behavior / code what should the documentation say?

--emi


On Sun, Sep 24, 2017 at 8:48 AM, Harsha Gayan <harshagay...@gmail.com> wrote:
> when read data from csv file, if loop count value is set to 1, all data in
> the csv file need to be read for 1 iteration. but, it returns only 1 line
> of the csv file when it set as 1. if it is set as 2, csv file need to be
> used for 2 times as mention in documentation. can some one help me with the
> issue.
> thank you
>
> On Sun, Sep 24, 2017 at 9:10 AM, Harsha Gayan <harshagay...@gmail.com>
> wrote:
>
>> When testing data from csv file in CSV Data Set Config, Number of
>> Threads(Users) in the Thread Group need to be set as number of data
>> sets(rows) in the csv file. so, the user need to be know the number of data
>> sets in the csv file before testing it. can someone tell me is that a issue
>> or some kind of miss understand. i attached some screen shots regarding the
>> issue
>>
>> On Thu, Aug 3, 2017 at 12:13 AM, Felix Schumacher <felix.schumacher@
>> internetallee.de> wrote:
>>
>>> Am 01.08.2017 um 19:03 schrieb Harsha Gayan:
>>>
>>>> When testing data from csv file in CSV Data Set Config, Number of
>>>> Threads(Users) in the Thread Group need to be set as number of data
>>>> sets(rows) in the csv file. so, the user need to be know the number of
>>>> data
>>>> sets in the csv file before testing it. can someone tell me is that a
>>>> issue
>>>> or some kind of miss understand.
>>>>
>>> The number of threads and the number of rows in a csv file don't have to
>>> be the same and in most cases (at least the ones I use) are not the same.
>>>
>>> CSV Data Set Config has a few options, that control its behaviour. Look
>>> at "Recycle on EOF?" and "Sharing mode".
>>>
>>> EOF stands for End Of File. If you check the option "Recycle on EOF?" the
>>> file will be read from start, if the end was reached.
>>> Sharing mode will control, whether each thread has its own pointer into
>>> the file, or all/some threads share a pointer into the file.
>>>
>>> Felix
>>>
>>>
>>>
>>>> On Thu, Jul 20, 2017 at 1:13 PM, Harsha Gayan <harshagay...@gmail.com>
>>>> wrote:
>>>>
>>>> Hello, i'm working with the JMeter issue ID 55840. i haven't clean idea
>>>>> about what XPathExtractor.java class does. so can someone help me to
>>>>> clear about that
>>>>>
>>>>> On Tue, Jul 18, 2017 at 12:18 PM, Harsha Gayan <harshagay...@gmail.com>
>>>>> wrote:
>>>>>
>>>>> Hello, i;m working with the JMeter Bug ID 61262. so, i read the those
>>>>>> kind of data (city and appid) from csv file and i test that using
>>>>>> weather
>>>>>> API site. so i tested but it didn't show me any kind of error. so can
>>>>>> someone describe what exactly the bug in there. thank you
>>>>>>
>>>>>>
>>>>>
>>>
>>

Reply via email to