News Feed
Jobs Feed
Sections




News Archive
Volker Dusch's Blog:
The UNIT in unit testing
March 15, 2012 @ 08:24:03

Volker Dusch has a new post reminding us about what the "unit" part of "unit testing" means - small chunks of testable parts in an application.

What does the word UNIT in unit testing stand for? Think of an answer and read on! So? Did you say "A method! Because we test methods!"? If so let me offer another perspective.

He suggests that, rather than about just the methods in the class, it's more about testing the "observable behaviors" of the class. That is, anything that you could publicly use the class for and have something happen. He gives examples of this shift in focus - calling setValue and evaluating the result versus just calling the class property itself (then calling the method). He also includes a bit about testing behaviors - what happens when my script does [this] and how does that effect the overall class.

When your tests fail but the class "still works" and you need to "fix the tests" the your tests are worth a lot less as they don't really give you that cozy safety net that they should provide you with.
0 comments voice your opinion now!
unit unittesting opinion recommendation behavior method testable


blog comments powered by Disqus

Similar Posts

Alison Gianotto's Blog: When Your Wordpress Blog Gets Hacked

SitePoint PHP Blog: 16 PHP Frameworks To Consider For Your Next Project

Community News: Responses to Namespaces

Volker Dusch: A silex love story - 'Embedded' PHP

Marco Tabini: Duck blinds


Community Events











Don't see your event here?
Let us know!


introduction opinion conference community zendframework2 code framework phpunit development release interview functional example object tool podcast series unittest testing language

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework