
Unit Testing PowerShell Classes with Pester
One of the most critical aspects to any development project is a solid test plan. Over the years, I have learned my lesson the hard way that everything should include some level of testing. I started our like many of you by simply writing a script and manually trying different scenarios. This ‘trial-and-error’ style of […]