From 7df1e43eda5353f53a83cab5f7509bd4abdde7fe Mon Sep 17 00:00:00 2001 From: neelflash07 <34812565+neelflash07@users.noreply.github.com> Date: Tue, 16 Oct 2018 09:45:52 +0530 Subject: [PATCH] Update index.md (#19200) Added a paragraph. An image showing different agile methodologies. --- client/src/pages/guide/english/agile/index.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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/)