How to Add Timeouts to Pester Tests with PowerShell Runspaces
Prevent Pester tests from hanging indefinitely using PowerShell runspaces. Learn to handle variable scoping, module loading, TestDrive access, and stream capture challenges with timeout protection.
Build a Scalable PowerShell Pester Testing Framework
Learn how to create a maintainable and organized Pester testing framework for PowerShell that scales with your needs. Perfect for large test suites.
PowerShell Pester 101: A Practical Guide for Beginners
Learn how to validate your PowerShell scripts with Pester testing. This hands-on guide shows you how to write tests that ensure your code works as intended.
PowerShell Testing Mastery with Data-Driven Pester
I’ve been using Pester for a long time off and on. I’ve always been obsessed with ensuring reliability in my PowerShell code. After writing the Pester Book and mentioning some of the methodologies I used with Pester v4 I’ll present in this blog post, I’ve since learned Pester v5 makes my work so much easier.
Build Real-World Azure DevOps Pipelines for ARM Templates
Create and apply Azure DSC configurations to Azure VMs via ARM templates. Master Azure DevOps pipelines in this step-by-step tutorial.