News

Purpose This tutorial shows you how to perform a unit test of your PL/SQL code in Oracle SQL Developer 3.0.
Using Oracle Developer to work on your Oracle SQL database presents you with a functional IDE to write code and check data outputs from queries.
The Oracle SQL Developer tool can connect to databases other than Oracle, including MySQL, Microsoft SQL Server and DB2.
The SQL Developer unit testing framework involves a set of sequential steps for each test case. The steps are as follows, including the user input for before the step is run and the framework ...