MattFeb 202 min readHow to Effectively Wait for Animated Buttons Before Clicking in Espresso TestsIntroduction Testing animated UI elements in Android can be challenging, especially when using automated testing frameworks like...
MattFeb 122 min readEfficient Android UI Testing: Functional Techniques without Dependency Injection FrameworksIntroduction As discussed in my other blog posts, the importance of writing good, clean, automated tests for your project cannot be...