I will present on "Testing LAMP Applications" at the O'Reilly MySQL Conference & Expo 2011:
-
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.
As responsible developers, one of our goals should be to test database interaction and test it well. To help achieve …