Adding data source controller
Use this test element to control how the data is fetched from the data sources to be used by the test. You can use data from dataset, array variables, built-in data sources, and correlation.
In the Test editor, the pages/requests succeeding the data source controller makes use of the data source associated to the controller. So, if there are 3 pages in your test and the first controller is placed before the first page and the second controller is before the last page, the first two pages use data associated with the first controller. The last page will use data associated with the second controller.