Glossary coding Term Page

Test hook data attribute

Attributes like `data-testid` make element queries reliable

test-hook-data-attribute #coding#javascript
Korean version

Aliases

stable selector

Related Concepts

Core Idea

Test hook data attribute is Attributes like data-testid make element queries reliable. It usually makes the most sense alongside jsdom, User scenario test, BrowserMock/virtual DOM mock.

Why It Matters Here

Mathbong reuses this term across javascript posts as shared vocabulary.

Posts Mentioning This Concept