Daily iOS
Testing마이리얼트립interview report

Scope of UI tests

A travel booking app's search screen UI tests call every API against the real server, so they're slow and break often. How would you split what stays a UI test from what moves down to unit or integration tests?

Submit