How To dynamic the Postman Request name from reading the CSV?
- 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.
- CSV contains the following fields (Test ID, TestCaseDescription , METHOD, url, Requestbody parameter1, Requestbody parameter2,…Requestbody parameter->n)
- 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.