#software-testing
Read more stories on Hashnode
Articles with this tag
Fast, Independent, Repeatable, Self-Validating, Timely & Thorough · FIRST and foremost As discussed in last week's article, Arrange-Act-Assert provides...
Tests that are easy to understand are easy to maintain · Have you ever looked at the code for an automated test and wondered "What is this code actually...
Saved bugs become time spent on more code and new features · Software is a perishable good. While it may not spoil as fast as produce from the grocery...
As I write this article, millions of people in the United States are preparing to celebrate Thanksgiving with friends and family over a bountiful...
Software testing reduces churn, and less churn leads to more profit · Let's get straight to the good stuff - reducing churn can probably help your...
My top seven ways to minimize test flakiness · 1: Prefer explicit waits Waits are one of the most common reasons for flaky tests. An automated test...