Skip Navigation

Testing In-Depth


I presented "Testing In-Depth" at SQL Saturday Baton Rouge 2024 on July 27, 2024. Below is the topic information.

Testing In-Depth

This will be an intermediate topic and I'll be assuming developers already understand the basics of unit testing. All code examples will be in C#. Here's the session's description:

Software testing is a vital skill for any developer who wants to deliver high-quality, reliable software. This session will explore unit testing and more advanced topics, such as mocking, integration tests, and mutation testing. It will also show tools and packages that can help you automate your testing process and make it more productive.

Presentation code can be found at https://github.com/jeremyknight-me/presentations

Tooling Links


Previous: C# Syntax Lowering