Problem Statement
What kind of testing does Detox perform?
Explanation
Detox is used for end-to-end (E2E) testing in React Native. It automates user interactions on real devices or emulators.
It ensures the entire app flow works as expected — from UI to backend communication.