'Do we have to use robot framework to send a message to IoT hub?
I want to use the robot framework for run automation testing. My scenario is set connect string (HostName=xxx) and send a message to IoT hub and verify data in database after sent message. Anyone help me? Thanks so much
Solution 1:[1]
Maybe you could make easily a RFW compatible wrapper library on azure-iot-hub python library. I made the same too with azure-servicebus python library to communicate through service bus. Using directly the API Rest with Restinstance or RequestsLibrary is another option. But for now I dont know specialized and maintained keywords for this.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Stéphane JULIEN |