Test functionality of individual units, generally an object or a method (or even more specific). Generally whitebox style testing, with lots of mocking.
Test the intersections of distinct units. Limited mocking, lean more toward greybox or blackbox testing.
Test end to end functionality with no mocking, a live network, and real IoTHubs
- Coming Soon
- Coming Soon