jeudi 9 août 2018

Jmeter continue read multiple lines with multiple users

I'm working on a load test using JMeter(4.0) And I'm trying to insert some record by the CSV data.

The CSV data like:

Ref1,Value1
Ref1,Value2
Ref1,Value3
Ref1,Value4
Ref1,Value5
Ref2,Value1
Ref2,Value2
Ref2,Value3
Ref2,Value4
Ref2,Value5

My thread Group setting with 2 threads with one request with parameters:

Name: Reference  Value:${Ref}
Name: Value      Value:${Value}

Is it possible to let the first thread get the first 5 lines and the second user get the next 5 lines that fits in the request?

Aucun commentaire:

Enregistrer un commentaire