You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+44-5Lines changed: 44 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -2,17 +2,48 @@
2
2
3
3
## Introduction
4
4
5
-
utPLSQL for SQL Developer extends Oracle's SQL Developer by context menu entries and keyboard shortcuts for running utPLSQL unit tests from the Connections window or the PL/SQL editor.
5
+
utPLSQL for SQL Developer extends Oracle's SQL Developer to
In the Connections window, select a connection or one or more packages or package procedures to run utPLSQL tests. Or you can run utPLSQL tests directly from the PL/SQL editor. The test procedures are determined according to the cursor position in the PL/SQL editor.
13
+
14
+

15
+
### Generate utPLSQL test
16
+
17
+
Select a package, type, function or procedure to build a utPLSQL test package skeleton. The generated package compiles and executes, but still needs some rework.
@@ -28,7 +59,15 @@ Binary releases are published [here](https://github.com/utPLSQL/utPLSQL-SQLDevel
28
59
29
60
3. Use the ```Install From Local File``` option to install the previously downloaded ```utplsql_for_SQLDev_*.zip``` file.
30
61
31
-
[](https://raw.githubusercontent.com/utPLSQL/utPLSQL-SQLDeveloper/master/images/install_utplsql.gif)
62
+
### Via Update Center
63
+
64
+
1. Start SQL Developer
65
+
66
+
2. Select ```Check for Updates…``` in the help menu.
67
+
68
+
3. Press ```Add…``` to register the ```salvis.com``` update site ```http://update.salvis.com/```.
69
+
70
+
4. Use the ```Search Update Center``` option and select the ```salvis.com``` update center to install the lastest version of ```utPLSQL for SQL Developer```.
32
71
33
72
## Issues
34
73
Please file your bug reports, enhancement requests, questions and other support requests within [Github's issue tracker](https://help.github.com/articles/about-issues/).
0 commit comments