Skip to content

wtPLSQL/wtPLSQL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License

wtPLSQL - Whitebox Testing for PLSQL

Welcome to the wtPLSQL source code repository on GitHub.

The http://wtPLSQL.org website (hosted on GitHub.io) has more information about how to use wtPLSQL and why it is different.

Click here for the latest release.

Click here for the compatibility wiki page.

NOTE: Issues are tracked in the Wiki. See: Issues Summary

Versions

  • The "master" branch contains this website, other documentation, and source code for the latest release
  • The default "V1.2" branch contains the website, other documentation, and source code that is under development for the next release.

Participation

See the "V1.2 Hooks and GUI" Milestone for issues that are ready to work.

The repository wiki includes helpful procedures and discussions for code development and repository maintenance.

All software documentation is on the http://wtPLSQL.org website. The document repository is in the "docs" directory (see table below).

File/Folder List

File Name Description
apex Application Express Scripts Folder
builds Build/Test Scripts Folder
conv Conversion Utility Scripts Folder
demo Demonstrations and Examples Folder
diffs Upgrade/Downgrade Scripts Folder
docs User Documentation Folder. Also contains wtPLSQL website (GitHub.io) source.
grbsrc ODBCapture Source Code Folder.
junit JUnit XML Report Scripts Folder
wtpgrb Configuration Data for ODBCapture Folder
wtpsav Persisting Test Results Add-on Scripts Folder
wtpsrc Core wtPLSQL Component Scripts Folder
LICENSE Open Source Terms and Conditions.
README.md Top level Markdown file for the wtPLSQL repository on GitHub

Installation

  1. cd wtpsrc
  2. sqlplus / as sysdba @install.sql
  3. select * from odbcapture_installation_logs;
  4. If problems found: more *.log

Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.