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 <- First Loop, User 1
Ref1,Value2 <- First Loop, User 2
Ref1,Value3 <- First Loop, User 3
Ref1,Value4 <- First Loop, User 4
Ref1,Value5 <- First Loop, User 5
Ref2,Value1 <- Second Loop, User 1
Ref2,Value2 <- Second Loop, User 2
Ref2,Value3 <- Second Loop, User 3
Ref2,Value4 <- Second Loop, User 4
Ref2,Value5 <- Second Loop, User 5
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?