How To dynamic the Postman Request name from reading the csv?

How To dynamic the Postman Request name from reading the CSV?

  1. We have one request in postman collection and we are trying to run with the external data source (CSV) with different scenarios added in that.
  2. CSV contains the following fields (Test ID, TestCaseDescription , METHOD, url, Requestbody parameter1, Requestbody parameter2,…Requestbody parameter->n)
  3. When we run this and see the report in Newman or postman runner it shows the same Request name for different scenarios performed from CSV data set. 4.so we tried to dynamic the request name by mapping the TestCaseDescription as a Variable in curly brassies “{{}}”. but it did not work for us.
1 Like

Hi @qadev and welcome here!

Unfortunately what you are asking for isn’t possible, as mentioned in the documentation:

You can use variables in request URLs, parameters, headers, authorization, body, and header presets.

Ref: https://learning.getpostman.com/docs/postman/variables-and-environments/variables/