top of page
Search
The Agile Paradox: Understanding Agile as a Mindset, Not a Methodology
Introduction: Agile has become a buzzword in the world of project management, with organizations striving to embrace its principles for...
Christian Filippini
Jan 31, 20243 min read
2 views
0 comments
The Power of BDD/Gherkin Automation Frameworks: An In-depth Analysis of the Benefits over Scripting
Abstract: Automation has become an integral part of software development and testing processes, empowering teams to accelerate delivery,...
Christian Filippini
May 15, 202312 min read
3 views
0 comments
Nash Game Theory in Teamwork: A Paradigm for Software Development and Competitiveness
Abstract: This document explores the application of Nash game theory in the context of teamwork within software development, focusing on...
Christian Filippini
May 15, 20239 min read
11 views
0 comments
Metrics
Some definitions Before moving on, let me get back to some definitions so that we use the same terminology. A metric is something...
Christian Filippini
Oct 29, 20217 min read
7 views
0 comments
REST API testing with Cypress
When it comes to using Cypress, many users think about front-end testing. But we can use Cypress when writing e2e API tests. If there is,...
Christian Filippini
Oct 29, 20213 min read
5 views
0 comments

To automate or not to automate, that's the question
In the validation of a new functionality, nobody questions that manual tests are the best option for the detection of defects. Now, what...
Christian Filippini
Aug 31, 20213 min read
5 views
0 comments
Definition of Ready (DoR) vs. Definition of Done (DoD)
The Big Picture One of the key artifacts of Agile / Scrum is the idea of backlogs – both at the Product level as well as at the Sprint...
Christian Filippini
Aug 11, 20214 min read
6 views
0 comments
The Role of Risk Management and Governance in Intelligent Automation
Intelligent Automation (IA) is rapidly transforming the way organizations handle everything from finance and accounting to operations and...
Christian Filippini
Aug 5, 20215 min read
3 views
0 comments
“Find the Difference” in Python
Difflib — A hidden gem in Python built-in libraries Christopher Tao Mar 21·8 min read Recently, I have been focusing on reviewing and...
Christian Filippini
Apr 23, 20215 min read
2 views
0 comments

Software Metrics and How Can You Track Them?
A software metric is a measure of software characteristics which are quantifiable or countable. Software metrics are important for many...
Christian Filippini
Mar 10, 20219 min read
9 views
0 comments
What Is Shift Left Testing?
In the traditional software development model, requirements fall on the left side of the plan, and testing requirements are on the right...
Christian Filippini
Sep 17, 20203 min read
2 views
0 comments

What is Risk Analysis in Software Testing and how to perform it?
The probability of any unwanted incident is defined as Risk. In Software Testing, risk analysis is the process of identifying the risks...
Christian Filippini
Sep 16, 20203 min read
4 views
0 comments
Behaviour driven development
Behaviour driven development Behaviour driven development is different to test driven development. The 2 approaches are not necessarily...
Christian Filippini
Sep 9, 202016 min read
8 views
0 comments
Using Scenario Outline To Make Your Tests Data Driven
Converting from Scenario to Scenario Outline To summarize, here are the things that we need to do to successfully convert our test...
Christian Filippini
Aug 22, 20206 min read
16 views
0 comments
Headless VirtualBox in a Docker Container
For simple virtual machines that I only need occasionally, or for short duration, I’ve found VirtualBox to be an easy solution. I...
Christian Filippini
Aug 22, 202012 min read
3 views
0 comments
Keyword Driven Framework Example - JAVA
In this framework, keywords are developed which are equal to a unit level functionality. It is an independent framework which perform...
Christian Filippini
Aug 21, 20204 min read
4 views
0 comments
bottom of page