utPLSQL-PLSQL-Developer
utPLSQL-PLSQL-Developer copied to clipboard
utPLSQL Plugin for PL/SQL Developer
utPLSQL Plugin for PLSQL Developer
The utPLSQL Plugin integrates utPLSQL with Allround Automations PL/SQL Developer.
Running Tests
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.

Viewing Results
The results are opened in a new window. Each test run will open a separate window.
Navigating to the package body
Double-click on a test result entry will open the package body.
Running tests
There are two buttons to run the tests again either with or without coverage.
Running single tests
A right-click opens the context menu, and you can run the test function.
Filtering and Sorting Results
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.

Code Coverage
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.

Report
After running the tests the HTML code coverage report will be opened in the default browser.

Releases
Binary releases for 64bit and 32bit are published in the releases section.
Installation
Copy the DLL to the PlugIns directory of your PL/SQL Developer installation.
- 64bit: PlsqlDeveloperUtPlsqlPlugin.dll
- 32bit: PlsqlDeveloperUtPlsqlPlugin_x86.dll
Issues
Please file your bug reports, enhancement requests, questions and other support requests within Github's issue tracker.
How to Contribute
- Describe your idea by submitting an issue
- Fork the utPLSQL-PLSQL-Developer respository
- Create a branch, commit and publish your changes and enhancements
- Create a pull request
How to Build
- Open the PlsqlDeveloperUtPlsqlPlugin.sln solution in Visual Studio
- Make sure to choose x64 as Platform target
- Build the solution
License
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.