Hello everybody!
I'm reading a lot about code testing and TDD (Test Driven Development). I found it very powerfull... I've never done automatic test on my applications, I always ran them manually or even worst try to recreate them in the real world...
I don't know where/how to start with it... Does any of you do that?
It confuse me sometimes, because I'm developing embedded applications, and I don't know how to test some hardware-related issues such as communication (let' say SCI)... I mean, the code that's ment to manage the communication (driver), not the communication itself...
Or maybe some flash/eeprom routines...
Any advice, tip, suggestion, guide would be very helpful!!
I've heard of embUnit and it seems simple and effective...
Thanks to all!!!