Hi
I am using Gatling and SOAPUI. As a response I am getting 100 unique Ids . So could you please help me out to store these 100 ids in CSV file so that it can be used as input data for other scenarios.
Hi
I am using Gatling and SOAPUI. As a response I am getting 100 unique Ids . So could you please help me out to store these 100 ids in CSV file so that it can be used as input data for other scenarios.
Is your 100 users generated dynamically every request or it is same 100 users ?
I mean are they static ?
100 users generated dynamically.
Why don’t you create static CSV file with your users,use feeder to fetch data , and at the end of simulation delete them from your system?
It is much simpler…
Thanks for suggestion. its works