Requirements
A Windows Phone app is deactivated when the
user presses the Start button or if the device
timeout causes the lock screen to engage. A
Windows Phone app is also deactivated with it
invokes a Launcher or Chooser API.
A Windows Phone OS 7.0 app is tombstoned
(terminated) when it is deactivated. A Windows
Phone OS 7.1 or higher app becomes Dormant
when it is deactivated but can be terminated by
the system when resource use policy causes it to
tombstone.
When activated after termination, the app must meet the requirements in Section 5.2.1 - Launch
time.
Expected Result
Test Process Required
1. Launch your application.
2. Deactivate the application using the Start
button.
3. Launch your application again.
4. Verify that the application launches normally
within 5 seconds, and is responsive within 20
seconds of launching.
5. If your application includes pause
functionality, pause the application.
6. Launch your application again.
7. Verify that the application launches normally
within 5 seconds, and is responsive within 20
seconds of launching.
Comments: When the user deactivates the application, the application does not reactivate when the user presses the
device Back button immediately or after waiting for ten seconds.
Steps to Reproduce:
1. Launch the application.
2. Deactivate the application by pressing the Start button, Bing button, or Power button.
3. Press the device Back button immediately or after waiting for ten seconds to reactivate the application.
4. Observe the application does not respond to user input.