Windows 10 and Server 2016 automatically install a module called Pester which is used for testing code. Its the foundation of Test Driven Development or Behaviour Driven Development using PowerShell.
The version installed by default is 3.4.0.
Pester… Read the full text.