List/Grid Pester Subscribe RSS feed of category Pester

PSRemotely – Authoring workflow (Part 1)
Introduction After setting up the context in the previous post, it is time to look at how the authoring workflow looks like when using Pester for writing operations validation tests, to…

PSRemotely – Framework to Enable Remote Operations Validation
Before we get started with what is PSRemotely, here is some background. As part of my work in an engineering team, I am tasked with writing scripts which will validate…

Pester Explained: Describe, Context, and It Blocks
This article is a part of a larger series on Pester. Last time, we looked at how assertions work in theory, and how they are implemented in Pester. This gave…

Pester Explained: Should
This article is a part of a larger series on Pester. Last time we looked at the theory of assertions and what mechanisms they use to fail our tests. We’ve…

Pester Explained: Introduction and Assertions
This article is a part of a larger series on Pester. I always found the word framework intimidating. It’s probably because my first encounter with the word was in .NET…