Android MVVM Testing Patterns

Kirill Suslov
12 min readFeb 1, 2019

When does a mobile app become enterprise?

When it contains thousands of lines of business logic?
Or when it brings good profit?

I stick to the idea that solid test coverage makes a mobile app enterprise. At the company where I work, developers spend no less efforts writing tests than writing business logic.

Couple of my colleagues wrote articles on MVVM which I think would be a great read and a pre-requisite to this article which focuses on some testing strategies you could follow when writing your…

--

--