On 23/06/2008, maalamaal <[EMAIL PROTECTED]> wrote:
>
>  I dont think you can use the same data set config file for all the thread
>  groups.
>  you need differet data set configs for different thread groups.
>

You can use the same data file if you want.
JMeter 2.3.2 has a file sharing mode which you can use to control
whether or not the file is shared between threads or used
independently:

http://jakarta.apache.org/jmeter/usermanual/component_reference.html#CSV_Data_Set_Config

>  Correct me if i am wrong
>
>
>
>  Srinivasulu wrote:
>  >
>  > Hi,
>  > How is the data from the CSV filed pulled up?
>  > Say for instance if 5 therds are there with test data of 100 in number how
>  > do the 5 therds access the test data?
>  >

Each thread will get the next line as it needs it.

>  > Shall i assume that 1st thred will use 1-20 test data only, 2nd thread
>  > will be using 21 to 40, 3rd thread 41 - 60 and so on and will stick in the
>  > bound of 20 only???
>  >

No, see above.

>  > Please explain how the test data is pulled for a scenario of 5 thread, 100
>  > test data and 30 min duration :)
>  >

Duration is irrelevant; otherwise see above.

>  > Is there any way we can send the data in a sequential, unique and random
>  > way for 3 different scenarios.

If by unique you mean each line is only used once, then select Stop on EOF.

Random order is not supported.
If you want random order, randomise the data file.

>  >
>  > Please clarify..
>  >
>  > Thanks in advance..:)
>  >
>  > Narahari
>  >
>  >
>
>  --
>
> View this message in context: 
> http://www.nabble.com/Data-format-in-CSV-Dataset-config%21%21-tp18063638p18064230.html
>
> Sent from the JMeter - User mailing list archive at Nabble.com.
>
>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: [EMAIL PROTECTED]
>  For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to