Simulate Hardware With Tests
I’ve long been fascinated by the idea of automated testing of production software. The problem I faced in implementing anything like “automated testing” was that I couldn’t figure out how to do it with embedded firmware. Writing firmware can be tricky. There are often dependencies that you can’t control. Typical problems include: How do you […]