Quotes

Even if we design for testability, the likelihood that we can write the tests easily and naturally without modifying the production code is low. When tests are written first, however, the design of the system is inherently testable.

— Gerard Meszaros

xUnit Test Patterns

When there is any way to test without a database, test without the database!

— Gerard Meszaros

xUnit Test Patterns

When it is not important for something to be seen in the test method, it is important that it NOT be seen in the test method!

— Gerard Meszaros

xUnit Test Patterns

Keep the bar green to keep the code clean.

— JUnit motto

A job worth doing is worth doing well.

An old saying

The value of tests lies in their growth and evolution over time, not in the initial spurt, which in terms of the big picture is insignificant.

— Cedric Beust & Hani Suleiman

Next Generation Java Testing

Unit tests: Fast, fast, fast. Run them before every check in.
Functional tests: Slower. Run them overnight or on weekends.

You need them both.

— Bruce

Complexity kills. It sucks the life out of developers, it makes products difficult to plan, build and test, it introduces security challenges and it causes end-user and administrator frustration.

— Ray Ozzie

What's more important to you? Testability or encapsulation? There's nothing special about encapsulation. I'll sacrifice it for testability any day of the week and twice on Sundays.

— Bruce

One of the first steps in increasing your agility is learning to listen to your code, and more importantly - to listen to your tests.

— Mark Derricutt

 
 
 
This used to be my blog. I moved to http://tomek.kaczanowscy.pl long time ago.

 
 
 

Please comment using
 
Syndicate content