just to expand on that. If you setup jmeter for multiple threads then each
thread will execute the JDBC request and each thread will loop through all
the results. This is probably not what you want.
Usually you have say a 100 users and you want say 10 threads to pick up one
from this. As before your best bet is the CSV.


On Sat, Jun 4, 2011 at 11:54 AM, Deepak Shetty <[email protected]> wrote:

> surely you dont want to do this in 1 thread.
>
>
> On Sat, Jun 4, 2011 at 11:44 AM, pavelz <[email protected]> wrote:
>
>> My next step would be automating a loop that would go through all the
>> users
>> and passwords that are stored.
>> Let's see how can I do it... If someone has a suggestion, I'd be really
>> happy to hear it!
>>
>> --
>> View this message in context:
>> http://jmeter.512774.n5.nabble.com/Using-values-from-DB-for-a-HTTP-request-tp4453447p4454537.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]
>>
>>
>

Reply via email to