Recently, I had the opportunity to give a talk at Droidcon Italy about UI testing of Jetpack Compose apps.
For those who couldn't make it or want to revisit the content, here are the slides:
https://speakerdeck.com/alexzhukovich/ui-testing-of-jetpack-compose-apps-droidcon-italy-2023
UI Testing of Jetpack Compose apps - Droidcon Italy 2023
As Android developers, we face many challenges like handling life-cycle events, maintaining view state, testing applications that use different UI approaches, etc. Many Android developers already prefer to use Jetpack Compose together or instead of the traditional way of building UI for Android apps. During this talk, we will explore different techniques of testing Android applications' UI and how to efficiently verify apps, which includes both approaches of building UI.






