What and Why of unit tests?
Let’s not waste time on what is a unit test and what are their benefits. I think you all know it but want to learn how to write those tests! In case you want to know more about unit tests, checkout this lovely article by X-team.
In this article, we will build a TODO app with a list screen that allows a user to add and display tasks.
We will have basic todo app ready at the end of this part.
For implementation or step by step guide, navigate to blog.canopas.com