Hi Everyone,
I wanna ask, how to connect my database into the Postman ? I’ve been search but the answer always suggest me to make a Mock server. I want to connect my Database to my Postman, coz i want dynamic of data if i’ testing my API.
Thanks Before
You can try using something like firebase firestore or airtable or any other database which allows you to access your data using their APIs.
Firestore API: https://firebase.google.com/docs/firestore/use-rest-api
Airtable API: https://airtable.com/api
what if i using SQL Server ? can i connect it to Postman ?
So the thing is, I have a scenario on my test case, and the case about validates the data in response when I Post use the API. I want to make sure that every time my database got new data it will not disturb or crush my test case.
1 Like