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: resources.md
+30-6Lines changed: 30 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,14 +13,29 @@ Do you know about videos, articles, blogs or code examples that are missing here
13
13
14
14
#### Overview
15
15
16
-
- <iclass="fas fa-video"></i> [Unit Testing Oracle PL/SQL](https://vimeo.com/261135676) (by Jacek Gebal)
16
+
- <iclass="fas fa-video"></i> [UKOUG Testing PLSQL APIs with utPLSQL v3 Webinar](https://www.youtube.com/watch?v=3IQXWdKkBP4) (by Jacek Gebal)
17
17
Comprehensive webinar about utPLSQL by Jacek Gebal. The definitive guide to why and how to test PL/SQL with utPLSQL
18
18
- <iclass="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)
19
19
Complete introduction to utPLSQL 3.0, covering installation, comprehensive example application, transaction challenges and even code coverage
20
20
- <iclass="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)
21
21
Plea to start creating meaningful, automated self-tests and why. Finishes with a concrete utPLSQL example
22
22
- <iclass="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)
23
23
Addresses some major struggles of developers who start with unit-testing and also gives a brief intro into Test-Driven-Development
24
+
- <iclass="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
+
- <iclass="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
+
- <iclass="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
+
- <iclass="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
+
- <iclass="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
+
- <iclass="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
+
- <iclass="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
+
- <iclass="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)
24
39
25
40
#### Structuring Tests
26
41
@@ -50,16 +65,25 @@ Do you know about videos, articles, blogs or code examples that are missing here
50
65
51
66
## Tools
52
67
53
-
#### SQLDeveloper Plugin
68
+
#### utPLSQL - SQLDeveloper extension
54
69
55
70
- <iclass="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)
56
71
Detailed explanation how to install and use the utPLSQL-Plugin for SQLDeveloper
0 commit comments