-
Interactive Unit Testing with .NET Core and VS Code
Last updated: Wednesday, August 31, 2022
Published in: CODE Magazine: 2020 - September/October
John continues exploring unit testing using .NET Core 3 in VS Code, and steps to get ready for .NET 5 and VS Code.
-
JavaScript Testing in VS Code and Node.js
Last updated: Wednesday, August 31, 2022
Published in: CODE Magazine: 2020 - March/April
Learn to test JavaScript using the Visual Studio Code editor using Node.js as a JavaScript execution environment.
-
Part 4: The Tenets of UAT
Last updated: Thursday, December 16, 2021
Published in: CODE Magazine: 2019 - March/April
Rod's big project is drawing to a close, and it's time to consider User Acceptance Testing.
-
Yes, User Prompts and Unit Tests Can Co-Exist
Last updated: Friday, April 2, 2021
Published in: CODE Magazine: 2019 - March/April
If you thought that pages and dialogs that need a response from a user couldn’t be unit tested, John will show you how it’s done using dependency inversion.
-
10 Reasons Why Unit Testing Matters
Last updated: Thursday, April 8, 2021
Published in: CODE Magazine: 2019 - January/February
If you’ve ever argued with management about how unit testing is beneficial, speeds up the process in the long run, and makes the software work better, you’ll recognize John’s point of view. If you haven’t (yet) had the argument, you’ll want to have this article handy.
-
Part 3: Merrily We Roll Along
Last updated: Thursday, December 16, 2021
Published in: CODE Magazine: 2019 - January/February
Rod continues the tale of an enormous conversion project.
-
Improving Code Quality with Unit Tests
Last updated: Thursday, May 13, 2021
Published in: CODE Magazine: 2017 - September/October
Insufficient testing can lead to devastating results. Find out what you can do to minimize outages as Keith explores unit testing using a Python tool called Coverage.py.