Author: Jakub Jareš

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…
Read More
Pester Explained: Should
This article is a part of a larger series on Pester. Last time we looked at the theory of assertions…
Read More
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…
Read More
Pester: Triangulation and reusing test cases
Pester has a great feature called TestCases. This feature enables you to easily call the same test code multiple times,…
Read More
Coding defensively against enums
Today I will show how to defensively script against enums and how to test invalid enum values. What is an…
Read More
Boost your productivity with Pester snippets
Authoring Pester tests is easy as it is, but if you are lucky enough to own a copy of ISESteroids 2 it now became…
Read More