Embedded TDD: Mocking
"Mocking" (or "faking") is the process by which a different version of a software module is...
From How To's to engineering best practices and musings.
"Mocking" (or "faking") is the process by which a different version of a software module is...
For complex embedded applications, it often makes sense to incorporate a real-time operating...
Perhaps the most critical element for unit testing is a test framework. In this blog post, I'll...
In a previous blog post I wrote about some of the challenges facing the use of test driven...
Test-driven development (TDD) is a (relatively) modern software development technique; and...