News Feed
Jobs Feed
Sections




News Archive
PHPMaster.com:
More Bulletproofing with PHPUnit's Database Extension
June 09, 2012 @ 08:10:01

On PHPMaster.com today there's a new tutorial posted about improving on the PHPUnit database testing extension to allow you do other non-query (select) operations - the "C" and "UD" in the typical "CRUD".

In a previous article I discussed how you can create more robust code that queries your relational database through automated testing. But, as you know, querying is just one part of the picture. There are still other database operations, namely create, update, and delete. Just like retrieval, they too should be tested. I'll be exploring the other features of PHPUnit's Database Extensions in this article while building on your knowledge of database testing in PHP.

He helps you get the test environment, complete with the base SQL structure, and the data to test against (and XML structure). They include the sample code to create the test itself and the results when the tests are executed.

0 comments voice your opinion now!
database phpunit unittesting extension


blog comments powered by Disqus

Similar Posts

WeberDev.com: PHP 101 (part 14): Going To The Polls

Developer.com: SQLite: The Sensible Database Solution

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

Developer.com: Developing a Ajax-driven Shopping Cart with PHP and Prototype

Michelangelo van Dam: UA Testing with Selenium and PHPUnit


Community Events











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


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

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