Answers for "how to achieve data driven testing in postman"

0

how to achieve data driven testing in postman

Postman support data driven test with
external file in csv, json format.
And if we need to use excel we can convert
to csv file since postman supports.
I use mockaroo.com to generate randomized
mock data. It supports generating CSV, JSON, SQL, Excel formats.
Posted by: Guest on January-13-2021

Code answers related to "how to achieve data driven testing in postman"

Browse Popular Code Answers by Language