InProAndroidDevbyOliver VicenteScreenshot testing in Jetpack ComposeIn this article, I’ll introduce a useful tool for screenshot testing in Jetpack Compose. This tool was officially announced at the last…Dec 2, 20244Dec 2, 20244
Ryan WUI Automator: Enriching Espresso Android UI TestsAdding a few lines of code to test how our apps react to device rotationMay 2, 2024May 2, 2024
Ryan WCapturing Quality: An Introduction to Screenshot Testing and What Is Coming To Android StudioIn mobile application development, ensuring a seamless user experience is paramount. A crucial aspect of this is verifying the visual…Oct 22, 20232Oct 22, 20232
InMesmerbyDoug StevensonUse Espresso’s IdlingResource for max Android test speedApps that do I/O can have unpredictable delays. Instead of sleeping your tests or looping needlessly, use IdlingResource for performance.Apr 28, 20201Apr 28, 20201
Ahmad KazimiPart1: Testing in AndroidWe’ll talk about testing in Android (Unit test, Integration test, and UI test) and how to write a good test !?Jun 15, 2022Jun 15, 2022
Cedric FerryPure Kotlin Unit Testing: Mocking — part 2Today we are going to look how we can write elaborate unit tests by using a mockK library. The most popular pure Kotlin library for MockingSep 12, 2021Sep 12, 2021