Master the Art of Software Testing with F.I.R.S.T Principles

A quick introduction to the F.I.R.S.T principle you can use to improve your testing skills and create efficient, practical, high-quality tests

February 22, 2023 · 5 min · Luis Filipe Pedroso

Software Testing: A Balance Between Speed and Confidence

One of the most controversial discussions in software development is about the need of writing automated tests. In fact, all the arguments are plausible: some developers believe that it creates more confidence about their code, fearless of coding new features, and better product quality, while others believe that it can add too much complexity in the application with false negatives or flaky tests, slowing the development cycle....

February 21, 2022 · 3 min · Felipe Moslavacz