Software testing

How I (prefer to) automate Docker tasks with Java

IT Automation has become one of my favourite practices. This applies not only to testing. Whenever I see it's worth to automate technical tasks at my work I write the code and let the machine do the job. Here we delve into executing docker processes with Java.

The importance of build pipelines in Quality Assurance

Good test specialists deliver reliable automated tests, but also know that most of its value lies on them being executed in an automated build pipeline, therefore it is key for a good Automation engineer to be familiar with the concepts con continuous integration, and the way pipelines work.

On sandwiches and QA feedback

QA is probably the role that undergoes most friction in an IT department. how do you report defects to developers that put all their love in a project without eroding your relationship with them? Here’s how I approach bug reporting.

The test automation pyramid. Should we take it seriously?

In this article, I offer a taxonomy of the automation test pyramid along with my view on its utility in the testing industry. Should we take the pyramid seriously?

Docker and the basics of Linux containers

Docker is a sharp tool that has considerable benefits in development and business. In this article I will introduce the concept of containerisation and will cover the basics of Docker.

Jq basics for testers

As a QA engineer, you might be interested in selecting part of the JSON data to check the product tested is behaving as expected. Let’s go over some of the jq basics to manipulate JSON data like a pro.

7 actions to implement an effective software testing process

In this article we will go over 7 elements that are necessary for a good testing process.

Code reviews in software testing

In this post we will cover one of the most important static testing processes: code reviews.

What is static testing?

Static tests on computer products are an essential aspect in the early prevention of software defects. These tests encompass a series of techniques with which we detect bugs without having to run the software (contrary to what occurs in dynamic testing). Therefore, static testing focuses on evaluating how well the software is built instead of observing its behavior.

7 basic principles in software testing

Seven essential principles for the day-to-day of a QA specialist.