Unit Testing PowerShell Code with Pester

Summary: Guest blogger, Dave Wyatt, discusses using Pester to analyze small pieces of Windows PowerShell code.
   Note   This is a five-part series that includes the following posts:

What is Pester and Why Should I Care?Learn about a new test framework for PowerShell called Pester
Getting Started with PesterLearn how to get information back from Pester
Unit Testing PowerShell Code with PesterUse Pester to analyze small pieces of Windows PowerShell code
Testing Script Modules with PesterUse Pester for testing PowerShell modules
More Pester Features and ResourcesLearn about more Pester resources

Before we get into the technical details today, … Continue reading Unit Testing PowerShell Code with Pester