News Feed
Jobs Feed
Sections




News Archive
Ibuildings techPortal:
Unit Testing Databases with Zend Framework
December 08, 2010 @ 12:50:43

New from the Ibuildings techPortal there's this tutorial about unit testing, specifically how to test databases using the Zend Framework (or in a ZF-based application).

Testing the database layer is a fundamental step during application development. It allows us to ensure that all data operations behave properly, without data loss or corruption. In this article, we are going to describe a simple way to test the database layer of our applications, using PHPUnit database classes, Zend Framework extensions and some custom reusable code to facilitate the process for all the domain models.

He identifies some of the main testing challenges for testing database functionality including how not to test the application instead. He talks about testing the create/read/update/delete (CRUD) and how to write your tests accordingly. Code for some sample tests are provided and a checklist of steps to follow to write and run the testing.

0 comments voice your opinion now!
unittest database zendframework tutorial


blog comments powered by Disqus

Similar Posts

Daniel Vecchiato's Blog: Using Zend Framework components in Code Igniter

Zend Developer Zone: Zend Framework 1.0.2 Released

Jason Houle's Blog: Zend Framework: The Dijit Editor

Juan Terminio's Blog: Setting Up a Debian VM, Step by Step

WebInOne.net: Date validation for CodeIgniter 2


Community Events









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


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

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