-
Notifications
You must be signed in to change notification settings - Fork 0
Li-Wei Yap edited this page Jan 23, 2023
·
3 revisions
These are tests that cannot be automated using Espresso.
- Navigate to
PlayIntroductionFragment
. - Navigate away from our app.
- Open about 10-15 other apps to accelerate the process of sending our app to the background. (This is the reason that this test cannot be automated.) In debug mode, the LogCat in Android Studio should show that the app is DEAD.
- Re-open our app. Expected result: app is no longer at
PlayIntroductionFragment
. - Wait until screen display times out. Expected result: app should not keep screen display active, and screen display should be allowed to time out.