Unit testing embedded: principles https://sudonull.com/unit-testing-embedded-principles
Analysis of advantages, disadvantages, and 20+ principles of unit testing in firmware. For middle/senior developers: refactoring, coverage, HIL on target. Learn how to implement tests without spaghetti code.
Testo framework: PHP tests and benchmarks https://sudonull.com/testo-framework-php-tests-and-benchmarks
Explore Testo — an independent framework for PHP testing. Unit tests, inline checks, benchmarks without PHPUnit. Installation, code examples, plugins. Start beta testing.
Testing Pyramid for AI Assistants in QA https://sudonull.com/testing-pyramid-for-ai-assistants-in-qa
How the testing pyramid solves the LLM context window problem. Practical examples of test generation at different levels. Learn why AI works better with Unit tests.
ISO-TP driver: implementation and tests for CAN https://sudonull.com/iso-tp-driver-implementation-and-tests-for-can
Review of ISO-TP library from Raccoon Developers: API, iqueue, unit tests, hardware validation. Transmission up to 4094 bytes over CAN. Instructions for middle/senior dev.
React Testing Library: Ditching Snapshots https://sudonull.com/react-testing-library-ditching-snapshots
Transition from Enzyme to RTL: testing React component behavior, not markup. Checklists, examples, migration. Learn how to write robust tests.