Reputation: 13
I need to test how my app reacts when an incoming call interrupts execution. How can I do this in the simulator?
Upvotes: 1
Views: 595
Reputation: 397
Go to Properties of your App(right click on solution Explorer), Select Debug tab and there you will find a checkbox(Tombstone upon deactivation while debugging), check that. After checking it whenever the apps gets deactivated , it will get in to tombstone state while debugging.
Upvotes: 1
Reputation: 2621
I think that Scenario is not possible to Test in Emulator. You can make call from your app in emulator but Receiving can be tested in only Device. for more Reference you can refer this Question Windows Phone 7 emulator : Can I simulate a phone call.
To test for making a call from your app, you can find Reference here How to use the phone call task for Windows Phone 8
Upvotes: 0