Test coverage:
This test will confirm that your application, displays the the following:
- The Push + In-App
- messages are displayed on your device successfully.
- Analytics is updated.
Testing procedure:
- Make sure to perform the complete the "Sending a Push+In-App Message Test first" first.
- Make sure Charles is ,or a sniffer tool of your choice, is configured and running on your computerOpen your Application.
- Click on the Push notification received on your Inbox icondevice.
Expected result:
- Once you click on the push notification, Your application will launch the HTML page you have created or the URL defined within the message.
- The following requests and responses should be presented in Charles the sniffer tool indicating that The Push+In-App message were received and opened
Request:
Response:
Request:
Response:
- Make sure that the app corresponds with the analytics (once you clicked on the Push notification and have opened the In-App message the dashboard will show Push Opens = 1 Verify that push Opens and In-App Opened = are updated to 1).