Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unit Testing Framework for Oracle PL/SQL? [closed]

Tags:

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?

like image 756
Kyle Burton Avatar asked Oct 15 '08 00:10

Kyle Burton


People also ask

Which framework is used for unit testing?

Jest was the most popular JavaScript unit testing framework in 2020. For web apps that are based on React, Jest is the preferred framework. Apart from React, Jest supports unit testing of Angular, VueJS, NodeJS, and others.


2 Answers

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.

like image 174
Justin Cave Avatar answered Dec 17 '22 04:12

Justin Cave


The last version of SQL Developer includes an Unit Test suite very interesting.

like image 44
FerranB Avatar answered Dec 17 '22 05:12

FerranB