forked from KenRoytman/utPLSQL
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstarted.html
executable file
·88 lines (70 loc) · 3.09 KB
/
started.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<!-- WARNING! This file is generated. -->
<!-- To alter documentation, edit files in src directory -->
<html><head>
<title>Getting Started</title>
<link rel="stylesheet" href="utplsql.css" content="text/css">
<meta name="keywords" content="utPLSQL, PL\SQL, Unit Testing, Framework, Oracle"/>
<meta name="description" content="Unit Testing PL\SQL"/>
<meta name="title" content="Getting Started"/>
<meta name="author" content="Steven Feuerstein, Chris Rimmer, Patrick Barel"/>
<meta name="copyright" content="(C) 2000-2005 Steven Feuerstein, Chris Rimmer, Patrick Barel"/>
</head><body>
<div class="purple_bar"><a href="index.html"><img src="utplsql.jpg" border=0></a></div>
<p>[ <A href="index.html">Home</A>
| <A href="started.html">Getting Started</A>
| <A href="buildpack.html">Build Test Packages</A>
| <A href="examples.html">Examples</A>
| <A href="userguide.html">User Guide</A>
| <A href="release.html">Release Notes</A>
| <A href="map.html">Document Map</A> ]</p>
<p><A href="index.html">< Previous Section: Home</A> | <A href="glossreq.html">Next Section: Glossary and Requirements ></A></p>
<!-- Begin utPLSQL Body -->
<!-- $Id: started.html,v 1.3 2002/07/25 09:54:04 chrisrimmer Exp $ -->
<h1>
Getting Started</h1>
<p>This document gives you all the information you need to get started
with utPLSQL: how to install the product, build a test package and run
your test. If you are new to unit testing, you should take a few moments
to review the Glossary to familiarize yourself with the terminology.
<p>And it is always worthwhile reviewing requirements before installing
the software!
<h2>
What is utPLSQL and what do I need?</h2>
<blockquote>
<h3>
<a href="glossreq.html">Glossary</a></h3>
<h3>
<a href="glossreq.html#Requirements">Requirements</a></h3>
</blockquote>
<h2>
The Four Step Program to Using utPLSQL</h2>
<blockquote>
<h3>
<a href="fourstep.html">Step 1. Install utPLSQL.</a></h3>
<h3>
<a href="fourstep.html#step2">Step 2. Choose a program to test and identify
the test cases.</a></h3>
<h3>
<a href="fourstep.html#step3">Step 3. Build a test package.</a></h3>
<h3>
<a href="fourstep.html#step4">Step 4. Run your test.</a></h3>
<h3>
<a href="fourstep.html#Fromhere" name="Reporting"></a><a href="fourstep.html#Fromhere" name="Reporting">Where
To Go From Here</a></h3>
</blockquote>
<h2>
Administrative Topics</h2>
<blockquote>
<h3>
<a href="admin.html">Configuring UTL_FILE</a></h3>
<h3>
<a href="admin.html#Project_Team">Join the Project Team</a></h3>
<h3>
<a href="admin.html#Reporting">Reporting Bugs and Enhancement Requests</a></h3>
</blockquote>
<!-- End utPLSQL Body -->
<p><A href="index.html">< Previous Section: Home</A> | <A href="glossreq.html">Next Section: Glossary and Requirements ></A></p>
<div class="purple_bar"><a href="index.html"><img src="utplsql.jpg" border=0></a></div>
<p class="copyright">Copyright (C) 2000-2005 <A href="mailto:[email protected]">Steven Feuerstein<A>, <A href="mailto:[email protected]">Chris Rimmer<A>, <A href="mailto:[email protected]">Patrick Barel<A> All rights reserved</p>
</body></html>