show/hide this revision's text 2 edited tags
show/hide this revision's text 1

Writing a unit testing framework for testing SQL stored procedures

Today I had an idea of writing an unit testing framework for stored procedures in MySQL. The full idea is written on the recent post on my blog. In short it goeas as this. I want to automte my procedure testing, I want to use a standardized way to test my procederues. Unit testing is widely documented, and there are a zilloin of XUnit frameworks out there, why not write one for MySQL (or any other database). It would be open source of course. What do you think? It is silly, stupid, needless or what? Or another idea would be to write a general database framework in SQL. Hmm, I really want to discuss that with some one, collect thought and ideas.