Abstract

Developing device drivers is important for innovative consumer electronics because device driver implements key functionalities of new devices. This paper suggests a test-driven development (TDD) of device drivers, taking advantage of user-level driver. Applying TDD to device drivers is difficult because usually device drivers are implemented inside kernel, and are tightly coupled with complex kernel driver framework, which hinders driver developers from using TDD. Therefore, testing the device driver mostly focused on interaction with the rest of the kernel, rather than the device operations. Recent user-level device driver separates device drivers from the kernel. Thus, we can easily apply TDD on device drivers, circumventing complex kernel operations, and focusing on device operations. In addition, we can effectively enlarge testing coverage, enhancing software quality.

Full Text
Paper version not known

Talk to us

Join us for a 30 min session where you can share your feedback and ask us any queries you have

Schedule a call

Disclaimer: All third-party content on this website/platform is and will remain the property of their respective owners and is provided on "as is" basis without any warranties, express or implied. Use of third-party content does not indicate any affiliation, sponsorship with or endorsement by them. Any references to third-party content is to identify the corresponding services and shall be considered fair use under The CopyrightLaw.