I want run 2 different CSV files. Like I created 2 different HTTP Requests and 2 different CSV files, now I want to run both HTTP requests at the same time and data should from both CSV file.
Like:- 1 HTTP request should get data from 1 CSV file and 2 HTTP request should get data from 2 CSV file.
Any solution for this?