I've seen the question (and answer) when posed for MS SQL Server, though I don't yet know of one for Oracle and PL/SQL. Are there xUnit style testing frameworks for Oracle's PL/SQL? What are they?
|
5
|
|
|
|
|
|
The most commonly used is probably utPLSQL The original author of this toolkit now works for Quest, which has a commercial PL/SQL unit testing application. |
||
|
|
|
|
We use DBUnit. It integrates nicely into a continuous integration tools like Cruise Control, though developers need to learn a little Java. Templates, utilities and code samples helped our pl/sql developers get up to speed quickly. |
||
|
|
|
|
I have created and using PL/SQL unit testing framework using Ruby library ruby-plsql. It provides much shorter and more readable tests than utPLSQL and gives more flexibility compared to GUI tools (like Quest Code Tester or SQLDeveloper 2.1). |
||
|
|
|
|
I found this question searching for a PL/SQL unit test framework. I've found an article where PLUTO's developer argues for it:
|
||
|
|
|
|
Haven't used any, but last realese of utPLSQL was on July 2005 and since the author is the same from the commercial code tester for oracle (http://www.quest.com/code-tester-for-oracle/) I don't think we'll be seeing much of utPLSQL in the future if any, so I think I'll take my chances with PLUTO (2008) |
||
|
|
|
|
Duplicate question. http://stackoverflow.com/questions/152441/unit-testing-for-plsql |
||
|
|
|
|
PLUTO appears to be very new, and there doesn't appear to be a lot of documentation. So I would be concerned that you'd be working through a decent number of bugs to get things working. utPLSQL has been around for a number of years and pretty widely deployed, so there have been a lot more bug fixes and a lot more people who can help out if you run into problems. Additionally, and not to disparage anyone, but Steven Feuerstein, who wrote utPLSQL is one of the most recognized PL/SQL experts in the world. While I'm sure the author of PLUTO is a perfectly competent developer, I don't believe he has anywhere near the reputation Steven has. |
||||||||
|
|
|
I also found another library: PLUTO - has anyone used these and can compare/contrast them? |
||
|
|
