<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Wed, 22 May 2013 01:06:24 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Quality Assurance in PHP Projects: Testing Database Interaction]]></title>
      <guid>http://www.phpdeveloper.org/news/12220</guid>
      <link>http://www.phpdeveloper.org/news/12220</link>
      <description><![CDATA[<p>
On the Quality Assurance in PHP Projects site, <i>Mike Lively</i> has <a href="http://qualityassuranceinphpprojects.com/archives/5-Testing-Database-Interaction.html#content">written up a few thoughts</a> on how developers and development environments should work with testing databases as resources (case study).
</p>
<blockquote>
Proper interaction with <a href="http://en.wikipedia.org/wiki/RDBMS">relational databases</a> 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.
</blockquote>
<p>
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.
</p>]]></description>
      <pubDate>Fri, 27 Mar 2009 07:59:36 -0500</pubDate>
    </item>
  </channel>
</rss>
