Performance Test on Viber Chat Bot

150 Views Asked by At

I want to do the performance test for the viber bot but I cannot access through web so cannot be think about performance test on it.

1

There are 1 best solutions below

2
On

I think Viber has REST API so you could use JMeter to invoke this API methods in order to i.e. send messages to your bot and check the responses.

You will need to add a HTTP Header Manager configured to send X-Viber-Auth-Token and that would be it