Chemaclass
All Tags
testing

16 posts

bashunit

bashunit

bashunit is a lightweight, easy-to-use testing framework for Bash, packed with handy features like parallel and snapshot…

How to test private methods?

How to test private methods?

From time to time I have had to face this question: how to test private methods? I have put together in an article the t…

Dedicated QA Teams in software?

Dedicated QA Teams in software?

This will be controversial, but let's talk about the QA position. The hidden truth behind the lack of software quality a…

Clean Craftsmanship

Clean Craftsmanship

Disciplines, Standards, and Ethics

Modern Software Engineering

Modern Software Engineering

This book presents software development as an engineering practice at every level. To master software engineering, we mu…

London vs Chicago

London vs Chicago

There are two known schools in TDD: the mockist school (aka Outside-in) and the classicist school (aka Inside-out).

TDD vs BDD

TDD vs BDD

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)

Test-Driven (Development)

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

To mock or not to mock

To mock or not to mock

Mocking is useful, but 'what to mock' usually turns out to be a more complicated than expected if you don't treat this c…

Testing Effectively Legacy Code

Testing Effectively Legacy Code

These tests are also known as Characterization tests.

The art of refactoring

The art of refactoring

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

Final classes in PHP | Java | Any

Final classes in PHP | Java | Any

Clear contracts, isolated side effects, testability, low complexity and cognitive load, code fluidity, and confidence in…

The art of testing: where design meets quality

The art of testing: where design meets quality

Why you should consider testing as part of your daily development habit and how it's directly linked to the software qua…

Working Effectively with Legacy Code

Working Effectively with Legacy Code

This book offers start-to-finish strategies for working more effectively with large, untested legacy code bases.

Clean Code

Clean Code

Even bad code can function. But if code isn't clean, it can bring a development organization to its knees. Every year, c…

bashunit