Running the Same Collection with Multiple Test Data Files
Introduce The Question: I’m currently working on a project where I need to run a Postman collection with different sets of test data JSON files. However, I’m unsure about the best approach to achieve this efficiently. I’ve tried manually uploading each test data file before running the collection, but this process is time-consuming and prone to errors. I’m seeking guidance on how to automate the process of running the same collection with multiple test data files and can it generate the multiple test runs.
I see you’re already using Newman to run the collection against specific data files on the command line. Are you looking to run it against other data files sequentially immediately after the previous runs?