How to test a client ?
Opened this issue · 3 comments
Kuinox commented
Hello,
The Paho Testing Utilities are a collection of code and tools to help test MQTT clients and Brokers.
I understand that with this repo, I can test a client implementation, Is there any guidance how to do this ?
smcd253 commented
I am also wondering how this works. How would I use this to test a client I am currently implementing?
Kuinox commented
I am also wondering how this works. How would I use this to test a client I am currently implementing?
For my curiosity: in which language do you implement your client ?
CAPTAINVISHA commented
Does anyone know , how to write unit test case for mqtt connection in android studio. Because in 3rd package of Unit Test there is no context ??