Rodrigo
Rodrigo's Tech Life

Rodrigo's Tech Life

Follow
homeTestingOther articlesnewsletter
Series

Improving our code through testing

In this series, we'll learn the fundamentals of software testing, types of tests, and when to use them. We'll practice how to write clean tests and use their feedback to improve our code

Articles in this series

What every developer should know to start writing tests

Apr 16, 202116 min read 1.2K views

We test things daily, from "how hot or cold the water is before entering the shower" to "taste and qualify a new meal before buying it...

What every developer should know to start writing tests

Test Double - dummy, mocks, stubs, fake objects, spies. All the gang in one place

Apr 29, 202110 min read 345 views

Have you heard about stunts doubles in action films? You know? Those people whose job is to receive punches, kicks, and pretty much any type of damage...

Test Double - dummy, mocks, stubs, fake objects, spies. All the gang in one place