profile picture

8 pages tagged with "testing"

How to test private methods?

October 20, 2023

blog-cover

This is a question that I have encountered with some frequency for a long time. So I thought I would put together my thoughts on the subject here.

TDD vs BDD

September 25, 2021

blog-cover

These are two different techniques. The key to each of them is about the mindset and context of what you want to achieve.

Test-Driven (Development)

August 01, 2021

blog-cover

The complexity here is not about writing tests itself, but the habits that we have to change to create software that is easy to be tested.

To mock or not to mock

January 11, 2021

blog-cover

Mocking is useful, but “what to mock” usually turns out to be a bit more complicated than expected if you don’t treat this carefully.

Testing Effectively Legacy Code

August 17, 2020

blog-cover

These tests are also known as Characterization tests.

The art of refactoring

June 28, 2020

blog-cover

If you see something, in the scope of your current task, that can be easily improved, improve it. And if you have any questions about it, ask.

The art of testing: where design meets quality

April 07, 2020

blog-cover

Why you should consider testing as part of your daily development habit and how it’s directly linked to the software quality.