MINIMISE_APP
The MINIMISE_APP command sends the currently active app to the background.
This command is often used in multi-app workflows where the tester needs to temporarily pause the current app and resume activity in another application.
Syntax: MINIMISE_APP
When to use:
Switching between apps during a single test flow
Pausing the current app to interact with a payment app, map app, or verification app
Testing resume behavior after interruptions (calls, notifications, system overlays)
Ensuring the app regains state correctly when brought back to the foreground
Last updated
Was this helpful?