by admin | Dec 16, 2020 | Software Testing
By George PirocanacDealing with test flakiness is a critical skill in testing because automated tests that do not provide a consistent signal will slow down the entire development process. If you haven’t encountered flaky tests, this article is a must-read as it first...
by admin | Dec 9, 2020 | Software Testing
This article was adapted from a Google Testing on the Toilet (TotT) episode. You can download a printer-friendly version of this TotT episode and post it in your office.By Stefan KennedyThe following function decodes a byte array as an image using an API named...
by admin | Nov 9, 2020 | Software Testing
By Alan MyrvoldAutomated tests make it safer and faster to create new features, fix bugs, and refactor code. When planning the automated tests, we envision a pyramid with a strong foundation of small unit tests, some well designed integration tests, and a few large...
by admin | Oct 26, 2020 | Software Testing
This article was adapted from a Google Testing on the Toilet (TotT) episode. You can download a printer-friendly version of this TotT episode and post it in your office.By Carlos Israel Ortiz GarcíaAfter years of anticipation, you’re finally able to purchase...
by admin | Aug 19, 2020 | Software Testing
This article was adapted from a Google Testing on the Toilet (TotT) episode. You can download a printer-friendly version of this TotT episode and post it in your office.By Adel SaoudYou may have been in a situation where you’re using a value that always remains...