I have CSV data config file with 25 users. When I create a Thread group of 25 users I want each thread to pick one line from CSV Data config and loop around.
So
User1 picks userA
Users2 pick userB.......userN pick user(SomeX)
As I set keep alive so I want to reuse the connection and same set of data on the same socket.
My CSV file Recycle on EOF False
Stop Thread on EOF True
Sharing Mode : Current Thread.
But what I observed is Thread 1-1 User1 picks UserA ( iteration 1)
Thread 1-1 User 1 picks User B iteration 2
What I expect is
Thread 1-1 User1 picks UserA ( iteration 1)
Thread 1-1 User 1 picks User A ( iteration 2 )
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…