SlideShare una empresa de Scribd logo
1 de 48
Agile Process & Methodologies
A Comparative Study of
Agile Processes

Guide to other software
development process model

JAINUL

1
Agile Process & Methodologies
Agility Meaning
Alertness
Liveliness
Attentiveness
Consciousness
Openness
Sensitiveness
Wakefulness
Watchfulness
Attention
Prudence
Vigilance

JAINUL

2
Agile Process & Methodologies

Agile processes have important
applications in the areas of
 software project management,
 software schedule management

JAINUL

3
Agile Process & Methodologies

Agile processes is to
 Satisfy Customer
 Faster development times
 Lower defects rate

JAINUL

4
Agile Process & Methodologies

Today’s Session is to
compares the
Agile processes
with
Other SDLC models
Also Advantages, and
Drawbacks as well
JAINUL

5
Agile Process & Methodologies

Commonly SDLC has two main
considerations:
1) To emphasize on process and
2) Quality of the software and
process

JAINUL

6
Agile Process & Methodologies

Agile software processes is
 An

iterative and




Iterative development and


JAINUL

Incremental planning,

Time boxing.
7
Agile Process & Methodologies

It is a theoretical framework that
promotes foreseen interactions
throughout the development
cycle.
There are several SDLC models
like SPIRAL, WATERFALL, RAD
which has their own advantages.
JAINUL

8
Agile Process & Methodologies

The SDLC activities such as
planning, analysis,
design, coding,
testing and maintenance
which need to be performed
according to the demand of the
customer.
JAINUL

9
Agile Process & Methodologies

Agile process is itself a software
development process.
Agile process is an iterative
approach in which customer
satisfaction is at highest priority
as the customer has direct
involvement in evaluating the
software.
JAINUL

10
Agile Process & Methodologies

The agile process follows the
SDLC which includes
requirements gathering,
analysis, design, coding, testing,
and delivers partially
implemented software and waits
for the customer feedback.

JAINUL

11
Agile Process & Methodologies

JAINUL

12
Agile Process & Methodologies

Characteristics of Agile Projects


Less planning and
 Divides the tasks into small
increments
 Meant for short term projects
 with an effort of team work

JAINUL

13
Agile Process & Methodologies
The

JAINUL

involvement of software team
management with customers
reduces the risks associated with the
software.
This agile process is an iterative
process in which changes can be
made according to the customers
satisfaction.
In agile process new features can
be added easily by using multiple
iterations.

14
Agile Process & Methodologies
1)

2)

JAINUL

Iterative: The main objective of
agile software processes is
satisfaction of customers, so it
focuses on single requirement
with multiple iterations.
Modularity: Agile process
decomposes the complete system
into manageable pieces called
modules. Modularity plays a major
role in software development
processes.

15
Agile Process & Methodologies
3)

4)

JAINUL

Time Boxing: As agile process is
iterative in nature, it requires the
time limits on each module with
respective cycle.

Parsimony: In agile processes
parsimony is required to mitigate
risks and achieve the goals by
minimal number of modules.
16
Agile Process & Methodologies
5)

6)

JAINUL

Incremental: iterative in nature,
each increment is independent of
others, and at last all increments
are integrated into complete
system.
Adaptive: The adaptive
characteristics of agile process
allows adapting the processes to
attack the new risks and allows
changes in the real time
requirements.

17
Agile Process & Methodologies
7)

8)

JAINUL

Convergent: All the risks
associated with each increment
are convergent in agile process by
using iterative and incremental
approach.
Collaborative: As agile process is
modular in nature, different
modules need to be integrated at
the end of the software
development process.
18
Agile Process & Methodologies
9)

JAINUL

People Oriented: In the agile
processes customer satisfaction
is the first priority over the
technology and process. A good
software development team
increases the performance and
productivity of the software.

19
Agile Process & Methodologies
METHODOLOGIES

There are three widely used
methodologies in the industry…
1) Extreme Programming (XP)

2) SCRUM
3) Feature Driven Development (FDD)

JAINUL

20
Agile Process & Methodologies
Extreme Programming (XP)

XP is the most successful method of
developing agile software
because of its focus on customer
satisfaction.
XP requires maximum customer
interaction to develop the
software.

JAINUL

21
Agile Process & Methodologies
Extreme Programming (XP)

XP divides the entire software
development life cycle into
several number of short
development cycles.
XP welcomes and incorporates
changes or requirements from the
customers at any phase of the
development life cycle.
JAINUL

22
Agile Process & Methodologies
Complete Agile process using XP method.

JAINUL

23
Agile Process & Methodologies
Extreme Programming (XP)
starts with collecting user requirements.

JAINUL

Depending on the requirements,
whole development process is
divided into several small no of
cycles.
Next phase is iteration planning i.e.
deciding the number of cycles,
prioritizing the requirements and
estimating the amount of effort
required to implement each cycle.

24
Agile Process & Methodologies
Extreme Programming (XP)

Now each iteration is developed using
pair programming.
During the development phase new
user requirements may come and
the iteration plan should be adjusted
according to that.
Next step is to test the latest developed
version for bugs, if detected; the
bugs will be removed in the next
iteration.
JAINUL

25
Agile Process & Methodologies
Extreme Programming (XP)

After every acceptance testing project
tracing should be done in which
feedback is taken from the project
that how much job has already been
done.
XP has introduced many new things for
developers like pair programming,
extensive code review, code refactoring
and open workspace.
JAINUL

26
Agile Process & Methodologies
SCRUM

Scrum is another popular method of
agile development through which
productivity becomes very high.

Scrum is basically based on
incremental software development

process.
JAINUL

27
Agile Process & Methodologies
SCRUM

In Scrum method the entire
development cycle is divided into
a series of iteration where each
iteration is called as a sprint.
Maximum duration of a sprint is 30
days.

JAINUL

28
Agile Process & Methodologies
Agile process using SCRUM

JAINUL

29
Agile Process & Methodologies
SCRUM

The method starts with collecting
user requirements but it is not
expected that all the requirements
should come out from the user at
the beginning.
User can change their mind at any
time during development; they
can add new features, remove or
update some existing features.
JAINUL

30
Agile Process & Methodologies
SCRUM

Next phase is to prioritize the
requirements and the list is known
as product backlog.
A proper planning for sprint should
be done i.e. how many sprints are
needed to develop the software,
duration of the sprint, and what
are the requirements from the
product backlog should be
implemented in each sprint.
JAINUL

31
Agile Process & Methodologies
SCRUM

This particular list is known as sprint
backlog. During each sprint one
sprint meeting is held every day to
take the feedback how much work
has been done.
After each sprint we get a working
increment of the software

JAINUL

32
Agile Process & Methodologies
Feature Driven Development (FDD)

FDD is one of the agile development
methods.
The key advantage of this method is
to design the domain of the
software to be produced before
development.

JAINUL

33
Agile Process & Methodologies
Feature Driven Development (FDD)

JAINUL

34
Agile Process & Methodologies
Feature Driven Development (FDD)

Starts with collecting the
requirements from the users and
building up the overall model of
the project.
Gives the clear idea about the scope
of the software.
Next step is to make a list of features
which are the client-valued
functions.
JAINUL

35
Agile Process & Methodologies
Feature Driven Development (FDD)

For example:
'Authenticate the password',
‘Calculate the salary for each
employee',
‘Calculate the income-tax for each
employee'.
Several groups are made based on
their domains i.e. related features
are combined into a single group.
JAINUL

36
Agile Process & Methodologies
Feature Driven Development (FDD)

JAINUL

Next step is to make a plan for
developing the features. Each group
of features is assigned to a
development team which is headed
by one chief programmer.
Last step is modeling iteration in which
first UML modeling is done for each
feature and then developing that
particular feature. This step
continues unless all the features get
implemented successfully.

37
Agile Process & Methodologies
ADVANTAGES
1)

JAINUL

Adaptive to the changing
environment: In agile software
development method, software is
developed over several iterations.
Each iteration is characterized by
analysis, design, implementation
and testing.

38
Agile Process & Methodologies
ADVANTAGES

After each iteration the mini project is
delivered to the customer for their
use and feedback. Any changes that
upgrade the software we welcome
from the customer at any stage of
development and that changes are
implemented.

JAINUL

39
Agile Process & Methodologies
ADVANTAGES

2) Ensures customer satisfaction:
This methodology requires active
customer involvement throughout
the development.
At the end what we get as the final
product is of high quality and its
ensures the customer satisfaction
as the entire software is developed
based on the requirements taken
from customer.
JAINUL

40
Agile Process & Methodologies
ADVANTAGES

3) Least documentation:

JAINUL

The documentation is short and to the
point by agile team.
Don't make documentation on internal
design of the software.
The documentation are product
features list, duration for each iteration
and date.
It saves time of development and
deliver the project in least possible
time.

41
Agile Process & Methodologies
ADVANTAGES

4) Reduces risks of development:
As the incremented mini software is
delivered to the customers after
every short development cycle and
feedbacks are taken, it warns
developers about the upcoming
problems which many occur at the
later stages of development. It also
helps to discover errors quickly and
they are fixed immediately.
JAINUL

42
Agile Process & Methodologies
DISADVANTAGES

1) Customer interaction is the key
factor:
It is based on customer involvement
because the entire project is
developed according to the
requirements given by the
customers. So if the customer
representative is not clear about the
product features, the development
process will go out of the track.
JAINUL

43
Agile Process & Methodologies
DISADVANTAGES

2) Lack of documentation:
Least documentation saves
development time, on the other side
its is a big disadvantage for
developer.

JAINUL

44
Agile Process & Methodologies
DISADVANTAGES

JAINUL

2) Lack of documentation:
Internal design is getting changed
frequently depending on user
requirements after every iteration,
Difficult to maintain the detail
documentation of design and
implementation. So less available
information, is very difficult for the
new developers joined the team to
understand the actual method to
develop the software.

45
Agile Process & Methodologies
DISADVANTAGES

JAINUL

3) Time consuming and wastage of
resources because of constant
change of requirements: If the
customers are not satisfied by the
partial software developed by
certain iteration and they change
their requirements then that
incremented part is of no use. So it
is the total wastage of time, effort
and resources required to develop
that increment.

46
Agile Process & Methodologies
DISADVANTAGES

JAINUL

4) More helpful management than
developer: The agile methodology
helps management to take decisions
about the software development, set
goals for developers and fix the
deadline for them. But it is very
difficult for the baseline developers
to cope up with the ever changing
environment and every time
changing the design, code based on
just in time requirements.

47
Agile Process & Methodologies
CONCLUSION

Agile Project is much better than other
software development process in
terms of __
 Productivity
 Performance
 Faster time cycles
 Risk Analysis
A.P. is normally implemented in Web
based applications and Testing
Tools.
JAINUL

48

Más contenido relacionado

La actualidad más candente

SAP Overview and Architecture
SAP Overview and ArchitectureSAP Overview and Architecture
SAP Overview and Architecture Ankit Sharma
 
Understanding SAP Versions
Understanding SAP VersionsUnderstanding SAP Versions
Understanding SAP Versionspeteaksaya
 
Erp sap r3 overview introduction
Erp  sap r3 overview introductionErp  sap r3 overview introduction
Erp sap r3 overview introductionBunty Jain
 
Sap for beginners
Sap for beginnersSap for beginners
Sap for beginnersRohit Verma
 
Basics SAP
Basics SAPBasics SAP
Basics SAPitplant
 
SAP INTRO
SAP INTROSAP INTRO
SAP INTRODr.Ravi
 
My SAP PPT BY ravindra nath sharma MBA SYNBIOSIS international university (S...
My SAP PPT BY ravindra nath sharma MBA SYNBIOSIS  international university (S...My SAP PPT BY ravindra nath sharma MBA SYNBIOSIS  international university (S...
My SAP PPT BY ravindra nath sharma MBA SYNBIOSIS international university (S...ravindra sharma
 
Introduction to SAP, Systems, Applications
Introduction to SAP, Systems, ApplicationsIntroduction to SAP, Systems, Applications
Introduction to SAP, Systems, ApplicationsMahmoud Tolba
 
Sap technology & application evolution
Sap technology & application evolutionSap technology & application evolution
Sap technology & application evolutionAshwani Khatri
 
What is SAP| SAP Introduction | Overview of SAP
What is SAP| SAP Introduction | Overview of SAPWhat is SAP| SAP Introduction | Overview of SAP
What is SAP| SAP Introduction | Overview of SAPGlobustrainings
 

La actualidad más candente (20)

SAP for Beginners
SAP for BeginnersSAP for Beginners
SAP for Beginners
 
Basics of sap
Basics of  sapBasics of  sap
Basics of sap
 
SAP Overview and Architecture
SAP Overview and ArchitectureSAP Overview and Architecture
SAP Overview and Architecture
 
Understanding SAP Versions
Understanding SAP VersionsUnderstanding SAP Versions
Understanding SAP Versions
 
Erp sap r3 overview introduction
Erp  sap r3 overview introductionErp  sap r3 overview introduction
Erp sap r3 overview introduction
 
Sap for beginners
Sap for beginnersSap for beginners
Sap for beginners
 
Basics SAP
Basics SAPBasics SAP
Basics SAP
 
Sap introduction
Sap introductionSap introduction
Sap introduction
 
Sap general presentation
Sap general presentation Sap general presentation
Sap general presentation
 
SAP INTRO
SAP INTROSAP INTRO
SAP INTRO
 
Sap overview
Sap overviewSap overview
Sap overview
 
Sap overview
Sap overviewSap overview
Sap overview
 
Sap overview
Sap overviewSap overview
Sap overview
 
My SAP PPT BY ravindra nath sharma MBA SYNBIOSIS international university (S...
My SAP PPT BY ravindra nath sharma MBA SYNBIOSIS  international university (S...My SAP PPT BY ravindra nath sharma MBA SYNBIOSIS  international university (S...
My SAP PPT BY ravindra nath sharma MBA SYNBIOSIS international university (S...
 
Introduction to SAP, Systems, Applications
Introduction to SAP, Systems, ApplicationsIntroduction to SAP, Systems, Applications
Introduction to SAP, Systems, Applications
 
Sap technology & application evolution
Sap technology & application evolutionSap technology & application evolution
Sap technology & application evolution
 
SAP Basic Introduction
SAP Basic IntroductionSAP Basic Introduction
SAP Basic Introduction
 
Chapter 01 erp sap overview erp6
Chapter 01 erp sap overview erp6Chapter 01 erp sap overview erp6
Chapter 01 erp sap overview erp6
 
What is SAP| SAP Introduction | Overview of SAP
What is SAP| SAP Introduction | Overview of SAPWhat is SAP| SAP Introduction | Overview of SAP
What is SAP| SAP Introduction | Overview of SAP
 
Sap
SapSap
Sap
 

Destacado

Agile for the rest of us
Agile for the rest of usAgile for the rest of us
Agile for the rest of usAnders Ramsay
 
Agile Process models
Agile Process modelsAgile Process models
Agile Process modelsStudent
 
Linux17 MySQL_installation
Linux17 MySQL_installationLinux17 MySQL_installation
Linux17 MySQL_installationJainul Musani
 
Linux13 concurrent versions system
Linux13 concurrent versions systemLinux13 concurrent versions system
Linux13 concurrent versions systemJainul Musani
 
Disabled Tourist Guide - Morroco
Disabled Tourist Guide - MorrocoDisabled Tourist Guide - Morroco
Disabled Tourist Guide - MorrocoScott Rains
 
Collection framework
Collection frameworkCollection framework
Collection frameworkJainul Musani
 
Linux12 clustering onlinux
Linux12 clustering onlinuxLinux12 clustering onlinux
Linux12 clustering onlinuxJainul Musani
 
Linux15 dynamic dns-2
Linux15 dynamic dns-2Linux15 dynamic dns-2
Linux15 dynamic dns-2Jainul Musani
 
Feed management in an intensive shrimp farming system with bioflocs
Feed management in an intensive shrimp farming system with bioflocsFeed management in an intensive shrimp farming system with bioflocs
Feed management in an intensive shrimp farming system with bioflocsInternational Aquafeed
 
Technique Of Shrimp Culture (Final) Vuong
Technique Of Shrimp Culture (Final) VuongTechnique Of Shrimp Culture (Final) Vuong
Technique Of Shrimp Culture (Final) VuongRidzaludin
 
Tilapia Cage Farm Management In Brazil
Tilapia Cage Farm Management In BrazilTilapia Cage Farm Management In Brazil
Tilapia Cage Farm Management In BrazilAlberto Nunes
 
Difference WAMP and XAMPP
Difference WAMP and XAMPPDifference WAMP and XAMPP
Difference WAMP and XAMPPJainul Musani
 
Agile Process Introduction
Agile Process IntroductionAgile Process Introduction
Agile Process IntroductionNguyen Hai
 
Agile Software Development, Overview
Agile Software Development, OverviewAgile Software Development, Overview
Agile Software Development, OverviewBayard Randel
 
Introduction to aquaculture
Introduction to aquacultureIntroduction to aquaculture
Introduction to aquaculturekumarsaurabh544
 

Destacado (20)

AGI0417Z_I
AGI0417Z_IAGI0417Z_I
AGI0417Z_I
 
Agile for the rest of us
Agile for the rest of usAgile for the rest of us
Agile for the rest of us
 
Agile Process models
Agile Process modelsAgile Process models
Agile Process models
 
Linux16 RPM
Linux16 RPMLinux16 RPM
Linux16 RPM
 
Linux17 MySQL_installation
Linux17 MySQL_installationLinux17 MySQL_installation
Linux17 MySQL_installation
 
Linux13 concurrent versions system
Linux13 concurrent versions systemLinux13 concurrent versions system
Linux13 concurrent versions system
 
Disabled Tourist Guide - Morroco
Disabled Tourist Guide - MorrocoDisabled Tourist Guide - Morroco
Disabled Tourist Guide - Morroco
 
Collection framework
Collection frameworkCollection framework
Collection framework
 
Linux12 clustering onlinux
Linux12 clustering onlinuxLinux12 clustering onlinux
Linux12 clustering onlinux
 
Linux15 dynamic dns-2
Linux15 dynamic dns-2Linux15 dynamic dns-2
Linux15 dynamic dns-2
 
Linux14 Dynamic DNS
Linux14 Dynamic DNSLinux14 Dynamic DNS
Linux14 Dynamic DNS
 
Feed management in an intensive shrimp farming system with bioflocs
Feed management in an intensive shrimp farming system with bioflocsFeed management in an intensive shrimp farming system with bioflocs
Feed management in an intensive shrimp farming system with bioflocs
 
Technique Of Shrimp Culture (Final) Vuong
Technique Of Shrimp Culture (Final) VuongTechnique Of Shrimp Culture (Final) Vuong
Technique Of Shrimp Culture (Final) Vuong
 
Tilapia Cage Farm Management In Brazil
Tilapia Cage Farm Management In BrazilTilapia Cage Farm Management In Brazil
Tilapia Cage Farm Management In Brazil
 
Difference WAMP and XAMPP
Difference WAMP and XAMPPDifference WAMP and XAMPP
Difference WAMP and XAMPP
 
Agile Model for Beginner’s
Agile Model for Beginner’sAgile Model for Beginner’s
Agile Model for Beginner’s
 
Agile Process Introduction
Agile Process IntroductionAgile Process Introduction
Agile Process Introduction
 
Agile Software Development, Overview
Agile Software Development, OverviewAgile Software Development, Overview
Agile Software Development, Overview
 
Introduction to aquaculture
Introduction to aquacultureIntroduction to aquaculture
Introduction to aquaculture
 
What is Scrum?
What is Scrum?What is Scrum?
What is Scrum?
 

Similar a Agile projectdevelopment

A NOVEL METHOD FOR REDUCING TESTING TIME IN SCRUM AGILE PROCESS
A NOVEL METHOD FOR REDUCING TESTING TIME IN SCRUM AGILE PROCESSA NOVEL METHOD FOR REDUCING TESTING TIME IN SCRUM AGILE PROCESS
A NOVEL METHOD FOR REDUCING TESTING TIME IN SCRUM AGILE PROCESSijseajournal
 
Upstate CSCI 540 Agile Development
Upstate CSCI 540 Agile DevelopmentUpstate CSCI 540 Agile Development
Upstate CSCI 540 Agile DevelopmentDanWooster1
 
MAPPING OF TRADITIONAL SOFTWARE DEVELOPMENT METHODS TO AGILE METHODOLOGY
MAPPING OF TRADITIONAL SOFTWARE DEVELOPMENT METHODS TO AGILE METHODOLOGYMAPPING OF TRADITIONAL SOFTWARE DEVELOPMENT METHODS TO AGILE METHODOLOGY
MAPPING OF TRADITIONAL SOFTWARE DEVELOPMENT METHODS TO AGILE METHODOLOGYcscpconf
 
Mapping of traditional software development methods to agile methodology
Mapping of traditional software development methods to agile methodologyMapping of traditional software development methods to agile methodology
Mapping of traditional software development methods to agile methodologycsandit
 
Software Development Life Cycle: Traditional and Agile- A Comparative Study
Software Development Life Cycle: Traditional and Agile- A Comparative StudySoftware Development Life Cycle: Traditional and Agile- A Comparative Study
Software Development Life Cycle: Traditional and Agile- A Comparative Studyijsrd.com
 
International journal of computer science and innovation vol 2015-n2-paper3
International journal of computer science and innovation  vol 2015-n2-paper3International journal of computer science and innovation  vol 2015-n2-paper3
International journal of computer science and innovation vol 2015-n2-paper3sophiabelthome
 
Seminar COTB25.pptx
Seminar COTB25.pptxSeminar COTB25.pptx
Seminar COTB25.pptxishantpatil1
 
Comparing Various SDLC Models On The Basis Of Available Methodology
Comparing Various SDLC Models On The Basis Of Available MethodologyComparing Various SDLC Models On The Basis Of Available Methodology
Comparing Various SDLC Models On The Basis Of Available MethodologyIJMER
 
Software development life cycle.
Software development life cycle.Software development life cycle.
Software development life cycle.RishavChandel1
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)ijceronline
 
IRJET- Study on Agile Management in Construction Project using Scrumban Metho...
IRJET- Study on Agile Management in Construction Project using Scrumban Metho...IRJET- Study on Agile Management in Construction Project using Scrumban Metho...
IRJET- Study on Agile Management in Construction Project using Scrumban Metho...IRJET Journal
 
AGILE METHODOLOGIES PRESENTATION BY OLIVER TORRES
AGILE  METHODOLOGIES PRESENTATION BY OLIVER TORRESAGILE  METHODOLOGIES PRESENTATION BY OLIVER TORRES
AGILE METHODOLOGIES PRESENTATION BY OLIVER TORRES1410166
 

Similar a Agile projectdevelopment (20)

Agile process
Agile processAgile process
Agile process
 
Agile process
Agile processAgile process
Agile process
 
Unit -1.ppt
Unit -1.pptUnit -1.ppt
Unit -1.ppt
 
A NOVEL METHOD FOR REDUCING TESTING TIME IN SCRUM AGILE PROCESS
A NOVEL METHOD FOR REDUCING TESTING TIME IN SCRUM AGILE PROCESSA NOVEL METHOD FOR REDUCING TESTING TIME IN SCRUM AGILE PROCESS
A NOVEL METHOD FOR REDUCING TESTING TIME IN SCRUM AGILE PROCESS
 
My 15 day intern report
My 15 day intern reportMy 15 day intern report
My 15 day intern report
 
AGILE & AGILE FRAMEWORKS.pptx
AGILE & AGILE FRAMEWORKS.pptxAGILE & AGILE FRAMEWORKS.pptx
AGILE & AGILE FRAMEWORKS.pptx
 
Upstate CSCI 540 Agile Development
Upstate CSCI 540 Agile DevelopmentUpstate CSCI 540 Agile Development
Upstate CSCI 540 Agile Development
 
MAPPING OF TRADITIONAL SOFTWARE DEVELOPMENT METHODS TO AGILE METHODOLOGY
MAPPING OF TRADITIONAL SOFTWARE DEVELOPMENT METHODS TO AGILE METHODOLOGYMAPPING OF TRADITIONAL SOFTWARE DEVELOPMENT METHODS TO AGILE METHODOLOGY
MAPPING OF TRADITIONAL SOFTWARE DEVELOPMENT METHODS TO AGILE METHODOLOGY
 
Mapping of traditional software development methods to agile methodology
Mapping of traditional software development methods to agile methodologyMapping of traditional software development methods to agile methodology
Mapping of traditional software development methods to agile methodology
 
Software Development Life Cycle: Traditional and Agile- A Comparative Study
Software Development Life Cycle: Traditional and Agile- A Comparative StudySoftware Development Life Cycle: Traditional and Agile- A Comparative Study
Software Development Life Cycle: Traditional and Agile- A Comparative Study
 
International journal of computer science and innovation vol 2015-n2-paper3
International journal of computer science and innovation  vol 2015-n2-paper3International journal of computer science and innovation  vol 2015-n2-paper3
International journal of computer science and innovation vol 2015-n2-paper3
 
Seminar COTB25.pptx
Seminar COTB25.pptxSeminar COTB25.pptx
Seminar COTB25.pptx
 
Comparing Various SDLC Models On The Basis Of Available Methodology
Comparing Various SDLC Models On The Basis Of Available MethodologyComparing Various SDLC Models On The Basis Of Available Methodology
Comparing Various SDLC Models On The Basis Of Available Methodology
 
Software development life cycle.
Software development life cycle.Software development life cycle.
Software development life cycle.
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
 
Scrum
Scrum Scrum
Scrum
 
IRJET- Study on Agile Management in Construction Project using Scrumban Metho...
IRJET- Study on Agile Management in Construction Project using Scrumban Metho...IRJET- Study on Agile Management in Construction Project using Scrumban Metho...
IRJET- Study on Agile Management in Construction Project using Scrumban Metho...
 
AGILE METHODOLOGIES PRESENTATION BY OLIVER TORRES
AGILE  METHODOLOGIES PRESENTATION BY OLIVER TORRESAGILE  METHODOLOGIES PRESENTATION BY OLIVER TORRES
AGILE METHODOLOGIES PRESENTATION BY OLIVER TORRES
 
Presentation on Agile Testing
Presentation on Agile TestingPresentation on Agile Testing
Presentation on Agile Testing
 
I
II
I
 

Más de Jainul Musani

Más de Jainul Musani (20)

React js t8 - inlinecss
React js   t8 - inlinecssReact js   t8 - inlinecss
React js t8 - inlinecss
 
React js t7 - forms-events
React js   t7 - forms-eventsReact js   t7 - forms-events
React js t7 - forms-events
 
React js t6 -lifecycle
React js   t6 -lifecycleReact js   t6 -lifecycle
React js t6 -lifecycle
 
React js t5 - state
React js   t5 - stateReact js   t5 - state
React js t5 - state
 
React js t4 - components
React js   t4 - componentsReact js   t4 - components
React js t4 - components
 
React js t3 - es6
React js   t3 - es6React js   t3 - es6
React js t3 - es6
 
React js t2 - jsx
React js   t2 - jsxReact js   t2 - jsx
React js t2 - jsx
 
React js t1 - introduction
React js   t1 - introductionReact js   t1 - introduction
React js t1 - introduction
 
ExpressJs Session01
ExpressJs Session01ExpressJs Session01
ExpressJs Session01
 
NodeJs Session03
NodeJs Session03NodeJs Session03
NodeJs Session03
 
NodeJs Session02
NodeJs Session02NodeJs Session02
NodeJs Session02
 
Nodejs Session01
Nodejs Session01Nodejs Session01
Nodejs Session01
 
Java exercise1
Java exercise1Java exercise1
Java exercise1
 
Fundamentals of JDBC
Fundamentals of JDBCFundamentals of JDBC
Fundamentals of JDBC
 
Core Java Special
Core Java SpecialCore Java Special
Core Java Special
 
Core Java Special
Core Java SpecialCore Java Special
Core Java Special
 
Cassandra-vs-MongoDB
Cassandra-vs-MongoDBCassandra-vs-MongoDB
Cassandra-vs-MongoDB
 
MongoDB-SESSION03
MongoDB-SESSION03MongoDB-SESSION03
MongoDB-SESSION03
 
MongoDB-SESSION02
MongoDB-SESSION02MongoDB-SESSION02
MongoDB-SESSION02
 
MongoDB-SESION01
MongoDB-SESION01MongoDB-SESION01
MongoDB-SESION01
 

Último

Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfchloefrazer622
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Celine George
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajanpragatimahajan3
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfJayanti Pande
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsTechSoup
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104misteraugie
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesFatimaKhan178732
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphThiyagu K
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Disha Kariya
 

Último (20)

Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajan
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and Actinides
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..
 

Agile projectdevelopment

  • 1. Agile Process & Methodologies A Comparative Study of Agile Processes Guide to other software development process model JAINUL 1
  • 2. Agile Process & Methodologies Agility Meaning Alertness Liveliness Attentiveness Consciousness Openness Sensitiveness Wakefulness Watchfulness Attention Prudence Vigilance JAINUL 2
  • 3. Agile Process & Methodologies Agile processes have important applications in the areas of  software project management,  software schedule management JAINUL 3
  • 4. Agile Process & Methodologies Agile processes is to  Satisfy Customer  Faster development times  Lower defects rate JAINUL 4
  • 5. Agile Process & Methodologies Today’s Session is to compares the Agile processes with Other SDLC models Also Advantages, and Drawbacks as well JAINUL 5
  • 6. Agile Process & Methodologies Commonly SDLC has two main considerations: 1) To emphasize on process and 2) Quality of the software and process JAINUL 6
  • 7. Agile Process & Methodologies Agile software processes is  An iterative and   Iterative development and  JAINUL Incremental planning, Time boxing. 7
  • 8. Agile Process & Methodologies It is a theoretical framework that promotes foreseen interactions throughout the development cycle. There are several SDLC models like SPIRAL, WATERFALL, RAD which has their own advantages. JAINUL 8
  • 9. Agile Process & Methodologies The SDLC activities such as planning, analysis, design, coding, testing and maintenance which need to be performed according to the demand of the customer. JAINUL 9
  • 10. Agile Process & Methodologies Agile process is itself a software development process. Agile process is an iterative approach in which customer satisfaction is at highest priority as the customer has direct involvement in evaluating the software. JAINUL 10
  • 11. Agile Process & Methodologies The agile process follows the SDLC which includes requirements gathering, analysis, design, coding, testing, and delivers partially implemented software and waits for the customer feedback. JAINUL 11
  • 12. Agile Process & Methodologies JAINUL 12
  • 13. Agile Process & Methodologies Characteristics of Agile Projects  Less planning and  Divides the tasks into small increments  Meant for short term projects  with an effort of team work JAINUL 13
  • 14. Agile Process & Methodologies The JAINUL involvement of software team management with customers reduces the risks associated with the software. This agile process is an iterative process in which changes can be made according to the customers satisfaction. In agile process new features can be added easily by using multiple iterations. 14
  • 15. Agile Process & Methodologies 1) 2) JAINUL Iterative: The main objective of agile software processes is satisfaction of customers, so it focuses on single requirement with multiple iterations. Modularity: Agile process decomposes the complete system into manageable pieces called modules. Modularity plays a major role in software development processes. 15
  • 16. Agile Process & Methodologies 3) 4) JAINUL Time Boxing: As agile process is iterative in nature, it requires the time limits on each module with respective cycle. Parsimony: In agile processes parsimony is required to mitigate risks and achieve the goals by minimal number of modules. 16
  • 17. Agile Process & Methodologies 5) 6) JAINUL Incremental: iterative in nature, each increment is independent of others, and at last all increments are integrated into complete system. Adaptive: The adaptive characteristics of agile process allows adapting the processes to attack the new risks and allows changes in the real time requirements. 17
  • 18. Agile Process & Methodologies 7) 8) JAINUL Convergent: All the risks associated with each increment are convergent in agile process by using iterative and incremental approach. Collaborative: As agile process is modular in nature, different modules need to be integrated at the end of the software development process. 18
  • 19. Agile Process & Methodologies 9) JAINUL People Oriented: In the agile processes customer satisfaction is the first priority over the technology and process. A good software development team increases the performance and productivity of the software. 19
  • 20. Agile Process & Methodologies METHODOLOGIES There are three widely used methodologies in the industry… 1) Extreme Programming (XP) 2) SCRUM 3) Feature Driven Development (FDD) JAINUL 20
  • 21. Agile Process & Methodologies Extreme Programming (XP) XP is the most successful method of developing agile software because of its focus on customer satisfaction. XP requires maximum customer interaction to develop the software. JAINUL 21
  • 22. Agile Process & Methodologies Extreme Programming (XP) XP divides the entire software development life cycle into several number of short development cycles. XP welcomes and incorporates changes or requirements from the customers at any phase of the development life cycle. JAINUL 22
  • 23. Agile Process & Methodologies Complete Agile process using XP method. JAINUL 23
  • 24. Agile Process & Methodologies Extreme Programming (XP) starts with collecting user requirements. JAINUL Depending on the requirements, whole development process is divided into several small no of cycles. Next phase is iteration planning i.e. deciding the number of cycles, prioritizing the requirements and estimating the amount of effort required to implement each cycle. 24
  • 25. Agile Process & Methodologies Extreme Programming (XP) Now each iteration is developed using pair programming. During the development phase new user requirements may come and the iteration plan should be adjusted according to that. Next step is to test the latest developed version for bugs, if detected; the bugs will be removed in the next iteration. JAINUL 25
  • 26. Agile Process & Methodologies Extreme Programming (XP) After every acceptance testing project tracing should be done in which feedback is taken from the project that how much job has already been done. XP has introduced many new things for developers like pair programming, extensive code review, code refactoring and open workspace. JAINUL 26
  • 27. Agile Process & Methodologies SCRUM Scrum is another popular method of agile development through which productivity becomes very high. Scrum is basically based on incremental software development process. JAINUL 27
  • 28. Agile Process & Methodologies SCRUM In Scrum method the entire development cycle is divided into a series of iteration where each iteration is called as a sprint. Maximum duration of a sprint is 30 days. JAINUL 28
  • 29. Agile Process & Methodologies Agile process using SCRUM JAINUL 29
  • 30. Agile Process & Methodologies SCRUM The method starts with collecting user requirements but it is not expected that all the requirements should come out from the user at the beginning. User can change their mind at any time during development; they can add new features, remove or update some existing features. JAINUL 30
  • 31. Agile Process & Methodologies SCRUM Next phase is to prioritize the requirements and the list is known as product backlog. A proper planning for sprint should be done i.e. how many sprints are needed to develop the software, duration of the sprint, and what are the requirements from the product backlog should be implemented in each sprint. JAINUL 31
  • 32. Agile Process & Methodologies SCRUM This particular list is known as sprint backlog. During each sprint one sprint meeting is held every day to take the feedback how much work has been done. After each sprint we get a working increment of the software JAINUL 32
  • 33. Agile Process & Methodologies Feature Driven Development (FDD) FDD is one of the agile development methods. The key advantage of this method is to design the domain of the software to be produced before development. JAINUL 33
  • 34. Agile Process & Methodologies Feature Driven Development (FDD) JAINUL 34
  • 35. Agile Process & Methodologies Feature Driven Development (FDD) Starts with collecting the requirements from the users and building up the overall model of the project. Gives the clear idea about the scope of the software. Next step is to make a list of features which are the client-valued functions. JAINUL 35
  • 36. Agile Process & Methodologies Feature Driven Development (FDD) For example: 'Authenticate the password', ‘Calculate the salary for each employee', ‘Calculate the income-tax for each employee'. Several groups are made based on their domains i.e. related features are combined into a single group. JAINUL 36
  • 37. Agile Process & Methodologies Feature Driven Development (FDD) JAINUL Next step is to make a plan for developing the features. Each group of features is assigned to a development team which is headed by one chief programmer. Last step is modeling iteration in which first UML modeling is done for each feature and then developing that particular feature. This step continues unless all the features get implemented successfully. 37
  • 38. Agile Process & Methodologies ADVANTAGES 1) JAINUL Adaptive to the changing environment: In agile software development method, software is developed over several iterations. Each iteration is characterized by analysis, design, implementation and testing. 38
  • 39. Agile Process & Methodologies ADVANTAGES After each iteration the mini project is delivered to the customer for their use and feedback. Any changes that upgrade the software we welcome from the customer at any stage of development and that changes are implemented. JAINUL 39
  • 40. Agile Process & Methodologies ADVANTAGES 2) Ensures customer satisfaction: This methodology requires active customer involvement throughout the development. At the end what we get as the final product is of high quality and its ensures the customer satisfaction as the entire software is developed based on the requirements taken from customer. JAINUL 40
  • 41. Agile Process & Methodologies ADVANTAGES 3) Least documentation: JAINUL The documentation is short and to the point by agile team. Don't make documentation on internal design of the software. The documentation are product features list, duration for each iteration and date. It saves time of development and deliver the project in least possible time. 41
  • 42. Agile Process & Methodologies ADVANTAGES 4) Reduces risks of development: As the incremented mini software is delivered to the customers after every short development cycle and feedbacks are taken, it warns developers about the upcoming problems which many occur at the later stages of development. It also helps to discover errors quickly and they are fixed immediately. JAINUL 42
  • 43. Agile Process & Methodologies DISADVANTAGES 1) Customer interaction is the key factor: It is based on customer involvement because the entire project is developed according to the requirements given by the customers. So if the customer representative is not clear about the product features, the development process will go out of the track. JAINUL 43
  • 44. Agile Process & Methodologies DISADVANTAGES 2) Lack of documentation: Least documentation saves development time, on the other side its is a big disadvantage for developer. JAINUL 44
  • 45. Agile Process & Methodologies DISADVANTAGES JAINUL 2) Lack of documentation: Internal design is getting changed frequently depending on user requirements after every iteration, Difficult to maintain the detail documentation of design and implementation. So less available information, is very difficult for the new developers joined the team to understand the actual method to develop the software. 45
  • 46. Agile Process & Methodologies DISADVANTAGES JAINUL 3) Time consuming and wastage of resources because of constant change of requirements: If the customers are not satisfied by the partial software developed by certain iteration and they change their requirements then that incremented part is of no use. So it is the total wastage of time, effort and resources required to develop that increment. 46
  • 47. Agile Process & Methodologies DISADVANTAGES JAINUL 4) More helpful management than developer: The agile methodology helps management to take decisions about the software development, set goals for developers and fix the deadline for them. But it is very difficult for the baseline developers to cope up with the ever changing environment and every time changing the design, code based on just in time requirements. 47
  • 48. Agile Process & Methodologies CONCLUSION Agile Project is much better than other software development process in terms of __  Productivity  Performance  Faster time cycles  Risk Analysis A.P. is normally implemented in Web based applications and Testing Tools. JAINUL 48