An in-depth guide to testing in Android — In the first part of this series, we’ve covered testing business logic with unit tests. In this article, we will test various features of the EasyTODO application, like filter section visibility switching, navigation between screens, error case verification, etc., using integration tests. Integration tests are on top of unit tests…