Preventing software bugs from reaching our customers requires multiple layers of defense. This post explores seven layers of bug prevention.
Tag: unit testing
Unit Testing of Active Objects and State Machines
How do we unit test an active object or state machine? This post explores techniques for successful unit testing of modules driven by state machines.