Forum Discussion
Logica_Norway
16 years agoOccasional Contributor
Hi
I think i didnt explain my problem clearly .I am explaining it once agian
i am running a load test. i have one test step like above mentioned
i have thread count of 60. i am using strategy as simple.i am running the test for 600 sec.
all my sixty threads should execute the test step only once .
i want to take all my values from text file as (CSV).
i have run some normal test.i found same thread is exceuting the test step again and again and other threads just putting empty requests .i want to restrict such that when a thread gets started.it should take its values from text file based on its index. and run the test step only once.such that 60 threads should run a test step only once and put on a whole 60 requests taking values from text file based on their thread index.
if u can provide some sample code for this requirement .it would be really helpful
I think i didnt explain my problem clearly .I am explaining it once agian
i am running a load test. i have one test step like above mentioned
i have thread count of 60. i am using strategy as simple.i am running the test for 600 sec.
all my sixty threads should execute the test step only once .
i want to take all my values from text file as (CSV).
i have run some normal test.i found same thread is exceuting the test step again and again and other threads just putting empty requests .i want to restrict such that when a thread gets started.it should take its values from text file based on its index. and run the test step only once.such that 60 threads should run a test step only once and put on a whole 60 requests taking values from text file based on their thread index.
if u can provide some sample code for this requirement .it would be really helpful