Questions tagged [pester]

Pester is a unit test framework for PowerShell. It provides a domain specific language that allows you to define test cases. It is also used to perform operational/infrastructure testing and this is encouraged by Microsoft who leverage Pester as part of the Operation Validation Framework project.

Per the Pester project page:

Pester provides a framework for running unit tests to execute and validate PowerShell commands from within PowerShell. Pester consists of a simple set of functions that expose a testing domain-specific language (DSL) for isolating, running, evaluating and reporting the results of PowerShell commands.

See

302 questions
-2
votes
1 answer

Not able to fetch the individual details from JSON data

"Ns": { "value": [ { "Nname": "exa", "SR": [ { "name": "port1", "properties": { "description": "Allow port1", …
Parth Makwana
  • 51
  • 1
  • 9
-2
votes
1 answer

Installing Pester on Windows 7

I'm trying to run Pester tests on a Windows 7 machine. I followed the instructions from here, and I also installed PSGet and executed Install-Module Pester. This works on both the Windows 7 machines I have. I can run the pester tests from an…
Priyanka P
  • 29
  • 3
1 2 3
20
21