David’s Reviews > Developer Testing: Building Quality into Software (Addison-Wesley Signature Series > Status Update
Like flag
David’s Previous Updates
David
is 51% done
Just talking about mocking frameworks (java & c#). Similar to gmock for c++.
— Sep 30, 2018 07:19PM
David
is 34% done
There were lots of suggestions about naming tests with nomenclature for the various types, then info about matchers and their differences between implementations.
— Sep 03, 2018 02:42PM
David
is 21% done
chapters 4 & 5 on testability from a dev's perspective and programming by contract. One interesting note was about the level of abstraction of the language used modifying how much testing at the dev level needs to be done, e.g. if the language (like Ruby) takes care of exceptions for out of range arguments, no code has to be written for such cases.
— Aug 28, 2018 09:50AM
David
is 10% done
Intro topics so far. Devs should test their code, preferably in a way that can be repeated automatically.
— Aug 27, 2018 07:50AM

