DeepFrontend
Learning Paths
Practice
System Design & DS
Design Studio
Data Structures Curriculum
Real-World Case Studies
Careers
Job Board
Resume Builder
Blog
Sign in
Search
⌘K
Go Pro
Loading compiler resources...
React Quiz Practice
Active Recall Drill Session
← Exit Session
Question 1 of 1
easy
React
What is React Testing Library's core guiding philosophy?
A
Test every internal state variable and prop directly
B
Test the way a user actually experiences the component — query by role/text, assert on visible output
C
Always use shallow rendering to isolate a component completely
D
Mock every child component in every test
Check Answer