Skip to content

Commit f8f3e57

Browse files
committed
Updated resources.md
Resolves: #10
1 parent 84a37f0 commit f8f3e57

File tree

1 file changed

+30
-6
lines changed

1 file changed

+30
-6
lines changed

resources.md

Lines changed: 30 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,29 @@ Do you know about videos, articles, blogs or code examples that are missing here
1313

1414
#### Overview
1515

16-
- <i class="fas fa-video"></i> [Unit Testing Oracle PL/SQL](https://vimeo.com/261135676) (by Jacek Gebal)
16+
- <i class="fas fa-video"></i> [UKOUG Testing PLSQL APIs with utPLSQL v3 Webinar](https://www.youtube.com/watch?v=3IQXWdKkBP4) (by Jacek Gebal)
1717
Comprehensive webinar about utPLSQL by Jacek Gebal. The definitive guide to why and how to test PL/SQL with utPLSQL
1818
- <i class="fas fa-file-alt"></i> [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/) (by Mike Smithers)
1919
Complete introduction to utPLSQL 3.0, covering installation, comprehensive example application, transaction challenges and even code coverage
2020
- <i class="fas fa-file-alt"></i> [Strongholds of Confidence: Self-Testing your Database](https://cleandatabase.wordpress.com/2017/10/26/strongholds-of-confidence-self-testing-your-database/) (by Samuel Nitsche)
2121
Plea to start creating meaningful, automated self-tests and why. Finishes with a concrete utPLSQL example
2222
- <i class="fas fa-file-alt"></i> [Test Driven Development in PLSQL with utPLSQL v3 – intro](http://www.oraclethoughts.com/uncategorized/test-driven-development-in-oracle-database-with-utplsql-v3-intro/) (by Jacek Gebal)
2323
Addresses some major struggles of developers who start with unit-testing and also gives a brief intro into Test-Driven-Development
24+
- <i class="fas fa-video"></i> [Testing PL/SQL in your Ci/Cd pipeline with utPLSQL](https://www.youtube.com/watch?v=rgbAG8RgR9U) (by Blaine Carter)
25+
Blaine demonstrates running utPLSQL unit tests in Oracle Developer Cloud and publishing test results.
26+
- <i class="fas fa-video"></i> [Extending Oracle Database DevOps with Automated PL/SQL Unit Testing](https://www.youtube.com/watch?v=zFtUmAe61mg) (by Shay Shmeltzer)
27+
Overview of running utPLSQL unit tests within Oracle Developer Cloud
28+
- <i class="fas fa-video"></i> [DevOps Around Autonomous Data Warehouse](https://www.youtube.com/watch?v=AcWaYWAgOeQ) (Oracle)
29+
A short overview of an architecture proposed for Database Software Delivery LifeCycle with automated testing and static code analysis
30+
- <i class="fas fa-video"></i> [Oracle Developers Office Hours - Real World Testing of PL/SQL Code](https://www.youtube.com/watch?v=-GkzMV5lUaQ) (hosted by Steven Feuerstein)
31+
Panel webinar with: Jasmin Fluri, Deepthi Bandari, Swathi Ambati & Maik Becker, Patrick Barel & Samuel Nitsche
32+
- <i class="fas fa-video"></i> [Oracle Groundbreakers - Testing with utPLSQL](https://www.youtube.com/watch?v=OxHMaOiPitI) (by Philipp Salvisberg)
33+
Presentation on 28th October 2020 at Oracle Groundbreakers APAC Virtual Tour
34+
- <i class="fas fa-video"></i> [Oracle Developers Office Hours - Testing with utPLSQL](https://www.youtube.com/watch?v=5WGHplRgXzQ) (hosted by Connor McDonald)
35+
Live coding and testing session with Samuel Nitsche and Jacek Gebal
36+
- <i class="fas fa-video"></i> [Testing in the Imperial Database](https://www.youtube.com/watch?v=sDI8FwKzdok) (by Samuel Nitsche)
37+
Talk from SAST Q4 Digital Testing conference
38+
- <i class="fas fa-file-code"></i> [Testing With utPLSQL – Made Easy With SQL Developer](https://www.salvis.com/blog/2022/07/31/testing-with-utplsql-made-easy-with-sql-developer/) (by Philipp Salvisberg)
2439

2540
#### Structuring Tests
2641

@@ -50,16 +65,25 @@ Do you know about videos, articles, blogs or code examples that are missing here
5065

5166
## Tools
5267

53-
#### SQLDeveloper Plugin
68+
#### utPLSQL - SQLDeveloper extension
5469

5570
- <i class="fas fa-file-alt"></i> [Running utPLSQL Tests in SQL Developer](https://www.salvis.com/blog/2019/07/06/running-utplsql-tests-in-sql-developer/) (by Philipp Salvisberg)
5671
Detailed explanation how to install and use the utPLSQL-Plugin for SQLDeveloper
57-
- <i class="fab fa-github"></i> [GitHub page](https://github.com/utPLSQL/utPLSQL-SQLDeveloper)
72+
- <i class="fas fa-file-alt"></i> [utPLSQL for SQL Developer 1.2 – What’s New?](https://www.salvis.com/blog/2020/06/07/utplsql-for-sql-developer-1-2-whats-new/) (by Philipp Salvisberg)
73+
- <i class="fas fa-file-alt"></i> [Documentation](https://github.com/utPLSQL/utPLSQL-SQLDeveloper)
74+
- <i class="fab fa-github"></i> [Downloads](https://github.com/utPLSQL/utPLSQL-SQLDeveloper/releases)
5875

59-
#### Command-line interface
76+
#### utPLSQL Command-line interface
6077

61-
- <i class="fab fa-github"></i> [GitHub page](https://github.com/utPLSQL/utPLSQL-cli)
78+
- <i class="fas fa-file-alt"></i> [Documentation](https://github.com/utPLSQL/utPLSQL-cli)
79+
- <i class="fab fa-github"></i> [Downloads](https://github.com/utPLSQL/utPLSQL-cli/releases)
80+
81+
#### utPLSQL PLSQL-Developer plugin
82+
83+
- <i class="fas fa-file-alt"></i> [Documentation](https://github.com/utPLSQL/utPLSQL-PLSQL-Developer)
84+
- <i class="fab fa-github"></i>[Download](https://github.com/utPLSQL/utPLSQL-PLSQL-Developer/releases)
6285

6386
#### Maven-Plugin
6487

65-
- <i class="fab fa-github"></i> [GitHub page](https://github.com/utPLSQL/utPLSQL-maven-plugin)
88+
- <i class="fas fa-file-alt"></i> [Documentation](https://github.com/utPLSQL/utPLSQL-maven-plugin)
89+

0 commit comments

Comments
 (0)