3

Can any one suggest me how load test can be performed for push notification on worklight server. Is there any tool which can be used. We expect to send approximately 10K messages every day and in future approximately 50K. As per our architecture the backend server will be making rest calls and Send Bulk Messages Check this documentation we following for REST API

Before we go live we want to perform a load test simulating this architecture. Any suggestion will be appreciated.

Andrew Ferrier
  • 16,664
  • 13
  • 47
  • 76

1 Answers1

0

You can perform tests using standard open source tool such as JMeter by writing a script that will invoke the sendMessage requests.

Idan Adar
  • 44,156
  • 13
  • 50
  • 89
  • Thats sounds good. But certainly I cannot have 10K devices to first subscribe push notification. Is there any way I can mock the subscription process? One way come to my mind is through database tables. Do you think entering mock data in subscription table is good way ? – MobileFirst Developer Jan 05 '16 at 16:01
  • That sounds feasible, yes. – Idan Adar Jan 05 '16 at 16:08