Run single endpoint without collection runner using data in csv file

**
Hi All,
I already read the topic of how to use the data in postman. But it requires to run test on collection runner. is possible to run the test using data in csv file without a collection runner.

Many thanks in advance!
Xuyen Tran
**

Hi Xuyen,

Welcome Postman Discourse community!

The data file works with the collection runner and the same applies when working with our command line tool Newman. See an example with Newman

Would you please provide more information on what youโ€™re trying to achieve?

First, thanks for your reply, Francis.
I knew that if we use a collection runner then it works fine. But If I want to run my tests just simply click on the Send button (no need to run by collection runner). And my test data is stored in the csv file such as username, password, first name, last name, phone numberโ€ฆ so on.

I hope that it clears with you.

Thanks,
Xuyen Tran

I can see that you want to run your tests while using a CSV file but without the collection runner. The only option is to use the collection runner as described below:

https://learning.getpostman.com/docs/postman/collection-runs/working-with-data-files/

However, you can use the form-data encoding if this works for your use case:

https://learning.getpostman.com/docs/postman/sending-api-requests/requests/#form-data

Thank you Francis.
I see your point. Let me try with Form-data and back to you if it works.

Thanks,
Xuyen Tran