Skip to content

Article from Gireg de Kerdanet

Good Practices For Testing Database Interactions

May 12, 2017Gireg de Kerdanet10 min read

Here is what I learnt while testing backend calls to the database on a project using node.js with Loopback and a PostgreSQL database though this article would apply to any technology. Basically, it all goes back to saying that each test should have full power over its data. Each test must ensure its…

Continue reading →