Other News

Editorials

Why Unit Test?

$$SWYNK$$ Why Unit Test? Unit testing is tests written by developers, not QA. The purpose of unit testing is to confirm that the code works, and fulfills the business rules. In an Agile Software Development Lifecycle, unit tests also function as requiurements documentation.. Unit tests also document how to use the code. If you need to know how a certain […]

Community

In Support of DBMS_JOB

(Dom Brooks) DBMS_SCHEDULER – great set of functionality, vastly more powerful and flexible than DBMS_JOB but there is at least one thing that DBMS_JOB is still best suited for and that is why DBMS_JOB is still not, as far as I know, officially deprecated.

Community

How to Write a Simple SVG animation

(Darla Ferrara) Animation can be complex, but that doesn’t mean you can’t write a simple SVG animation to make an image dynamic. Animation creates motion or action in a graphic. When you are first starting out designing your own moving pictures, you want to begin with something easy. For instances,