
Agile and Performance Testing – A Winning Combination
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 …
Continue reading “Agile and Performance Testing – A Winning Combination”

Architecture Erosion in Agile Development
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 …
Continue reading “Architecture Erosion in Agile Development”

Modularity and Agile Architecture
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 …