🏆 This post was featured in Software Testing Weekly #191
This is a very long post. You don’t have to read it all in one go. Use it as a reference, anytime you want to check the purpose of a particular test type.
🏆 This post was featured in Software Testing Weekly #191
This is a very long post. You don’t have to read it all in one go. Use it as a reference, anytime you want to check the purpose of a particular test type.
🏆 This post was featured in Software Testing Weekly #173
tl;dr A visual metaphor that groups tests into layers and recommends how many tests should exist in each of layers.
🏆 This post was featured in Software Testing Weekly #169
A friend (Hugo) told me about this new mobile test automation framework called Maestro. At the time, my team was using Appium to test a React Native app, that ran on iOS and Android. I was not 100% happy with Appium, so I gave Maestro a try.
🏆 This post was featured in Software Testing Weekly #142 and CodingJab #111
During my career, every time my team has to rely on a 3rd-party API, there comes the day where that API fails. Maybe it is down but usually they released a breaking change that breaks the previous contract. Our team does not notice it, but the client/user does and then we look bad.
🏆 This post was featured in Software Testing Weekly #118 and Testing Notes #52