eclipse / paho.mqtt.testing

An Eclipse Paho project - a Python broker for testing
https://eclipse.org/paho
Other
108 stars 73 forks source link

How to test a client ? #75

Open Kuinox opened 2 years ago

Kuinox commented 2 years ago

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 2 years ago

I am also wondering how this works. How would I use this to test a client I am currently implementing?

Kuinox commented 2 years ago

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 1 year ago

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 ??