Slide 38
Slide 38 text
Application Tests
Environment
● Tests run on local machines, emulators, one phone, and
one foldable device.
● Staging servers may be used for mocking backends or
services.
Trigger
● Post-merge, after changes are integrated into the main
branch.
● Ensures the application behaves correctly as a whole with
the merged changes.
Key Point: Full-scale integration tests verifying app-wide
behavior, configuration changes, and screen compatibility.