| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [View Raw Code] [Original HTTPS Page] |
utPLSQL is a Unit Testing framework for Oracle PL/SQL. The framework follows industry standards and best patterns of modern Unit Testing frameworks like JUnit and RSpec
Have a look at utPLSQL demo project to see:
With just three simple steps you can define and run your unit tests for PLSQL code.
Here is how you can simply create tested code, unit tests and execute the tests using SQL Developer
Check out the sections on annotations and expectations to see how to define your tests.
You can use the utPLSQL command line client utPLSQL-cli to run tests without the need for Oracle Client or any IDE like SQLDeveloper/TOAD etc.
Amongst many benefits they provide ability to:
Download the latest client and you are good to go. See project readme for details.
It is best to use utPLSQL-cli or execute tests and gather code coverage from command line. Check out the coverage documentation for options of coverage reporting
| Back | FazBrowse Home | New Git URL |