Top "Pester" questions

Pester is a unit test framework for PowerShell.

How to do TDD and unit testing in powershell?

With MS ramming powershell into all new server products, I'm starting to (reluctantly) think I need to take it seriously. …

unit-testing powershell tdd pester
Determine if an array of PSCustomObject's contains an instance with a property value

I need to determine if an array of PSCustomObjects contains an item with its Title property matching a value. I …

powershell powershell-3.0 pester