I am wanting to achieve the following in JMETER
- Jmeter loads CSV file with id numbers
- Each user/thread in Jmeter picks a id number and adds it to their HTTP request e.g. http:www.testsite.com/test.php?id=x
- Repeat step 2 , selecting the next id number in the file.
This is so I can test that my servlet is performing multiple threads with connection pooling.
I have tried manually entering in values here
However this is not working.
Schema Layout:
Thanks