News Feed
Jobs Feed
Sections




News Archive
Quality Assurance in PHP Projects:
Testing Database Interaction
March 27, 2009 @ 07:59:36

On the Quality Assurance in PHP Projects site, Mike Lively has written up a few thoughts on how developers and development environments should work with testing databases as resources (case study).

Proper interaction with relational databases is incredibly important in most pieces of software. The importance of this interaction is underscored by the fact that many software architectures have at least one entire layer or system devoted to data persistence and data loading. When dealing with critical data in enterprise level applications it becomes even more important to make sure your data is being stored and retrieved correctly.

He talks about a case study on the topic (still in development) that will talk about testing techniques, functionality and how to create the tests needed to ensure your development environment can correctly use the database resource via unit tests and functional tests.

0 comments voice your opinion now!
testing database interaction casestudy mikelively unittest functional


blog comments powered by Disqus

Similar Posts

Felix Geisendorfer's Blog: Controller Testing in CakePHP

Brian DeShong's Blog: Development process for PHP-based projects

php|architect: Vulcan Zend PHP Certification Mock Testing

Kristian Kohntopp's Blog: Annotations to "Five Common PHP database problems"

Zend Developer Zone: ZendCon Sessions Episode 041: Documents, Documents, Documents


Community Events











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


language database symfony2 framework unittest opinion series functional development phpunit conference usergroup introduction podcast release zendframework2 testing community rest interview

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