Run 2 CSV file for 2 HTTP requests in Jmeter

103 Views Asked by At

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?

1

There are 1 best solutions below

0
On

Use different variables names in different CSV and use those variables in different HTTP requests

To execute in parallel, put your requests under Parallel Controller plugin

Parallel Controller is a Controller that allows execute child elements parallel