I have the below test case scenario to implement in Jmeter
total threads – 10
total data in csv file – 100
for each iteration, 10 threads to use csv data in sequence like
Iteration1:
thread1- line1 data
thread2- line2 data
………
thread10 – line10 data
Iteration2:
thread1- line11 data
thread2- line12 data
………
thread10 – line20 data
so on until all 10 iterations to process 100 line data
Any help on how to implement?
New contributor
Mrunalini Kancharla is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.