Month February 2025

E2E testing with SeleniumBase

E2E testing with SeleniumBase

In a previous article, we analysed what is end-to-end testing, its scope, types, best practices, vulnerabilities, security risks and some interesting technologies. This time, we are going to work with SeleniumBase, a Python testing framework based on Selenium. First we…

What is end-to-end testing?

What is end-to-end testing?

Software testing is an essential mechanism to guarantee the correct functioning of our applications. There are different types of tests, each of them focused on evaluating a different characteristic or with a particular approach. Within the repertoire of tests that…

Introduction to Apache Arrow

Introduction to Apache Arrow

In this article we are going to see what this tool is and how it works. Apache Arrow is present in most of the frameworks in our environment, such as Spark, Dask, Drill, Tensorflow, Kudu, etc. All of them are…