I want to loop through different sets of credentials against a single request in the collection runner for Postman API Testing, but I'm not sure how best to dynamically set the credentials for each iteration?
Asked
Active
Viewed 274 times
0
-
2You could add them to a JSON/CSV data file and then reference the keys/column headers in the Basic Auth using the `{{...}}` syntax. – Danny Dainton Aug 04 '20 at 09:28
-
Thanks @DannyDainton I will try that – kehoewex86 Aug 04 '20 at 09:29