AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
The Importance of Unit Testing in the Testing Pyramid
In embedded, I would focus a lot more on the lower level levels of this testing pyramid. If you can't unit test something in general, that's a bit of a code smell. Automated integration tests where you have some external command line interface and a scripting language are great to automate. And those are all integration tests that are very amenable to be automated.