Better At Oracle

A collection of tutorials, code and tools to help you get better using Oracle


04 March 2013

Unit Testing PLSQL with Ruby

A series of articles exploring how to unit test PLSQL code using Ruby and JDBC.

Unit Testing PLSQL

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.

Unit Testing PLSQL with Ruby

Expanding on the previous Unit Testing post, this article explores in more detail how to write basic unit test for PLSQL with Ruby

More on Unit Testing 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