[Postman to k6] - Run multiple iteration with different data in Parallel

Can anyone suggest me how can i achieve this -

Run multiple iteration with different data (using CSV file for iterations) in Parallel

Hi, welcome to the forum :slight_smile:

I don’t think the postman-to-k6 tool can convert this type of scenario, so you’ll have to implement it manually in your k6 script.

If you search the forum, you’ll find similar topics you can use as inspiration. For example: Want unique data per vus,and each loop sequentially in loop - #2 by imiric

HTH,

Ivan