Saturday 17 March 2018

How do I approach testing?

So I've built a small CRUD application and wanted to write some tests for it, but don't know what exactly to test.Most of my code is just calling the database, communicating with APIs, or just validating input from the client. What exactly should I test here? Should I put fake information into the database? Should I mock calls to AWS? Thanks in advance.

Submitted March 17, 2018 at 07:25PM by allvoid

No comments:

Post a Comment