In my android application, actions are invoked based on the command received through push notification. I was wondering if there is any way through which i can test the complete use case (as it runs like in application) that includes:
- receiving the push notification
- processing it and getting the command to execute
- execute the action based on command information