Hi,
I am new to gatling, and I need help in testing a bulk upload test case. API that I test has a call to upload numbers in the form of csv.
I am able to test this case for single user.But I want to customize this test case for concurrent users. So I would like to know how to create this csv file randomly with some numbers and then feed to the test case.
Each test should have unique numbers so that I check for 200 status.
Thanks in advance.