2026-03-06 6:44 AM - last edited on 2026-03-07 2:04 PM by mƎALLEm
Hello!
I’m aware that the question I’m asking may have many correct answers since everything depends on the application and specific needs, but I’d like to know which Unit Testing tool you recommend. Ideally one that is easy to use, adapts well to different environments, and is robust.
Any recommendation is welcome, as I’m just about to start exploring this world.
Thanks!
2026-03-07 11:57 AM
Unit testing basically splits into two categories: Software in the loop and Hardware in the loop. You're likely interested in the latter. This site offers some good ideas and learning materials:
https://www.beningo.com/3-tips-for-unit-testing-embedded-software/
https://www.beningo.com/getting-started-with-cpputest-for-embedded-applications/
https://www.beningo.com/3-tips-for-repurposing-development-boards-for-testing/
https://www.beningo.com/category/testing/