First page Back Continue Last page Overview Graphics
Unit-Testing for high-quality code
Dynamic languages have no compiletime controls, therefore runtime-tests are even more important
Tests are like a blomb, which burts in the „laboratory“.
Bugs can be isolated in a new Unit-Tests and therefore never show up again in later releases.
Testdriven development forces a clean design with decoupled components.