Hello,
Suppose I have 5 APIs and I need to run all APIs with different set of data. For example:- There are 3 rows of data in csv1 for API 1 , 1 rows of data in csv2 for API 2 and so on. Is it possible in Postman to pass individual data files for each request? Keeping data in one csv requires a lot of coding skills to segregate for APIs.
1 Like