Glossary coding Term Page

data-testid

A `data-` attribute that gives tests stable selectors

data-testid #coding#javascript
Korean version

Related Concepts

Core Idea

data-testid is A data- attribute that gives tests stable selectors. It usually makes the most sense alongside jsdom, User scenario test, BrowserMock.

Why It Matters Here

Mathbong reuses this term across javascript posts as shared vocabulary.

Posts Mentioning This Concept