Software development

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.

My impression after working with Cypress

Cypress has sparked a lot of interest in Test Automation engineers and developers alike. Many regard this tool as the future of testing for modern web applications. In this article, I will share what I learned about Cypress after weeks of using it in the professional setting and also in a project of my own

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.

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.

Modular cohesion in software engineering

In software design, modular cohesion is an essential metric for determining whether the functionalities of our product have been correctly implemented.

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.

What do we mean when we speak about Quality Assurance?

Quality Assurance is a process that seeks to ensure that a product complies with certain quality standards. It is a systematised way of defining quality requirements and product evaluations based on them.