The utPLSQL Plugin integrates utPLSQL with Allround Automations PL/SQL Developer.
The plugin adds three buttons to the tools ribbon to 1) execute all tests of the current user, 2) run code coverage or 3) run tests for a specific path. If you choose 3) the run window will open and you can enter the path manually.
In the object browser on Packages, Package Bodys, Procedures or Users there is a context menu entry to run the tests or code coverage of either the package, the procedure or the user. You can also run tests from an program window.
The results are opened in a new window. Each test run will open a separate window.
Double-click on a test result entry will open the package body.
There are two buttons to run the tests again either with or without coverage.
A right-click opens the context menu, and you can run the test function.
You can filter the results by clicking on checkboxes behind the status field. A click on the header cell sorts the results first ascending and with a second click descending.
If you select Run Code Coverage from the menu or the context menu a dialog is displayed. In this dialog you can configure the schemas to check for coverage and include or exclude specific objects.
After running the tests the HTML code coverage report will be opened in the default browser.
Binary releases for 64bit and 32bit are published in the releases section.
Copy the DLL to the PlugIns directory of your PL/SQL Developer installation.
Please file your bug reports, enhancement requests, questions and other support requests within Github's issue tracker.
utPLSQL for PL/SQL Developer is licensed under the Apache License, Version 2.0. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.