Tag Archives: pester

Powershell extension method

We are testing our Powershell Module with Pester. Since the data is some sort of graph we need to work with indexers / lists all the time. After a small brainstorm session we decided on an Extension Method approach. Reading … Continue reading

Posted in Development | Tagged , , , | Leave a comment

Powershell module

Windows PowerShell is a Windows command-line shell designed especially for system administrators. Windows PowerShell includes an interactive prompt and a scripting environment that can be used independently or in combination. docs.microsoft.com We are building a system and need to transform-and-load … Continue reading

Posted in Development | Tagged , , | 1 Comment

Regression test with Pester

My current project is a scrum project. We develop new features in sprints and deliver working software every 3 weeks. To keep the pace steady we have loads of tests that run every night after a build is deployed. Until … Continue reading

Posted in Tooling | Tagged , , | 1 Comment

Week roundup

Last week recap and links: Azure Resource Manager Compute Templates, that’s right resource manager now include Compute, Network, and Storage Get started with Pester, PowerShell unit testing framework Reduce the Size of Your WinSXS Folder on Windows 7 or 8, … Continue reading

Posted in Uncategorized | Tagged , , , , | Leave a comment