December 2010
Intermediate to advanced
451 pages
11h 16m
English
![]()
Testing is a necessary evil of the application development process. Sadly, testing is oftentimes overlooked or bypassed when time is short. Distribution of untested or undertested code can lead to code that is riddled with bugs and to disappointed users. Unit testing with a well-constructed framework can help to alleviate some of the time that it takes to conform to a well-tested development process.
There are a few different options available to you for testing your PL/SQL code. SQL Developer provides some good debugging options that you can read about in Recipe 12-12. You can also use DBMS_OUTPUT ...
Read now
Unlock full access