Hi:
I am doing a DB performance test and my test plan looks like the following:

Thread group
    JDBC Connection Configuration
        Simple Controller1
             Data File 1 (Containing variables firstname, lastname,
employee_no)
             SQL1 (JDBC Request Sampler)
        Simple Controller2
             Data File 2 (containing variables firstname, DOB, status)
             SQL2 (JDBC Request Sampler)
        Simple Controller3 
             Data File 3(containing variables employee_no, status,
company_name)
             SQL3 (JDBC Request Sampler)

This is just a rough example of how my test plan looks. Just because the
variables in the data file are used by more than one sampler,   will it work
if I just have a data file containing variables (firstname, lastname,
employee_no,DOB, status,company_name)  and add this file as a direct child
of the Thread Group instead of limiting the scope to just the Simple
Controllers. I would like to run all the 3 simple controllers in a loop for
performance testing. All I need to know is, will Jmeter be able to read one
row from the Data file (that is the child of the thread group)  and
distribute the values among all the samplers in one iteration and then go to
another rwo for the second iteration?

Please help. And also let me know if my question is not clear.

Thanks
-- 
View this message in context: 
http://www.nabble.com/Making-the-best-use-of-CSV-files-tf2656619.html#a7410359
Sent from the JMeter - User mailing list archive at Nabble.com.


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

Reply via email to