The Agile Paradox: Understanding Agile as a Mindset, Not a Methodology
top of page
Search
Introduction: Agile has become a buzzword in the world of project management, with organizations striving to embrace its principles for...
Christian Filippini
May 15, 202312 min read
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,...
3 views0 comments
Christian Filippini
May 15, 20239 min read
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...
11 views0 comments
Christian Filippini
Oct 29, 20217 min read
Metrics
Some definitions Before moving on, let me get back to some definitions so that we use the same terminology. A metric is something...
7 views0 comments
Christian Filippini
Oct 29, 20213 min read
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,...
5 views0 comments
Christian Filippini
Aug 31, 20213 min read
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...
5 views0 comments
Christian Filippini
Aug 11, 20214 min read
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...
6 views0 comments
Christian Filippini
Aug 5, 20215 min read
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...
3 views0 comments
Christian Filippini
Apr 23, 20215 min read
“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...
2 views0 comments
Christian Filippini
Mar 10, 20219 min read
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...
9 views0 comments
Christian Filippini
Sep 17, 20203 min read
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...
2 views0 comments
Christian Filippini
Sep 16, 20203 min read
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...
4 views0 comments
Christian Filippini
Sep 9, 202016 min read
Behaviour driven development
Behaviour driven development Behaviour driven development is different to test driven development. The 2 approaches are not necessarily...
8 views0 comments
Christian Filippini
Aug 22, 20206 min read
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...
16 views0 comments
Christian Filippini
Aug 22, 202012 min read
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...
3 views0 comments
Christian Filippini
Aug 21, 20204 min read
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...
4 views0 comments
bottom of page