Agile and Performance Testing – A Winning Combination

Wednesday, February 08, 2023

Performance testing is now entering the Agile development methodology, and rightly so. Agile Performance Testing is a framework that elevates the benefits of both the Agile approach and Performance Testing by testing performance at the start of the Testing Sprint and adding performance testing to the Definition of Done (DoD). Similarly to embedding Functional Testing …

software architecture

Architecture Erosion in Agile Development

Thursday, May 12, 2022

Software architecture erosion refers to the gap between the planned and actual architecture of a software system as observed in its implementation.1 Architecture erosion is a common and recurring problem faced by many agile development teams. Architecture erosion can result in lower quality, increased complexity, and harder-to-maintain software. At the beginning of a project, the source …

modular architecture

Modularity and Agile Architecture

Thursday, August 20, 2020

What is Agile Architecture? Architecture is an important aspect of agile software development efforts. It is critical to scaling agile to meet the needs of the business. “Agile architecture is a set of values and practices that support the active evolution of the design of a system, concurrent with the implementation of new business functionality”. The …