Search papers, labs, and topics across Lattice.
This paper presents the first empirical study on testing practices in open-source IoT software, revealing that while a significant number of tests exist, their effectiveness is limited due to complex interactions with external dependencies. The study identifies key challenges in IoT software testing, such as managing dependencies on other IoT components and various systems, which can lead to critical bugs in mission-critical applications. Additionally, the research highlights the potential of using mock objects to improve test coverage and address these challenges effectively.
Despite the abundance of tests in IoT software, their limited effectiveness exposes critical vulnerabilities that could jeopardize smart device functionality.
The Internet of Things (IoT) is experiencing rapid growth. Smart devices are emerging in smart homes and industrial applications, performing mission-critical tasks. Bugs in IoT software can lead to severe consequences. For example, a buggy smart lock can allow unauthorized access to a private property. Testing is a primary practice to expose software bugs and ensure software quality. However, little is known about how IoT software is tested. To bridge this gap, we conducted the first empirical study on test cases in open-source IoT software. Specifically, we evaluated the effectiveness of test cases in IoT software, explored the challenges inherent in testing IoT software, and analyzed the usage of mock objects. Our results indicate that while IoT software often contains a considerable number of tests, their effectiveness remains limited. We identified the primary challenges in testing IoT software as managing complex interactions with various external dependencies, such as other network-reliant IoT components, file systems, operating systems, and databases. We also observed that the use of mock objects in IoT software closely aligns with our identified testing challenges. This alignment demonstrates the potential of mocking as a solution to enhance test coverage and address the complexities of IoT software testing.