Category: Agile Development

TDD-Workflow 0

Test-Driven Development (TDD)

Non-completion of testing/verifications, are the major challenge why many sprints(iteration) fails or teams not able to keep up to their promises (Iteration commitments). In Agile, test engineers or validation teams could be called real...

Scrum 0

Agile Scrum Framework

What does Agile mean? agĀ·ile 1. Characterized by quickness, lightness, and ease of movement; nimble, quick and well-coordinated in movement; lithe: an agile leap. 2. Mentally quick; alert; active; lively: an agile mind or...

Code Refactoring 0

Refactoring

Redoing things is fundamental to every creative process In Agile, working software is the primary measure of success but how to ensure that developed software code is not buggy and is of high quality, and that...

Pair-Programming 0

Pair-Programming

Pair-Programming means sitting side-by-side with one of your colleagues through the whole adventure: coding, unit testing, and then functional testing. Agile methodology and Scrum process does helps us managing the iterative development process but...