Testing in Android Part 3: Ent-to-End Tests
Using Android, Compose, and Coroutine Test Libraries to Test Features End-to-End
Introduction
In the first article of this series, we covered testing business logic with unit tests and in the second one, we covered integration tests. In this article, we will test various features of the EasyTODO…