Software Testing 101
Published in
Jul 12, 2024
Let’s talk about software quality—how we make sure our apps always work and look as expected, especially as they grow, evolve, and become more complex.
The main tool for ensuring quality is automated tests: From single functions to entire user flows, we can test nearly every part of the app. But should we? Besides, there are different kinds of tests for different purposes, and picking the right ones isn’t always easy. Do we need all of them? Can we get by with just some kinds? That’s what this video is about.