Passing 10k Get Requests

I have an excel ready with 10K requests that I want to send it to postman. I want to analyse the performance and at the same time verify the output. what can be the simplest way to do so?

With the CSV file, you can use Newman or the Runner to send all of the requests. Both of these will treat data files (CSV or JSON) like parameters for the request(s) it’s tied to. Both willl provide some basic analysis out-of-the-box, but you can write your own tests to check for whatever is needed.


tl;dr Read this piece of documentation that’ll walk you through the setup/implementation – https://www.getpostman.com/docs/postman/collection_runs/working_with_data_files