Skip to content

Commit 3a4dd32

Browse files
author
Samuel Nitsche
committed
First collection of resources
1 parent cb73c73 commit 3a4dd32

File tree

1 file changed

+40
-1
lines changed

1 file changed

+40
-1
lines changed

resources.md

Lines changed: 40 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,44 @@ title: Resources
44
permalink: /resources/
55
---
66

7-
Resources page
7+
## Framework
88

9+
- Latest documentation
10+
11+
#### Overview
12+
13+
- [Unit Testing Oracle PL/SQL](https://vimeo.com/261135676):
14+
Comprehensive webinar about utPLSQL by Jacek Gebal. The definitive guide to why and how to test PL/SQL with utPLSQL
15+
- [utPLSQL 3.0 - How to have your cake and eat it](https://mikesmithers.wordpress.com/2018/04/25/utplsql-3-0-how-to-have-your-cake-and-eat-it/):
16+
Complete introduction to utPLSQL 3.0 by Mike Smithers, covering installation, comprehensive example application, transaction challenges and even code coverage
17+
- [Strongholds of Confidence: Self-Testing your Database](https://cleandatabase.wordpress.com/2017/10/26/strongholds-of-confidence-self-testing-your-database/):
18+
Plea to start creating meaningful, automated self-tests and why by Samuel Nitsche. Finishes with a utPLSQL example
19+
20+
#### Structuring Tests
21+
22+
- [utPLSQL’s Suite Hierarchy in action](https://cleandatabase.wordpress.com/2018/12/16/100codeexamples-utplsqls-suite-hierarchy-in-action/):
23+
Example of the `%suitepath` annotation and utPLSQL hierarchies
24+
- [Narrate Star Wars Movies with utPLSQL annotations](https://cleandatabase.wordpress.com/2019/06/25/narrate-star-wars-movies-with-utplsql-annotations/):
25+
Example how to use the different annotations that allow to structure tests (`%before`, `%after`, `%context`)
26+
- [Testing the Deathstar security with utPLSQL contexts](https://cleandatabase.wordpress.com/2019/06/06/testing-the-deathstar-security-with-utplsql-contexts/):
27+
Example how to use the `%context` annotation
28+
29+
30+
#### Code Talks
31+
32+
- [2017 CodeTalk Series: Unit Testing PL SQL Code in the Real World](https://www.youtube.com/watch?v=1qAZvS5rvyY)
33+
- [2018 CodeTalk Series: Practical Advice for Taking Your PL SQL Testing to the Next Level](https://www.youtube.com/watch?v=CvZOwp9pn4o)
34+
35+
36+
37+
## Tools
38+
39+
#### SQLDeveloper PlugIn
40+
41+
- [Running utPLSQL Tests in SQL Developer](https://www.salvis.com/blog/2019/07/06/running-utplsql-tests-in-sql-developer/)
42+
43+
44+
45+
#### Command-line interface
46+
- CLI Readme
47+
-

0 commit comments

Comments
 (0)