News

Learn how to test code better and avoid common pitfalls with these practical tips and best practices for testing code, such as using multiple testing methods, automating your tests, and writing ...
Learn how to review legacy code or code without tests with this code review checklist. Discover how to use tools, standards, tests, refactoring, and communication to improve software quality.
Pester tests are just PowerShell scripts written a specific way, but it's recommended that all test scripts end with .Tests.ps1. This isn't technically required but does come in handy later when ...