07/09/2018, 09:32

Sample Data for Push Notification Testing

Last time I made an article about sample testing data for sending email. Sample Data for Testing Sending Email Function This time I list up sample data for testing data for push notification. Push notification is important function for any services, so I suppose you test this function ...

Last time I made an article about sample testing data for sending email.
Sample Data for Testing Sending Email Function

This time I list up sample data for testing data for push notification.
Push notification is important function for any services, so I suppose you test this function carefully.
However, some incidents happen sometimes like sending notifications to real users.
A broken egg cannot be put back together. Incident is Incident.
But if we use sample data below, we can minimize our damage.

※Notification for PC needs Title and Content, but it needs only content for smartphone. So, you can skip Title for testing on smartphone.

  • 2-1. Sample 1 (Simple)

    Title

    【テスト】ローカル通知Test1

    Content

    ローカル通知テスト1中です。This is test notification!
  • 2-2. Sample 2 (Long text on content)

    Title

    【テスト】ローカル通知Test2

    Content

    これはローカル通知テスト2です。This is Local notification2 test!(49 characters)
  • 3-1. Sample 1 (Simple)

    Title

    【テスト】リモート通知Test1

    Content

    リモート通知テスト1中です。This is test notification!
  • 3-2. Sample 2 (Long text on content)

    Title

    【テスト】リモート通知Test2

    Content

    これはリモート通知テスト2です。This is Remote notification2 test!(50 characters)

Thanks for reading my post!
I will keep uploading posts about test sample data.
Keep checking my posts.
Bye!

0