Testing Windows PowerShell with Pester
By Robert Cain
Course info



Course info



Description
Having a good testing framework will ensure your PowerShell scripts function as designed, and will ensure they continue to work correctly after you make changes. In this course, Testing Windows PowerShell with Pester, you'll learn how to use Pester, the new open source testing tool, to create tests for all of your PowerShell scripts and modules. First, you'll start with seeing how to use Pester to test an existing code base. Then, Pester will be used to validate change requests to a module. Finally, you'll use Pester along with Test Driven Development to craft a brand new module. At the end of this course, you'll have the confidence to test and use your own PowerShell scripts in your own projects.