Software Testing and Software Quality Assurance Videos and Tutorials: Unit Testing, Functional Testing, Load Testing, Performance Testing, Test Driven Development
 

Test-Drive Your Database

This talk covers how to write unit tests for your database, which parts you should (and shouldn’t!) test, and how to run your tests automatically on a continuation server (CI) server, after which you will be able to write unit tests for your own SQL code and enjoy database development again! Software is eating the world, but few apps are useful without a database behind them too. As such, we want to ensure our database code is well-designed and tested. Test-Driven Development (TDD) is a good tool for software design, and as stored procedures are as much code as classes and methods, we can apply the same principles to unit test our database rather than integration test it via the app.

Video producer: http://testconf.ru/?lang=en