News Feed
Jobs Feed
Sections




News Archive
Ibuildings techPortal:
Behavior Driven Development in PHP With Behat
July 27, 2011 @ 10:48:20

On the Ibuildings techPortal today there's a new post from Marcello Duarte looking at a different sort of software development methodology - behavior driven development - and using Behat in a sample project.

Because of the emphasis on test, developers tend to focus on class structure as opposed to how the system should behave. Ironically the focus on test moves developers away from TDD as it was intended. Quite often, because of the tendency to try to test everything, our tests end up tightly coupled with our implementation. If we change our code, we break our tests, even if the behaviour remains unchanged.

He talks about the option to use the agiledox method in PHPUnit tests and how it can help with test output readability. He takes it a step further with a look at Gherkin, the language for the Cucumber testing tool in Ruby. The next obvious step in the process comes with Behat, a sort of PHP version of the Cucumber testing tool. He includes a sample project and shows how to update it with sample steps and create a few basic tests to check video rental information.

0 comments voice your opinion now!
behaviordriven development behat testing tutorial


blog comments powered by Disqus

Similar Posts

Programming Facts Blog: Upload large(Big) files in PHP using .htaccess

JellyandCustard.com: Regular Expressions in PHP

PHPit.net: PHP on the command line

Community News: Zend Releases Speaker List for ZendCon 2006

PHPMaster.com: An Introduction to Dependency Injection, Service Locators & Factories (Part 1)


Community Events











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


zendframework2 language phpunit community introduction interview framework database development api release code podcast series testing opinion functional application example composer

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