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...
Testing Quiz Practice
Active Recall Drill Session
← Exit Session
Question 1 of 1
medium
Testing
Why does the 'Testing Trophy' model prioritize Integration tests over Unit tests for web apps?
A
Because Integration tests run faster than unit tests
B
Because Integration tests offer a better balance between execution speed and confidence that the application works together, testing real user interactions
C
Because Unit tests are forbidden in React applications
D
Because Integration tests compile JavaScript code directly
Check Answer