Javascript – Postman : Running a request multiple times with different input data sets and based on the input the request body should be formed
I have a login API request with 3 parameters(say userName, password & remember) in the request body. In that 2 parameters(userName and password are mandatory, remember parameter is optional). The input is read from the CSV file during the runtime…