is it possible to simulate pressing Home Button to terminate app in the automated tests? Is it possible to simulate switching to AirPlane Mode? I am using GHUnit and I want to test these scenarios:
- Press Home button during file download and wake the app again
- Switch to AirPlane mode during download (or simply turn on AirPlane mode)
- Switch from WiFi/3G to EDGE
- Simulate memory-warning
- Simulate incoming call when connected to EDGE
Thank you