# Types of UI Tests and What They Verify

DevFeed: [Types of UI Tests and What They Verify](<https://devfeed.tech/articles/not-all-ui-tests-are-the-same-24853.md>)

Original publisher: [Read original article](<https://alexzh.com/not-all-ui-tests-are-the-same/>)

Author: Alex Zhukovich

Published: 2023-11-17T00:11:25Z

Content type: tutorial

Language: en

Sources: [Alex Zhuk - Android development and testing](<https://devfeed.tech/sources/alex-zhuk-android-development-and-testing.md>)

Topics: [ui](<https://devfeed.tech/topics/ui.md>), [Testing](<https://devfeed.tech/topics/testing.md>), [Accessibility](<https://devfeed.tech/topics/accessibility.md>), [Development](<https://devfeed.tech/topics/development.md>)

Tags: [accessibility-testing](<https://devfeed.tech/tags/accessibility-testing.md>), [android-testing](<https://devfeed.tech/tags/android-testing.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [software-development](<https://devfeed.tech/tags/software-development.md>), [testing](<https://devfeed.tech/tags/testing.md>), [tests](<https://devfeed.tech/tags/tests.md>), [ui](<https://devfeed.tech/tags/ui.md>), [ui-testing](<https://devfeed.tech/tags/ui-testing.md>)

## AI overview

This tutorial explains several types of UI testing: end-to-end tests, UI tests with fake data, screenshot or pixel-perfection tests, and accessibility tests. It describes what each type can verify and introduces ways to begin UI testing in a project.

## Source excerpt

The article explores different types of UI testing, such as end-to-end testing, UI testing with fake data, pixel perfection testing, and accessibility testing. The article also includes information on how to get started with UI testing in any project.