A collection of tutorials, code and tools to help you get better using Oracle
04 March 2013
A series of articles exploring how to unit test PLSQL code using Ruby and JDBC.
I do a lot of programming with Ruby, and a lot of Oracle PLSQL development, and one thing that is hard to miss between the two communities is the attitude toward unit testing.
Expanding on the previous Unit Testing post, this article explores in more detail how to write basic unit test for PLSQL with Ruby
Previously I explored how I created a simple test framework using Ruby, but I skipped discussing more complicated test scenarios which require some pre-test set up. This post will explore some ideas on how to tackle these sort of tests