Can we read data from excel in postman for js tests? OR can we write a js script which read data from excel/csv/notepad.
I have wrote some js script which automate my API tests. I am using Newman to execute them from command prompt.
I am writing automated test in postman. I want to import data from excel for my tests. Is it possible? There is any plug-in or anything present which can help me to achieve same
I have a thought that using js I try to write a code which directly read/interacts file like excel/csv/notepad. Is it possible?
Any help would be appreciated