Forum Discussion
aaron_ehrensber
17 years agoContributor
But it appears now that I'm at the point to run my load test....I have one more issue. My Datasource does the SELECT ID from and this works...
My load test does 20 concurrent threads and uses ThreadIndex so I know that I have 20 different users....
But the last thing in each test is to send across a HTTP request....the request debug is printing with users 1..20 like expected, but they all have the same ID from the datasource. Do I have to add something from the datasource in my transfer property to tell it to increment the results from the datasource?
My load test does 20 concurrent threads and uses ThreadIndex so I know that I have 20 different users....
But the last thing in each test is to send across a HTTP request....the request debug is printing with users 1..20 like expected, but they all have the same ID from the datasource. Do I have to add something from the datasource in my transfer property to tell it to increment the results from the datasource?