diff --git a/client/src/pages/guide/english/agile/index.md b/client/src/pages/guide/english/agile/index.md index 0886d9db32..8553101904 100644 --- a/client/src/pages/guide/english/agile/index.md +++ b/client/src/pages/guide/english/agile/index.md @@ -11,8 +11,16 @@ With Agile, the emphasis is on "agility" - being able to quickly respond to feed ![A comic from Commitstrip.com showing a product manager explaining to a developer that they are switching to agile, but then asking the developer to plan everything up front](https://www.commitstrip.com/wp-content/uploads/2017/01/Strip-Budegt-fixe-pour-projet-flexible-english650-final.jpg) +The agile software development places its emphasis on four core values. +1. Preference on team and individual interactions over tools and processes. +2. A working software over exhaustive documentation. +3. Collaboration with customer is given more importance than contract negotiations. +4. Response to changes over following a plan. + There are many different flavors of agile, including Scrum and Extreme Programming. +![Various methods present in Agile testing or Agile Testing Methodologies](https://www.guru99.com/images/11-2014/agile_Processesv1_2.png) + ### More information [Agile Alliance's Homepage](https://www.agilealliance.org/)