When adding a mobile feature in an existing codebase, strong test design matters as much as the implementation. Interviewers want to see that you can add confidence quickly without over-testing low-value paths.
Explain how you would think about writing tests for a new mobile feature while pairing in an existing codebase.
Address these points:
Focus on a practical engineering approach rather than a specific test framework. The interviewer expects a structured explanation of risk-based coverage, test boundaries, maintainability, and how you would learn existing conventions before adding new tests.