News

One of the major reasons that developers don't like TDD is because, inevitably, it leads to mocking—which can be time consuming. Microsoft has created the Fakes Framework just to simplify the whole ...
TDD for embedded platforms – Practical application and framework comparison Two frameworks with different approaches enable test-driven development for embedded applications: GTest and CppUTest.