News Feed
Jobs Feed
Sections




News Archive
Chris Hartjes:
PHPSpec and the New Wave of Testing
October 19, 2012 @ 08:42:18

Chris Hartjes, a big proponent of testing in web applications (mostly in the PHP realm so far) has a new post to his site with some of his thoughts about PHPSpec, the specification-driven testing tool recently released by the same folks who made Behat.

I think that we are witnessing the first wave of new testing tools in the PHP community that allow developers to wrap their applications in automated tests. I am familiar with the BDD-style that is being promoted in PHPSpec, through my work with Behat to create automated user acceptance tests. I think if you want a tl;dr version of PHPSpec I would tell you "write hybrid unit/integration tests using plain language".

He notes that writing code to match a specification has similar concepts to using unit testing for TDD (with something like PHPUnit). He points out a few interesting things like the use of mock objects and the fact that you'll still need to write some code to make tests work - that's unavoidable right now.

0 comments voice your opinion now!
phpspec testing functional unit specification tdd


blog comments powered by Disqus

Similar Posts

Anthony Ferrara: Our Failure As An Industry

Chris Hartjes' Blog: Testing Web Services in Zend Framework 1.x

Sebastian Bergmann\'s Blog: PHPUnit Talk at PHP Usergroup Munich

/Dev/Hell Podcast: Episode 14: The PHP Guy Is Sulking

Chris Hartjes' Blog: DIC vs. Service Locator


Community Events









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


object introduction release podcast framework composer tool opinion development code zendframework2 testing unittest community language example event functional api interview

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