Sergio Sastre Florezsergiosastre.hashnode.dev·Nov 9, 2023FeaturedEfficient Testing with Robolectric & Roborazzi Across Many UI States, Devices and ConfigurationsRobolectric is a popular UI testing tool from Google that enables running UI tests without a physical device or emulator. It supports most androidx.test APIs, like Espresso, ActivityScenario & FragmentScenario as well as ComposeTestRule. Robolectric ...Discuss·62 likes·2.1K readsThe road to effective snapshot testing on Androidrobolectric
Romman Sabbirrommansabbir.com·May 5, 2023Android: Testing with RobolectricIf get to know something new by reading my articles, don't forget to endorse me on LinkedIn What is Unit Testing? Unit Testing is a type of software testing where individual units or components of software are tested. The purpose is to validate that...Discuss·11 likes·1.8K readsTestingAndroid
Sagar Khuranahellosagar.hashnode.dev·Sep 6, 2022Google Summer of Code 2022 @ RobolectricIntroduction Robolectric uses error-prone to check the common code quality problems. Currently, there are many warnings/recommendations left to fix, my project was focused on fixing those problems to improve the Robolectric’s code quality. There are ...Discuss·7 likes·684 readsgsoc