# Re-introducing Paparazzi's Accessibility Snapshots

DevFeed: [Re-introducing Paparazzi's Accessibility Snapshots](<https://devfeed.tech/articles/re-introducing-paparazzi-s-accessibility-snapshots-29013.md>)

Original publisher: [Read original article](<https://code.cash.app/paparazzi-accessibility-snapshots>)

Author: Colin Marsch

Published: 2025-07-14T00:00:00Z

Content type: tutorial

Language: en

Sources: [Cash App Code Blog](<https://devfeed.tech/sources/cash-app-code-blog.md>)

Topics: [Accessibility](<https://devfeed.tech/topics/accessibility.md>), [Testing](<https://devfeed.tech/topics/testing.md>), [Compose](<https://devfeed.tech/topics/compose.md>), [Android](<https://devfeed.tech/topics/android.md>)

Tags: [accessibility](<https://devfeed.tech/tags/accessibility.md>), [accessibility-testing](<https://devfeed.tech/tags/accessibility-testing.md>), [android](<https://devfeed.tech/tags/android.md>), [compose](<https://devfeed.tech/tags/compose.md>), [compose-ui](<https://devfeed.tech/tags/compose-ui.md>), [library](<https://devfeed.tech/tags/library.md>), [test](<https://devfeed.tech/tags/test.md>), [testing](<https://devfeed.tech/tags/testing.md>)

## AI overview

This article explains Paparazzi's accessibility snapshots for Android UI tests. It describes how the snapshots expose semantic accessibility properties and layout bounds for legacy Android views and Compose UI, and how they can be recorded and verified like regular Paparazzi tests. The article cautions that snapshots should supplement, not replace, a broader accessibility testing strategy.

## Source excerpt

Overview