SlideShare a Scribd company logo
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 02 Issue: 08 | Aug-2013, Available @ http://www.ijret.org 125
AGILE SOFTWARE DEVELOPMENT AND CHALLENGES
Kiran Jammalamadaka1
, V Rama Krishna2
1 Research Scholar, Computer Science, K L University, Andhra Pradesh, India, JVSKKIRAN@GMAIL.COM
2 Asst. Professor, Computer Science, K L University, Andhra Pradesh, India, VRAMAKRISHNA@KLUNIVERSITY.IN
Abstract
Loyal and steady customer base alone can keep the organizations successful in the current turbulent business environment. In the
current era of software engineering, the success of a business process is measured in terms of „customer satisfaction‟ rather than any
other criteria like meeting deadlines for delivery, optimization of data, architecture etc. Day by day, customers are turning out to be
more demanding, as their expectations from the software are growing. In order to achieve customer satisfaction in a meaningful way,
software engineers are looking for more effective development models. “Agile” is one such model, that fits the bill and therefore
industry is looking at with interest .Is agile better than traditional waterfall model will agile work effectively with distributed teams
which is most common in the current software engineering Phenomenon.
This paper highlights a few challenges with Agile->scrum and gives an insight to the user whether the agile is THE SILVER BULLET
.
Index Terms: waterfall, Agile, Scrum, XP, distributed teams
-----------------------------------------------------------------------***-----------------------------------------------------------------------
1. INTRODUCTION
Broadly, software development models can be classified into
two major buckets [2]
1. Predictive
2. Adaptive
For considerable time, majority of the industry players are
using waterfall model, a major base for predictive models.
However, the said model has its own drawbacks in terms of
delivering the business process to the customer. As the name
suggests, the waterfall model is based upon a few assumptions
like clear understanding of the requirements (which is getting
nearly impossible in the current situation). The size as well as
complexity of business process is drastically increasing in tune
with the continuously evolving software industry.
However, here are a few pitfalls of the waterfall model.
A few pitfalls of waterfall model
Requirements need to be frozen upfront [16]:
Most of the projects fail at the „problem defining stage‟. More
clarity towards „what is required‟. Requirement is the base and
almost a starting point for many projects. Most of the defect
origins may reside at this stage, however project manager or
the processes are not only responsible for this stage and there
could be various other reasons like
 Customers themselves are not clear about what they
expect from the software
 Customers may not have been consulted frequently
enough for tracking the project development and are
not made a party to the interim testing
 Customers may fail to visualize the whole business
process until completion.
However customer is the paymaster. Proactively foreseeing
probable deviations rather than blaming them would pay
towards quality long-term relationship.
Rigid System: [10] As customer realizes the ideal business
process after completion. The most observed scenario is the
customer may add more or alter the requirements as the time
progress as Customer may find new needs, but even a simple
change request from the customer may require a fundamental
redesign of the system and sometimes may cause severe
„bugs‟. This is becoming a major hurdle for customer to cope
up with the current trends of concerned market.
Predicting/foreseeing all problems upfront: In waterfall
model the project manager has to predict/foresee all the risks
and problems upfront that are going to be emerged in real
business process environment which is not practical, more
over causes firefighting, schedule over runs and stretching
which in turn cause serious quality concerns
Heavyweight: The bureaucratic nature of the waterfall model
is frequently criticized. It is often observed that there were so
many things to be attended, which do not directly affect the
project more over slow down the pace of the project.
Though, there may be many reasons that contribute to the
failure of the project, undoubtedly the above reasons are major
ones.
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 02 Issue: 08 | Aug-2013, Available @ http://www.ijret.org 126
Here is some such data collected from [11]
 $80 -145 billion per year is spent on failed and
cancelled projects (The Standish Group International,
Inc.)
 25% - 40% of all spending on projects is wasted
as a result of re-work (Carnegie Mellon)
 50% are rolled back out of production (Gartner)
 40% of problems are found by end users (Gartner)
 Poorly defined applications led to a persistent
miscommunication between business and IT. This
contributes to a 66% project failure rate for these
applications, costing U.S. businesses at least $30
billion every year (Forrester Research)
 60% - 80% of project failures can be attributed
directly to poor requirements gathering, analysis, and
management (Meta Group)
 Nearly two thirds of all IT projects fail or run into
trouble.
Addressing such concerns has become a primary goal for any
organization. However, if the predictive models are somewhat
ineffective then it‟s a good time to see at other developing
models, which are cost effective and promise on time and
qualitative in nature.
For various reasons traditional development methods are not
always feasible for all kinds of projects in this rapidly
changing business environment. However “Agile” can be
claimed as an alternative, which was proposed by Kent Beck
and team
Agile is a set of software development methodologies, which
are fundamentally based on some common principles [1], [3],
Agile is to have frequent inspection and adaptation in line with
customer expectations and needs.
Agile is based on a few principles detailed below.
• KIS [Keep it simple] approach
• Customer satisfaction
• Working software is the measure of progress
• Working software is delivered in frequent intervals
• Late changes in requirements can be accommodated
• Face to face communication with in teams
• Self organizing teams
• Attention to technical excellence and good design
• Adoption to change
• Projects are built around motivated individuals.
*Mentioned only a few
Agile Flavors
Today‟s most of the agile projects fall in any of the
following flavors.
*Mentioned only a few
Extreme programming (XP)
This is one of the most commonly used methods across the
world. XP is basically based on these values [8].
1. Communication
2. Simplicity
3. Feedback
4. Courage
Customers will be providing their requirements in the form of
user stories, which are basically non-technical write-ups.
These user stories will further break up into tasks.
The development will take place in small iterations, in each of
the iteration a bunch of tasks will be addressed, developers
will be working in pairs and performing unit tests and frequent
code integrations. Ideally, Customers will be involved closely
for a rapid feedback recommendation. Testing will be done in
the form of unit tests and acceptance tests.
Scrum
Scrum is another popular development method
The major activities in this method are [12].
1. Sprint Planning
2. Sprint Review
3. Scrum Meeting
„Product backlog‟ which is a list of features prioritized by the
product owner from which the team will be picking up the
activities for each iteration, Scrum master facilitates daily
Sprint meetings with Product owner and team, where in each
individuals will be explaining the status of their current task
and what they are going to do next day
A Sprint is usually spans from 2 –4 weeks, at the end of each
sprint, team should have working software
Dynamic System Development Method
The DSDM method is an extension of Rapid Application
development. The DSDM will emphasize on continues
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 02 Issue: 08 | Aug-2013, Available @ http://www.ijret.org 127
customer involvement. DSDM are more suitable method for
those projects, which are on tight schedules and budgets. The
estimations will be based on functionality rather than the Lines
of Code [8].
DSDM Project life cycle has 4 stages
1. Study
2. Functional Model Iteration
3. Design and Build
4. Implementation
DSDM provides incremental iterative approach and also
provides some core techniques called Time Boxing,
Prototyping, Testing, Workshop etc.,
The main objective of the DSDM method is to keep the
project in control of budget and timelines
Crystal Methodologies
Crystal family of methodologies was started before agile
manifesto and its one of the founder of agile methodologies.
It‟s a family of methodologies. [9].
All Crystal methods have 3 Priorities and 3 Properties
Priorities:
1. Safety
2. Efficiency
3. Habitability
Properties:
1. Frequent Delivery
2. Reflective Improvement
3. Close Communication
Crystal is a family of Human-Powered, Adaptive, Ultra-light
and Stretch-to-fit methodologies
Crystal is more focused on People rather than process or its
architecture
Agile & Waterfall model
The stages of waterfall model can be mapped to agile
development model [15].
Challenges in Agile
In The 2013 State of Agile Development survey [13]
, conducted by VersionOne says 83% of the responders are
using agile software development, however Agile may not be
the silver bullet or the destination for the software
development it has his own challenges which may force to re
think to adopt agile as a software development methodology
In the current phenomenon of software engineering, most of
the companies have distributed environment for their Project
execution or Product development, a typical scenario would be
Designing will be at western countries, Architecture would be
at Europe, Test automation and product development at India
and testing would be at China, it‟s a typical scenario we
observe the whole project spread across the world
Note: The above-mentioned scenario is just an example.
Anything can happen anywhere in the world however.
It spreads across the world
In a recent survey conducted by Version one 57% stated that
their teams are distributed [13], and the figure is growing as
industry considers distributed development as a cost effective
model
The major challenges with Distributed environments are
Communication:
[5].In any project/product development communication is the
main medium to connect all the stakeholders including
customer and keeping everyone on the same page.
Agile insists about co location and Daily scrum of the team
members to avoid any communication gap, however in
distributed environment its not feasible to co locate all the
stake holders at one place because of time zones and
Language barriers.
A workable solution would be agree upon a common time slot
for having scrum calls with video conferencing, and use
instant messengers to communicate with colleagues, however
we team need to be very planned to sort out issues soon after
scrum having a technical discussion individually, to achieve
this one needs a good planning skills
However it‟s very highly uncomfortable to have technical
discussions over the phone and video conferences.
Agile is for highly Motivated and Skilled individuals:
One of the pitfalls we hear about Agile is, it is meant for
skilled and motivated individuals. In Agile, work assignment
is not done as a separate process, team proactively picks the
tasks from the backlog and no control over the estimation.
Trust plays a major role in it, however it may not be practical
for all. Un like in waterfall no Sr. technical person review the
estimation of the tasks, as the back log comes very fresh no
one could spend time to understand the depth so to be on safe
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 02 Issue: 08 | Aug-2013, Available @ http://www.ijret.org 128
side its always been estimated high, understanding the
philosophy of agile is also very important, I would like to
quote an example,
In one organization, where the team recently adopted the
Agile scrum, after some time they are referring to an spread
sheet for tracking bugs, I was surprised to see why they
dependent on a spread sheet where as a sophisticated bug
tracking tool is available, when I enquired about it they
answered “we are using agile so we won‟t log defects in bug
tracking tool”, then I understood that they want to address the
defects soon they were identified, as the defects list is piling
up team started forgetting the defects and they were worried
that the defects may slip to customers, so to avoid that they are
tracking the defects in a spread sheet, its sounds funny but it‟s
the ground reality
Reverse Planning:
When team recently adopts the agile, one observation was that
the same team used to spend long hours to finish their tasks,
soon after they got trained on the agile, team left on time, no
one suggests to stretch or stay long hours, however the point is
team is tend to be more relaxed, surprisingly the same team
will do night outs to finish the task on time as the higher
management committed a date.
Though the above differs from the agile principles, it happens
in the reality especially for legacy projects, higher
management announces the date to the public or to the
customers, so team starts reverse planning to meet the date as
the features and time is already committed.
Flexible Scope:
Agile talks about continues working bug free software
delivery to the customer with a demo, since the customer starts
using and comes up with more ideas to be implemented which
increases the scope of the development though it‟s a trivial
change from the customer perspective it could be a vital from
technical perspective, in such scenarios scrum master should
stop the change in the scope, however most of the projects are
customer driven projects for various reasons and to make
customer happy always team had to accept the change without
moving the deadline
Agile is known for accepting the requirements at any stage,
this cannot be the ground reality though it‟s a software change
is not a small thing to accommodate
Very difficult to estimate the efforts required which is very
critical for budgeting, as no one knows about the whole
requirements, more often after starting the tasks- the team will
identify more tasks to be in order to finish the task which will
affect the estimates
Involving customer in daily meeting helps a lot. However, It
ignites more ideas to customer, though it is good it increases
the scope of work to be done
Immediate Customer adoption:
Agile‟ s most important principle is to be in touch with the
customer as close as possible by delivering the working
software so that the customer will be engaged, however this
may not work well for the products which involves good
deployment time and customer cannot invest again and again
on the deployment for every increment as it involves many
tasks like up gradation, compatibility and data migration last
but the not the least customization, unless it‟s a web based its
really hard to see the continues delivery to the customer, if
team is looking this is the only reason to adopt agile then
better to re think.
Everything is TEAM:
Agile is more about people than process, which is conflicting
with CMM. As CMM demands more documentation and more
focus on process rather than people, however agile doesn‟t say
not to documentation and says its team‟s decision. The
common word we hear in agile teams is its TEAM decision
and TEAM is responsible the TEAM concept is very good in a
way to avoid blame games and pressures, however TEAM
won‟t work for responsibility though its TEAMS
responsibility one persons should own and perform the task
who owns is a question, it‟s a common question every one
faces it and most will address the same with ease by creating
the stories and assigning the owner, however that is not in the
scope of this paper.
Most of people think agile methodologies built around highly
skilled and experienced individuals in order to respond
quickly to the change and not suitable for less experienced
people
Most of the People will not consider Agile for critical
applications, Outsourcing and Legacy Software development
Another criticism about Agile is time management, in
meetings as well in completing the tasks. Agile demands good
time management skills from each and every stakeholders of
the project. Maintaining time management skill for long is a
challenge
Various authors addressed the above-mentioned challenges
with some best practices, and some explained them as Myths
[14]. However the scope of this paper is not to go in details of
them
However, every organization has to evaluate agile and
waterfall models in order to determine the applicability based
on the above discussion, some teams may conclude that Agile
or waterfall is not their cup of tea. It is perfectly fine provided
the decision is made up on the facts rather than assumptions.
CONCLUSION
The scope of this paper is not to ascertain or recommend the
best model. Of course, each model has got its own merits and
demerits. Whether or not to use a certain software
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 02 Issue: 08 | Aug-2013, Available @ http://www.ijret.org 129
development methodology/tool is very critical and depends on
a host of factors including but not limited to organizational
culture, flexibility offered by the customer, customer
awareness and knowledge about what he wants
However, the paper is intended to deal and come out with a
fair comparison of the models and make the users aware of the
characteristics of each, in order to enable them to match the
same with their experience.
Understanding the differences among various methods
improves the decision-making regarding selection of the most
suitable methodology in a suitable way.
If your current model is working fine for you stick to it Agile
is not a fashion.
REFERENCES:
[1]. Thesis, Jonna Kalermo and Jenni rissanen, “Agile
software development in theory and practice”
[2].http://www.martinfowler.com/articles/newMethodology.ht
ml
[3].http://www.agilemanifesto.org
[4].http://www.agilesoftwaredevelopment.com
[5]. http://www.drdobbs.com/architecture-and-design/the-
distributed-agile-team/212201434?pgno=3
[6].http://en.wikipedia.org/wiki/Agile_software_development
[7].http://en.wikipedia.org/wiki/Dynamic_Systems_Developm
ent_Method
[8]. http://en.wikipedia.org/wiki/Extreme_programming
[9].http://alistair.cockburn.us/Crystal+methodologies
[10].http://www.ccpace.com/Resources/documents/AgileProje
ctManagement.pdf
[11].Kathleen B. Hass, “TIPS & TECHNIQUES The Blending
of Traditional and Agile Project Management”,PM World
Today, May 2007 (Vol. IX, Issue V),
http://cs.anu.edu.au/courses/COMP3120/local_docs/readings/t
he-blending-of-traditional-and-agile-project-management.pdf
[12]. Prof. James Noble, Dr. Stuart Marshall
http://nzcsrsc08.canterbury.ac.nz/site/proceedings/Individual_
Papers/pg218_Agile_Project_Management.pdf
[13].3rd Annual Survey: 2008 “The State of Agile
Development”.
[14].
http://www.versionone.com/pdf/AgileMyths_BetterSof
tware.pdf
[15]. Huo, M. et. al. Software Quality and Agile Methods. In
Proceedings of the 28th Annual International Computer
Software and Applications Conference (COMPSAC'04). IEEE
520-525, Hong Kong. September 2004. May be found at:
http://csdl.computer.org/comp/proceedings/compsac/2004/220
9/01/220910520abs.htm
[16]. Presentation by Yogi Berra on
Software Development Life Cycle (SDLC)
BIOGRAPHIES:
Kiran Jammalamadaka received
his MCA from Acharya
Nagarjuna University, India. He is
currently associated with GE India
as a Software technical leader. His
interests include Software
engineering, Agile->Scrum and
automated debugging.
V. Ramakrishna received his PhD
from Acharya Nagarjuna
University, India in 2011.He is
currently associated with K L
University, India as an Associate
Professor. His general research
interests are Software Engineering
and Neural Networks.

More Related Content

What's hot

Modern Elicitation Process
Modern Elicitation ProcessModern Elicitation Process
Modern Elicitation Process
Rajon
 
IRJET- Development Operations for Continuous Delivery
IRJET- Development Operations for Continuous DeliveryIRJET- Development Operations for Continuous Delivery
IRJET- Development Operations for Continuous Delivery
IRJET Journal
 
SE18_SE_Lec 12_ Project Management 1
SE18_SE_Lec 12_ Project Management 1SE18_SE_Lec 12_ Project Management 1
SE18_SE_Lec 12_ Project Management 1
Amr E. Mohamed
 
Exploratory Analysis of Pakistan Software Industry on Quality Improvement by ...
Exploratory Analysis of Pakistan Software Industry on Quality Improvement by ...Exploratory Analysis of Pakistan Software Industry on Quality Improvement by ...
Exploratory Analysis of Pakistan Software Industry on Quality Improvement by ...
International Journal of Computer and Communication System Engineering
 
Software developer
Software developerSoftware developer
Software developer
ashrafulislam293
 
Defect Prevention Based on 5 Dimensions of Defect Origin
Defect Prevention Based on 5 Dimensions of Defect OriginDefect Prevention Based on 5 Dimensions of Defect Origin
Defect Prevention Based on 5 Dimensions of Defect Origin
ijseajournal
 
P44098087
P44098087P44098087
P44098087
IJERA Editor
 
http___www.irma-international.org_viewtitle_32970_
http___www.irma-international.org_viewtitle_32970_http___www.irma-international.org_viewtitle_32970_
http___www.irma-international.org_viewtitle_32970_
Abdul Hakeem
 
Pm soln9416141129710
Pm soln9416141129710Pm soln9416141129710
Pm soln9416141129710
Nikhil Todkar
 
Transitioning IT Projects to Operations Effectively in Public Sector : A Case...
Transitioning IT Projects to Operations Effectively in Public Sector : A Case...Transitioning IT Projects to Operations Effectively in Public Sector : A Case...
Transitioning IT Projects to Operations Effectively in Public Sector : A Case...
ijmpict
 
A study of critical success factors for adaption of agile methodology
A study of critical success factors for adaption of agile methodologyA study of critical success factors for adaption of agile methodology
A study of critical success factors for adaption of agile methodology
IAEME Publication
 
REQUIREMENT ENGINEERING: HOW TO MAKE IT COMPLETE AND CORRECT
REQUIREMENT ENGINEERING: HOW TO MAKE IT COMPLETE AND CORRECTREQUIREMENT ENGINEERING: HOW TO MAKE IT COMPLETE AND CORRECT
REQUIREMENT ENGINEERING: HOW TO MAKE IT COMPLETE AND CORRECT
AM Publications,India
 
Selection criterion and implementation of case tools in gap analysis towa
Selection criterion and implementation of case tools in gap analysis towaSelection criterion and implementation of case tools in gap analysis towa
Selection criterion and implementation of case tools in gap analysis towa
IAEME Publication
 
3.8 development methods
3.8 development methods3.8 development methods
3.8 development methods
mrmwood
 
Usability Evaluation Techniques for Agile Software Model
Usability Evaluation Techniques for Agile Software Model Usability Evaluation Techniques for Agile Software Model
Usability Evaluation Techniques for Agile Software Model
Saad, Ph.D (Health IT)
 
Scrum and Compliance (2013)
Scrum and Compliance (2013)Scrum and Compliance (2013)
Scrum and Compliance (2013)
Laszlo Szalvay
 
Sdt strw verification white paper
Sdt strw verification white paperSdt strw verification white paper
Sdt strw verification white paper
JamesWright
 
Ijcet 06 06_001
Ijcet 06 06_001Ijcet 06 06_001
Ijcet 06 06_001
IAEME Publication
 
Information systems development methodologies (autosaved)
Information systems development methodologies (autosaved)Information systems development methodologies (autosaved)
Information systems development methodologies (autosaved)
Vaska Shefteroska
 

What's hot (19)

Modern Elicitation Process
Modern Elicitation ProcessModern Elicitation Process
Modern Elicitation Process
 
IRJET- Development Operations for Continuous Delivery
IRJET- Development Operations for Continuous DeliveryIRJET- Development Operations for Continuous Delivery
IRJET- Development Operations for Continuous Delivery
 
SE18_SE_Lec 12_ Project Management 1
SE18_SE_Lec 12_ Project Management 1SE18_SE_Lec 12_ Project Management 1
SE18_SE_Lec 12_ Project Management 1
 
Exploratory Analysis of Pakistan Software Industry on Quality Improvement by ...
Exploratory Analysis of Pakistan Software Industry on Quality Improvement by ...Exploratory Analysis of Pakistan Software Industry on Quality Improvement by ...
Exploratory Analysis of Pakistan Software Industry on Quality Improvement by ...
 
Software developer
Software developerSoftware developer
Software developer
 
Defect Prevention Based on 5 Dimensions of Defect Origin
Defect Prevention Based on 5 Dimensions of Defect OriginDefect Prevention Based on 5 Dimensions of Defect Origin
Defect Prevention Based on 5 Dimensions of Defect Origin
 
P44098087
P44098087P44098087
P44098087
 
http___www.irma-international.org_viewtitle_32970_
http___www.irma-international.org_viewtitle_32970_http___www.irma-international.org_viewtitle_32970_
http___www.irma-international.org_viewtitle_32970_
 
Pm soln9416141129710
Pm soln9416141129710Pm soln9416141129710
Pm soln9416141129710
 
Transitioning IT Projects to Operations Effectively in Public Sector : A Case...
Transitioning IT Projects to Operations Effectively in Public Sector : A Case...Transitioning IT Projects to Operations Effectively in Public Sector : A Case...
Transitioning IT Projects to Operations Effectively in Public Sector : A Case...
 
A study of critical success factors for adaption of agile methodology
A study of critical success factors for adaption of agile methodologyA study of critical success factors for adaption of agile methodology
A study of critical success factors for adaption of agile methodology
 
REQUIREMENT ENGINEERING: HOW TO MAKE IT COMPLETE AND CORRECT
REQUIREMENT ENGINEERING: HOW TO MAKE IT COMPLETE AND CORRECTREQUIREMENT ENGINEERING: HOW TO MAKE IT COMPLETE AND CORRECT
REQUIREMENT ENGINEERING: HOW TO MAKE IT COMPLETE AND CORRECT
 
Selection criterion and implementation of case tools in gap analysis towa
Selection criterion and implementation of case tools in gap analysis towaSelection criterion and implementation of case tools in gap analysis towa
Selection criterion and implementation of case tools in gap analysis towa
 
3.8 development methods
3.8 development methods3.8 development methods
3.8 development methods
 
Usability Evaluation Techniques for Agile Software Model
Usability Evaluation Techniques for Agile Software Model Usability Evaluation Techniques for Agile Software Model
Usability Evaluation Techniques for Agile Software Model
 
Scrum and Compliance (2013)
Scrum and Compliance (2013)Scrum and Compliance (2013)
Scrum and Compliance (2013)
 
Sdt strw verification white paper
Sdt strw verification white paperSdt strw verification white paper
Sdt strw verification white paper
 
Ijcet 06 06_001
Ijcet 06 06_001Ijcet 06 06_001
Ijcet 06 06_001
 
Information systems development methodologies (autosaved)
Information systems development methodologies (autosaved)Information systems development methodologies (autosaved)
Information systems development methodologies (autosaved)
 

Viewers also liked

An overview of plastic card frauds and solutions for avoiding fraudster trans...
An overview of plastic card frauds and solutions for avoiding fraudster trans...An overview of plastic card frauds and solutions for avoiding fraudster trans...
An overview of plastic card frauds and solutions for avoiding fraudster trans...
eSAT Journals
 
Study on groundwater resources and drinking water safety of xiangcheng county...
Study on groundwater resources and drinking water safety of xiangcheng county...Study on groundwater resources and drinking water safety of xiangcheng county...
Study on groundwater resources and drinking water safety of xiangcheng county...
eSAT Journals
 
Holographic optical elements for beautification
Holographic optical elements for beautificationHolographic optical elements for beautification
Holographic optical elements for beautification
eSAT Journals
 
Removal of turbidity using electrocoagulation
Removal of turbidity using electrocoagulationRemoval of turbidity using electrocoagulation
Removal of turbidity using electrocoagulation
eSAT Journals
 
Performance study of photovoltaic solar cell
Performance study of photovoltaic solar cellPerformance study of photovoltaic solar cell
Performance study of photovoltaic solar cell
eSAT Journals
 
A novel approach for high speed convolution of finite and infinite length seq...
A novel approach for high speed convolution of finite and infinite length seq...A novel approach for high speed convolution of finite and infinite length seq...
A novel approach for high speed convolution of finite and infinite length seq...
eSAT Journals
 
The development of solar energy gas coupling system (scada) in buildings
The development of solar energy gas coupling system (scada) in buildingsThe development of solar energy gas coupling system (scada) in buildings
The development of solar energy gas coupling system (scada) in buildings
eSAT Journals
 
A new technique near minimum material zone, to reduce the weight of the com...
A new technique   near minimum material zone, to reduce the weight of the com...A new technique   near minimum material zone, to reduce the weight of the com...
A new technique near minimum material zone, to reduce the weight of the com...
eSAT Journals
 
Finite element analysis and parametric study of curved concrete box girder us...
Finite element analysis and parametric study of curved concrete box girder us...Finite element analysis and parametric study of curved concrete box girder us...
Finite element analysis and parametric study of curved concrete box girder us...
eSAT Journals
 
Replication of attacks in a wireless sensor network using ns2
Replication of attacks in a wireless sensor network using ns2Replication of attacks in a wireless sensor network using ns2
Replication of attacks in a wireless sensor network using ns2
eSAT Journals
 
Research on simulation of banking system for measuring the productivity of th...
Research on simulation of banking system for measuring the productivity of th...Research on simulation of banking system for measuring the productivity of th...
Research on simulation of banking system for measuring the productivity of th...
eSAT Journals
 
Adsorption of hydrogen sulfide using palm shell activated carbon
Adsorption of hydrogen sulfide using palm shell activated carbonAdsorption of hydrogen sulfide using palm shell activated carbon
Adsorption of hydrogen sulfide using palm shell activated carbon
eSAT Journals
 
Hand gesture based wheel chair with obstacle detection,wireless & gps tec...
Hand gesture based wheel chair with obstacle detection,wireless & gps tec...Hand gesture based wheel chair with obstacle detection,wireless & gps tec...
Hand gesture based wheel chair with obstacle detection,wireless & gps tec...
eSAT Journals
 
Design of an autonomous ornithopter with live video reception for military su...
Design of an autonomous ornithopter with live video reception for military su...Design of an autonomous ornithopter with live video reception for military su...
Design of an autonomous ornithopter with live video reception for military su...
eSAT Journals
 
Minimum distance based routing protocol for lifetime improvement in wireless ...
Minimum distance based routing protocol for lifetime improvement in wireless ...Minimum distance based routing protocol for lifetime improvement in wireless ...
Minimum distance based routing protocol for lifetime improvement in wireless ...
eSAT Journals
 
Design of intelligent transport related issue system based on arm7
Design of intelligent transport related issue system based on arm7Design of intelligent transport related issue system based on arm7
Design of intelligent transport related issue system based on arm7
eSAT Journals
 
Performance evaluation of an incorporation of a compact liquid desiccant syst...
Performance evaluation of an incorporation of a compact liquid desiccant syst...Performance evaluation of an incorporation of a compact liquid desiccant syst...
Performance evaluation of an incorporation of a compact liquid desiccant syst...
eSAT Journals
 
Behaviour of randomly distributed fiber reinforced soil
Behaviour of randomly distributed fiber reinforced soilBehaviour of randomly distributed fiber reinforced soil
Behaviour of randomly distributed fiber reinforced soil
eSAT Journals
 

Viewers also liked (18)

An overview of plastic card frauds and solutions for avoiding fraudster trans...
An overview of plastic card frauds and solutions for avoiding fraudster trans...An overview of plastic card frauds and solutions for avoiding fraudster trans...
An overview of plastic card frauds and solutions for avoiding fraudster trans...
 
Study on groundwater resources and drinking water safety of xiangcheng county...
Study on groundwater resources and drinking water safety of xiangcheng county...Study on groundwater resources and drinking water safety of xiangcheng county...
Study on groundwater resources and drinking water safety of xiangcheng county...
 
Holographic optical elements for beautification
Holographic optical elements for beautificationHolographic optical elements for beautification
Holographic optical elements for beautification
 
Removal of turbidity using electrocoagulation
Removal of turbidity using electrocoagulationRemoval of turbidity using electrocoagulation
Removal of turbidity using electrocoagulation
 
Performance study of photovoltaic solar cell
Performance study of photovoltaic solar cellPerformance study of photovoltaic solar cell
Performance study of photovoltaic solar cell
 
A novel approach for high speed convolution of finite and infinite length seq...
A novel approach for high speed convolution of finite and infinite length seq...A novel approach for high speed convolution of finite and infinite length seq...
A novel approach for high speed convolution of finite and infinite length seq...
 
The development of solar energy gas coupling system (scada) in buildings
The development of solar energy gas coupling system (scada) in buildingsThe development of solar energy gas coupling system (scada) in buildings
The development of solar energy gas coupling system (scada) in buildings
 
A new technique near minimum material zone, to reduce the weight of the com...
A new technique   near minimum material zone, to reduce the weight of the com...A new technique   near minimum material zone, to reduce the weight of the com...
A new technique near minimum material zone, to reduce the weight of the com...
 
Finite element analysis and parametric study of curved concrete box girder us...
Finite element analysis and parametric study of curved concrete box girder us...Finite element analysis and parametric study of curved concrete box girder us...
Finite element analysis and parametric study of curved concrete box girder us...
 
Replication of attacks in a wireless sensor network using ns2
Replication of attacks in a wireless sensor network using ns2Replication of attacks in a wireless sensor network using ns2
Replication of attacks in a wireless sensor network using ns2
 
Research on simulation of banking system for measuring the productivity of th...
Research on simulation of banking system for measuring the productivity of th...Research on simulation of banking system for measuring the productivity of th...
Research on simulation of banking system for measuring the productivity of th...
 
Adsorption of hydrogen sulfide using palm shell activated carbon
Adsorption of hydrogen sulfide using palm shell activated carbonAdsorption of hydrogen sulfide using palm shell activated carbon
Adsorption of hydrogen sulfide using palm shell activated carbon
 
Hand gesture based wheel chair with obstacle detection,wireless & gps tec...
Hand gesture based wheel chair with obstacle detection,wireless & gps tec...Hand gesture based wheel chair with obstacle detection,wireless & gps tec...
Hand gesture based wheel chair with obstacle detection,wireless & gps tec...
 
Design of an autonomous ornithopter with live video reception for military su...
Design of an autonomous ornithopter with live video reception for military su...Design of an autonomous ornithopter with live video reception for military su...
Design of an autonomous ornithopter with live video reception for military su...
 
Minimum distance based routing protocol for lifetime improvement in wireless ...
Minimum distance based routing protocol for lifetime improvement in wireless ...Minimum distance based routing protocol for lifetime improvement in wireless ...
Minimum distance based routing protocol for lifetime improvement in wireless ...
 
Design of intelligent transport related issue system based on arm7
Design of intelligent transport related issue system based on arm7Design of intelligent transport related issue system based on arm7
Design of intelligent transport related issue system based on arm7
 
Performance evaluation of an incorporation of a compact liquid desiccant syst...
Performance evaluation of an incorporation of a compact liquid desiccant syst...Performance evaluation of an incorporation of a compact liquid desiccant syst...
Performance evaluation of an incorporation of a compact liquid desiccant syst...
 
Behaviour of randomly distributed fiber reinforced soil
Behaviour of randomly distributed fiber reinforced soilBehaviour of randomly distributed fiber reinforced soil
Behaviour of randomly distributed fiber reinforced soil
 

Similar to Agile software development and challenges

Fromscrumtokanbantowardlean
FromscrumtokanbantowardleanFromscrumtokanbantowardlean
Fromscrumtokanbantowardlean
Luca Aliberti
 
A MAPPING MODEL FOR TRANSFORMING TRADITIONAL SOFTWARE DEVELOPMENT METHODS TO ...
A MAPPING MODEL FOR TRANSFORMING TRADITIONAL SOFTWARE DEVELOPMENT METHODS TO ...A MAPPING MODEL FOR TRANSFORMING TRADITIONAL SOFTWARE DEVELOPMENT METHODS TO ...
A MAPPING MODEL FOR TRANSFORMING TRADITIONAL SOFTWARE DEVELOPMENT METHODS TO ...
ijseajournal
 
Clone of an organization
Clone of an organizationClone of an organization
Clone of an organization
IRJET Journal
 
Scrum an agile process
Scrum an agile processScrum an agile process
Scrum an agile process
eSAT Publishing House
 
Scrum an agile process
Scrum  an agile processScrum  an agile process
Scrum an agile process
eSAT Journals
 
Sdpl1
Sdpl1Sdpl1
PROCESS MODELS.ppt
PROCESS MODELS.pptPROCESS MODELS.ppt
PROCESS MODELS.ppt
DrTThendralCompSci
 
“Scrumbear” framework for solving traditional scrum model problems
“Scrumbear” framework for solving traditional scrum model problems“Scrumbear” framework for solving traditional scrum model problems
“Scrumbear” framework for solving traditional scrum model problems
journalBEEI
 
30 8948 prakash paper64 (edit ndit)
30 8948 prakash paper64 (edit ndit)30 8948 prakash paper64 (edit ndit)
30 8948 prakash paper64 (edit ndit)
IAESIJEECS
 
30 8948 prakash paper64 (edit ndit)
30 8948 prakash paper64 (edit ndit)30 8948 prakash paper64 (edit ndit)
30 8948 prakash paper64 (edit ndit)
IAESIJEECS
 
Ijetcas14 545
Ijetcas14 545Ijetcas14 545
Ijetcas14 545
Iasir Journals
 
A User Story Quality Measurement Model for Reducing Agile Software Developmen...
A User Story Quality Measurement Model for Reducing Agile Software Developmen...A User Story Quality Measurement Model for Reducing Agile Software Developmen...
A User Story Quality Measurement Model for Reducing Agile Software Developmen...
ijseajournal
 
20100310 liwen-waterfall (1)
20100310 liwen-waterfall (1)20100310 liwen-waterfall (1)
20100310 liwen-waterfall (1)
Jyothi Vbs
 
Discussion Post 1A software process model is a streamlined port.docx
Discussion Post 1A software process model is a streamlined port.docxDiscussion Post 1A software process model is a streamlined port.docx
Discussion Post 1A software process model is a streamlined port.docx
madlynplamondon
 
Waterfall model
Waterfall modelWaterfall model
Waterfall model
Rangga Ananto
 
Perspectives on the adherance to scrum rules in software project management
Perspectives on the adherance to scrum rules in software project managementPerspectives on the adherance to scrum rules in software project management
Perspectives on the adherance to scrum rules in software project management
nooriasukmaningtyas
 
Report
ReportReport
Report
Meet Patel
 
Software engineering the process
Software engineering the processSoftware engineering the process
Software engineering the process
Dr. Anthony Vincent. B
 
Plagiarism Report SDLC 1.pdf
Plagiarism Report SDLC 1.pdfPlagiarism Report SDLC 1.pdf
Plagiarism Report SDLC 1.pdf
OmethSanchitha
 
The process
The processThe process
The process
prakashvs7
 

Similar to Agile software development and challenges (20)

Fromscrumtokanbantowardlean
FromscrumtokanbantowardleanFromscrumtokanbantowardlean
Fromscrumtokanbantowardlean
 
A MAPPING MODEL FOR TRANSFORMING TRADITIONAL SOFTWARE DEVELOPMENT METHODS TO ...
A MAPPING MODEL FOR TRANSFORMING TRADITIONAL SOFTWARE DEVELOPMENT METHODS TO ...A MAPPING MODEL FOR TRANSFORMING TRADITIONAL SOFTWARE DEVELOPMENT METHODS TO ...
A MAPPING MODEL FOR TRANSFORMING TRADITIONAL SOFTWARE DEVELOPMENT METHODS TO ...
 
Clone of an organization
Clone of an organizationClone of an organization
Clone of an organization
 
Scrum an agile process
Scrum an agile processScrum an agile process
Scrum an agile process
 
Scrum an agile process
Scrum  an agile processScrum  an agile process
Scrum an agile process
 
Sdpl1
Sdpl1Sdpl1
Sdpl1
 
PROCESS MODELS.ppt
PROCESS MODELS.pptPROCESS MODELS.ppt
PROCESS MODELS.ppt
 
“Scrumbear” framework for solving traditional scrum model problems
“Scrumbear” framework for solving traditional scrum model problems“Scrumbear” framework for solving traditional scrum model problems
“Scrumbear” framework for solving traditional scrum model problems
 
30 8948 prakash paper64 (edit ndit)
30 8948 prakash paper64 (edit ndit)30 8948 prakash paper64 (edit ndit)
30 8948 prakash paper64 (edit ndit)
 
30 8948 prakash paper64 (edit ndit)
30 8948 prakash paper64 (edit ndit)30 8948 prakash paper64 (edit ndit)
30 8948 prakash paper64 (edit ndit)
 
Ijetcas14 545
Ijetcas14 545Ijetcas14 545
Ijetcas14 545
 
A User Story Quality Measurement Model for Reducing Agile Software Developmen...
A User Story Quality Measurement Model for Reducing Agile Software Developmen...A User Story Quality Measurement Model for Reducing Agile Software Developmen...
A User Story Quality Measurement Model for Reducing Agile Software Developmen...
 
20100310 liwen-waterfall (1)
20100310 liwen-waterfall (1)20100310 liwen-waterfall (1)
20100310 liwen-waterfall (1)
 
Discussion Post 1A software process model is a streamlined port.docx
Discussion Post 1A software process model is a streamlined port.docxDiscussion Post 1A software process model is a streamlined port.docx
Discussion Post 1A software process model is a streamlined port.docx
 
Waterfall model
Waterfall modelWaterfall model
Waterfall model
 
Perspectives on the adherance to scrum rules in software project management
Perspectives on the adherance to scrum rules in software project managementPerspectives on the adherance to scrum rules in software project management
Perspectives on the adherance to scrum rules in software project management
 
Report
ReportReport
Report
 
Software engineering the process
Software engineering the processSoftware engineering the process
Software engineering the process
 
Plagiarism Report SDLC 1.pdf
Plagiarism Report SDLC 1.pdfPlagiarism Report SDLC 1.pdf
Plagiarism Report SDLC 1.pdf
 
The process
The processThe process
The process
 

More from eSAT Journals

Mechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavementsMechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavements
eSAT Journals
 
Material management in construction – a case study
Material management in construction – a case studyMaterial management in construction – a case study
Material management in construction – a case study
eSAT Journals
 
Managing drought short term strategies in semi arid regions a case study
Managing drought    short term strategies in semi arid regions  a case studyManaging drought    short term strategies in semi arid regions  a case study
Managing drought short term strategies in semi arid regions a case study
eSAT Journals
 
Life cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangaloreLife cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangalore
eSAT Journals
 
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materialsLaboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
eSAT Journals
 
Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...
eSAT Journals
 
Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...
eSAT Journals
 
Influence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizerInfluence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizer
eSAT Journals
 
Geographical information system (gis) for water resources management
Geographical information system (gis) for water resources managementGeographical information system (gis) for water resources management
Geographical information system (gis) for water resources management
eSAT Journals
 
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
eSAT Journals
 
Factors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concreteFactors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concrete
eSAT Journals
 
Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...
eSAT Journals
 
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
eSAT Journals
 
Evaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabsEvaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabs
eSAT Journals
 
Evaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in indiaEvaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in india
eSAT Journals
 
Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...
eSAT Journals
 
Estimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn methodEstimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn method
eSAT Journals
 
Estimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniquesEstimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniques
eSAT Journals
 
Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...
eSAT Journals
 
Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...
eSAT Journals
 

More from eSAT Journals (20)

Mechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavementsMechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavements
 
Material management in construction – a case study
Material management in construction – a case studyMaterial management in construction – a case study
Material management in construction – a case study
 
Managing drought short term strategies in semi arid regions a case study
Managing drought    short term strategies in semi arid regions  a case studyManaging drought    short term strategies in semi arid regions  a case study
Managing drought short term strategies in semi arid regions a case study
 
Life cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangaloreLife cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangalore
 
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materialsLaboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
 
Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...
 
Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...
 
Influence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizerInfluence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizer
 
Geographical information system (gis) for water resources management
Geographical information system (gis) for water resources managementGeographical information system (gis) for water resources management
Geographical information system (gis) for water resources management
 
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
 
Factors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concreteFactors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concrete
 
Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...
 
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
 
Evaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabsEvaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabs
 
Evaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in indiaEvaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in india
 
Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...
 
Estimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn methodEstimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn method
 
Estimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniquesEstimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniques
 
Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...
 
Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...
 

Recently uploaded

Properties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptxProperties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptx
MDSABBIROJJAMANPAYEL
 
学校原版美国波士顿大学毕业证学历学位证书原版一模一样
学校原版美国波士顿大学毕业证学历学位证书原版一模一样学校原版美国波士顿大学毕业证学历学位证书原版一模一样
学校原版美国波士顿大学毕业证学历学位证书原版一模一样
171ticu
 
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
IJECEIAES
 
Textile Chemical Processing and Dyeing.pdf
Textile Chemical Processing and Dyeing.pdfTextile Chemical Processing and Dyeing.pdf
Textile Chemical Processing and Dyeing.pdf
NazakatAliKhoso2
 
john krisinger-the science and history of the alcoholic beverage.pptx
john krisinger-the science and history of the alcoholic beverage.pptxjohn krisinger-the science and history of the alcoholic beverage.pptx
john krisinger-the science and history of the alcoholic beverage.pptx
Madan Karki
 
spirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptxspirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptx
Madan Karki
 
Engineering Drawings Lecture Detail Drawings 2014.pdf
Engineering Drawings Lecture Detail Drawings 2014.pdfEngineering Drawings Lecture Detail Drawings 2014.pdf
Engineering Drawings Lecture Detail Drawings 2014.pdf
abbyasa1014
 
Embedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoringEmbedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoring
IJECEIAES
 
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
IJECEIAES
 
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
insn4465
 
ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024
Rahul
 
Harnessing WebAssembly for Real-time Stateless Streaming Pipelines
Harnessing WebAssembly for Real-time Stateless Streaming PipelinesHarnessing WebAssembly for Real-time Stateless Streaming Pipelines
Harnessing WebAssembly for Real-time Stateless Streaming Pipelines
Christina Lin
 
Comparative analysis between traditional aquaponics and reconstructed aquapon...
Comparative analysis between traditional aquaponics and reconstructed aquapon...Comparative analysis between traditional aquaponics and reconstructed aquapon...
Comparative analysis between traditional aquaponics and reconstructed aquapon...
bijceesjournal
 
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.pptUnit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
KrishnaveniKrishnara1
 
UNLOCKING HEALTHCARE 4.0: NAVIGATING CRITICAL SUCCESS FACTORS FOR EFFECTIVE I...
UNLOCKING HEALTHCARE 4.0: NAVIGATING CRITICAL SUCCESS FACTORS FOR EFFECTIVE I...UNLOCKING HEALTHCARE 4.0: NAVIGATING CRITICAL SUCCESS FACTORS FOR EFFECTIVE I...
UNLOCKING HEALTHCARE 4.0: NAVIGATING CRITICAL SUCCESS FACTORS FOR EFFECTIVE I...
amsjournal
 
International Conference on NLP, Artificial Intelligence, Machine Learning an...
International Conference on NLP, Artificial Intelligence, Machine Learning an...International Conference on NLP, Artificial Intelligence, Machine Learning an...
International Conference on NLP, Artificial Intelligence, Machine Learning an...
gerogepatton
 
Material for memory and display system h
Material for memory and display system hMaterial for memory and display system h
Material for memory and display system h
gowrishankartb2005
 
Casting-Defect-inSlab continuous casting.pdf
Casting-Defect-inSlab continuous casting.pdfCasting-Defect-inSlab continuous casting.pdf
Casting-Defect-inSlab continuous casting.pdf
zubairahmad848137
 
Computational Engineering IITH Presentation
Computational Engineering IITH PresentationComputational Engineering IITH Presentation
Computational Engineering IITH Presentation
co23btech11018
 
LLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by Anant
LLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by AnantLLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by Anant
LLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by Anant
Anant Corporation
 

Recently uploaded (20)

Properties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptxProperties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptx
 
学校原版美国波士顿大学毕业证学历学位证书原版一模一样
学校原版美国波士顿大学毕业证学历学位证书原版一模一样学校原版美国波士顿大学毕业证学历学位证书原版一模一样
学校原版美国波士顿大学毕业证学历学位证书原版一模一样
 
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
 
Textile Chemical Processing and Dyeing.pdf
Textile Chemical Processing and Dyeing.pdfTextile Chemical Processing and Dyeing.pdf
Textile Chemical Processing and Dyeing.pdf
 
john krisinger-the science and history of the alcoholic beverage.pptx
john krisinger-the science and history of the alcoholic beverage.pptxjohn krisinger-the science and history of the alcoholic beverage.pptx
john krisinger-the science and history of the alcoholic beverage.pptx
 
spirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptxspirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptx
 
Engineering Drawings Lecture Detail Drawings 2014.pdf
Engineering Drawings Lecture Detail Drawings 2014.pdfEngineering Drawings Lecture Detail Drawings 2014.pdf
Engineering Drawings Lecture Detail Drawings 2014.pdf
 
Embedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoringEmbedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoring
 
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
 
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
 
ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024
 
Harnessing WebAssembly for Real-time Stateless Streaming Pipelines
Harnessing WebAssembly for Real-time Stateless Streaming PipelinesHarnessing WebAssembly for Real-time Stateless Streaming Pipelines
Harnessing WebAssembly for Real-time Stateless Streaming Pipelines
 
Comparative analysis between traditional aquaponics and reconstructed aquapon...
Comparative analysis between traditional aquaponics and reconstructed aquapon...Comparative analysis between traditional aquaponics and reconstructed aquapon...
Comparative analysis between traditional aquaponics and reconstructed aquapon...
 
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.pptUnit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
 
UNLOCKING HEALTHCARE 4.0: NAVIGATING CRITICAL SUCCESS FACTORS FOR EFFECTIVE I...
UNLOCKING HEALTHCARE 4.0: NAVIGATING CRITICAL SUCCESS FACTORS FOR EFFECTIVE I...UNLOCKING HEALTHCARE 4.0: NAVIGATING CRITICAL SUCCESS FACTORS FOR EFFECTIVE I...
UNLOCKING HEALTHCARE 4.0: NAVIGATING CRITICAL SUCCESS FACTORS FOR EFFECTIVE I...
 
International Conference on NLP, Artificial Intelligence, Machine Learning an...
International Conference on NLP, Artificial Intelligence, Machine Learning an...International Conference on NLP, Artificial Intelligence, Machine Learning an...
International Conference on NLP, Artificial Intelligence, Machine Learning an...
 
Material for memory and display system h
Material for memory and display system hMaterial for memory and display system h
Material for memory and display system h
 
Casting-Defect-inSlab continuous casting.pdf
Casting-Defect-inSlab continuous casting.pdfCasting-Defect-inSlab continuous casting.pdf
Casting-Defect-inSlab continuous casting.pdf
 
Computational Engineering IITH Presentation
Computational Engineering IITH PresentationComputational Engineering IITH Presentation
Computational Engineering IITH Presentation
 
LLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by Anant
LLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by AnantLLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by Anant
LLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by Anant
 

Agile software development and challenges

  • 1. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 02 Issue: 08 | Aug-2013, Available @ http://www.ijret.org 125 AGILE SOFTWARE DEVELOPMENT AND CHALLENGES Kiran Jammalamadaka1 , V Rama Krishna2 1 Research Scholar, Computer Science, K L University, Andhra Pradesh, India, JVSKKIRAN@GMAIL.COM 2 Asst. Professor, Computer Science, K L University, Andhra Pradesh, India, VRAMAKRISHNA@KLUNIVERSITY.IN Abstract Loyal and steady customer base alone can keep the organizations successful in the current turbulent business environment. In the current era of software engineering, the success of a business process is measured in terms of „customer satisfaction‟ rather than any other criteria like meeting deadlines for delivery, optimization of data, architecture etc. Day by day, customers are turning out to be more demanding, as their expectations from the software are growing. In order to achieve customer satisfaction in a meaningful way, software engineers are looking for more effective development models. “Agile” is one such model, that fits the bill and therefore industry is looking at with interest .Is agile better than traditional waterfall model will agile work effectively with distributed teams which is most common in the current software engineering Phenomenon. This paper highlights a few challenges with Agile->scrum and gives an insight to the user whether the agile is THE SILVER BULLET . Index Terms: waterfall, Agile, Scrum, XP, distributed teams -----------------------------------------------------------------------***----------------------------------------------------------------------- 1. INTRODUCTION Broadly, software development models can be classified into two major buckets [2] 1. Predictive 2. Adaptive For considerable time, majority of the industry players are using waterfall model, a major base for predictive models. However, the said model has its own drawbacks in terms of delivering the business process to the customer. As the name suggests, the waterfall model is based upon a few assumptions like clear understanding of the requirements (which is getting nearly impossible in the current situation). The size as well as complexity of business process is drastically increasing in tune with the continuously evolving software industry. However, here are a few pitfalls of the waterfall model. A few pitfalls of waterfall model Requirements need to be frozen upfront [16]: Most of the projects fail at the „problem defining stage‟. More clarity towards „what is required‟. Requirement is the base and almost a starting point for many projects. Most of the defect origins may reside at this stage, however project manager or the processes are not only responsible for this stage and there could be various other reasons like  Customers themselves are not clear about what they expect from the software  Customers may not have been consulted frequently enough for tracking the project development and are not made a party to the interim testing  Customers may fail to visualize the whole business process until completion. However customer is the paymaster. Proactively foreseeing probable deviations rather than blaming them would pay towards quality long-term relationship. Rigid System: [10] As customer realizes the ideal business process after completion. The most observed scenario is the customer may add more or alter the requirements as the time progress as Customer may find new needs, but even a simple change request from the customer may require a fundamental redesign of the system and sometimes may cause severe „bugs‟. This is becoming a major hurdle for customer to cope up with the current trends of concerned market. Predicting/foreseeing all problems upfront: In waterfall model the project manager has to predict/foresee all the risks and problems upfront that are going to be emerged in real business process environment which is not practical, more over causes firefighting, schedule over runs and stretching which in turn cause serious quality concerns Heavyweight: The bureaucratic nature of the waterfall model is frequently criticized. It is often observed that there were so many things to be attended, which do not directly affect the project more over slow down the pace of the project. Though, there may be many reasons that contribute to the failure of the project, undoubtedly the above reasons are major ones.
  • 2. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 02 Issue: 08 | Aug-2013, Available @ http://www.ijret.org 126 Here is some such data collected from [11]  $80 -145 billion per year is spent on failed and cancelled projects (The Standish Group International, Inc.)  25% - 40% of all spending on projects is wasted as a result of re-work (Carnegie Mellon)  50% are rolled back out of production (Gartner)  40% of problems are found by end users (Gartner)  Poorly defined applications led to a persistent miscommunication between business and IT. This contributes to a 66% project failure rate for these applications, costing U.S. businesses at least $30 billion every year (Forrester Research)  60% - 80% of project failures can be attributed directly to poor requirements gathering, analysis, and management (Meta Group)  Nearly two thirds of all IT projects fail or run into trouble. Addressing such concerns has become a primary goal for any organization. However, if the predictive models are somewhat ineffective then it‟s a good time to see at other developing models, which are cost effective and promise on time and qualitative in nature. For various reasons traditional development methods are not always feasible for all kinds of projects in this rapidly changing business environment. However “Agile” can be claimed as an alternative, which was proposed by Kent Beck and team Agile is a set of software development methodologies, which are fundamentally based on some common principles [1], [3], Agile is to have frequent inspection and adaptation in line with customer expectations and needs. Agile is based on a few principles detailed below. • KIS [Keep it simple] approach • Customer satisfaction • Working software is the measure of progress • Working software is delivered in frequent intervals • Late changes in requirements can be accommodated • Face to face communication with in teams • Self organizing teams • Attention to technical excellence and good design • Adoption to change • Projects are built around motivated individuals. *Mentioned only a few Agile Flavors Today‟s most of the agile projects fall in any of the following flavors. *Mentioned only a few Extreme programming (XP) This is one of the most commonly used methods across the world. XP is basically based on these values [8]. 1. Communication 2. Simplicity 3. Feedback 4. Courage Customers will be providing their requirements in the form of user stories, which are basically non-technical write-ups. These user stories will further break up into tasks. The development will take place in small iterations, in each of the iteration a bunch of tasks will be addressed, developers will be working in pairs and performing unit tests and frequent code integrations. Ideally, Customers will be involved closely for a rapid feedback recommendation. Testing will be done in the form of unit tests and acceptance tests. Scrum Scrum is another popular development method The major activities in this method are [12]. 1. Sprint Planning 2. Sprint Review 3. Scrum Meeting „Product backlog‟ which is a list of features prioritized by the product owner from which the team will be picking up the activities for each iteration, Scrum master facilitates daily Sprint meetings with Product owner and team, where in each individuals will be explaining the status of their current task and what they are going to do next day A Sprint is usually spans from 2 –4 weeks, at the end of each sprint, team should have working software Dynamic System Development Method The DSDM method is an extension of Rapid Application development. The DSDM will emphasize on continues
  • 3. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 02 Issue: 08 | Aug-2013, Available @ http://www.ijret.org 127 customer involvement. DSDM are more suitable method for those projects, which are on tight schedules and budgets. The estimations will be based on functionality rather than the Lines of Code [8]. DSDM Project life cycle has 4 stages 1. Study 2. Functional Model Iteration 3. Design and Build 4. Implementation DSDM provides incremental iterative approach and also provides some core techniques called Time Boxing, Prototyping, Testing, Workshop etc., The main objective of the DSDM method is to keep the project in control of budget and timelines Crystal Methodologies Crystal family of methodologies was started before agile manifesto and its one of the founder of agile methodologies. It‟s a family of methodologies. [9]. All Crystal methods have 3 Priorities and 3 Properties Priorities: 1. Safety 2. Efficiency 3. Habitability Properties: 1. Frequent Delivery 2. Reflective Improvement 3. Close Communication Crystal is a family of Human-Powered, Adaptive, Ultra-light and Stretch-to-fit methodologies Crystal is more focused on People rather than process or its architecture Agile & Waterfall model The stages of waterfall model can be mapped to agile development model [15]. Challenges in Agile In The 2013 State of Agile Development survey [13] , conducted by VersionOne says 83% of the responders are using agile software development, however Agile may not be the silver bullet or the destination for the software development it has his own challenges which may force to re think to adopt agile as a software development methodology In the current phenomenon of software engineering, most of the companies have distributed environment for their Project execution or Product development, a typical scenario would be Designing will be at western countries, Architecture would be at Europe, Test automation and product development at India and testing would be at China, it‟s a typical scenario we observe the whole project spread across the world Note: The above-mentioned scenario is just an example. Anything can happen anywhere in the world however. It spreads across the world In a recent survey conducted by Version one 57% stated that their teams are distributed [13], and the figure is growing as industry considers distributed development as a cost effective model The major challenges with Distributed environments are Communication: [5].In any project/product development communication is the main medium to connect all the stakeholders including customer and keeping everyone on the same page. Agile insists about co location and Daily scrum of the team members to avoid any communication gap, however in distributed environment its not feasible to co locate all the stake holders at one place because of time zones and Language barriers. A workable solution would be agree upon a common time slot for having scrum calls with video conferencing, and use instant messengers to communicate with colleagues, however we team need to be very planned to sort out issues soon after scrum having a technical discussion individually, to achieve this one needs a good planning skills However it‟s very highly uncomfortable to have technical discussions over the phone and video conferences. Agile is for highly Motivated and Skilled individuals: One of the pitfalls we hear about Agile is, it is meant for skilled and motivated individuals. In Agile, work assignment is not done as a separate process, team proactively picks the tasks from the backlog and no control over the estimation. Trust plays a major role in it, however it may not be practical for all. Un like in waterfall no Sr. technical person review the estimation of the tasks, as the back log comes very fresh no one could spend time to understand the depth so to be on safe
  • 4. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 02 Issue: 08 | Aug-2013, Available @ http://www.ijret.org 128 side its always been estimated high, understanding the philosophy of agile is also very important, I would like to quote an example, In one organization, where the team recently adopted the Agile scrum, after some time they are referring to an spread sheet for tracking bugs, I was surprised to see why they dependent on a spread sheet where as a sophisticated bug tracking tool is available, when I enquired about it they answered “we are using agile so we won‟t log defects in bug tracking tool”, then I understood that they want to address the defects soon they were identified, as the defects list is piling up team started forgetting the defects and they were worried that the defects may slip to customers, so to avoid that they are tracking the defects in a spread sheet, its sounds funny but it‟s the ground reality Reverse Planning: When team recently adopts the agile, one observation was that the same team used to spend long hours to finish their tasks, soon after they got trained on the agile, team left on time, no one suggests to stretch or stay long hours, however the point is team is tend to be more relaxed, surprisingly the same team will do night outs to finish the task on time as the higher management committed a date. Though the above differs from the agile principles, it happens in the reality especially for legacy projects, higher management announces the date to the public or to the customers, so team starts reverse planning to meet the date as the features and time is already committed. Flexible Scope: Agile talks about continues working bug free software delivery to the customer with a demo, since the customer starts using and comes up with more ideas to be implemented which increases the scope of the development though it‟s a trivial change from the customer perspective it could be a vital from technical perspective, in such scenarios scrum master should stop the change in the scope, however most of the projects are customer driven projects for various reasons and to make customer happy always team had to accept the change without moving the deadline Agile is known for accepting the requirements at any stage, this cannot be the ground reality though it‟s a software change is not a small thing to accommodate Very difficult to estimate the efforts required which is very critical for budgeting, as no one knows about the whole requirements, more often after starting the tasks- the team will identify more tasks to be in order to finish the task which will affect the estimates Involving customer in daily meeting helps a lot. However, It ignites more ideas to customer, though it is good it increases the scope of work to be done Immediate Customer adoption: Agile‟ s most important principle is to be in touch with the customer as close as possible by delivering the working software so that the customer will be engaged, however this may not work well for the products which involves good deployment time and customer cannot invest again and again on the deployment for every increment as it involves many tasks like up gradation, compatibility and data migration last but the not the least customization, unless it‟s a web based its really hard to see the continues delivery to the customer, if team is looking this is the only reason to adopt agile then better to re think. Everything is TEAM: Agile is more about people than process, which is conflicting with CMM. As CMM demands more documentation and more focus on process rather than people, however agile doesn‟t say not to documentation and says its team‟s decision. The common word we hear in agile teams is its TEAM decision and TEAM is responsible the TEAM concept is very good in a way to avoid blame games and pressures, however TEAM won‟t work for responsibility though its TEAMS responsibility one persons should own and perform the task who owns is a question, it‟s a common question every one faces it and most will address the same with ease by creating the stories and assigning the owner, however that is not in the scope of this paper. Most of people think agile methodologies built around highly skilled and experienced individuals in order to respond quickly to the change and not suitable for less experienced people Most of the People will not consider Agile for critical applications, Outsourcing and Legacy Software development Another criticism about Agile is time management, in meetings as well in completing the tasks. Agile demands good time management skills from each and every stakeholders of the project. Maintaining time management skill for long is a challenge Various authors addressed the above-mentioned challenges with some best practices, and some explained them as Myths [14]. However the scope of this paper is not to go in details of them However, every organization has to evaluate agile and waterfall models in order to determine the applicability based on the above discussion, some teams may conclude that Agile or waterfall is not their cup of tea. It is perfectly fine provided the decision is made up on the facts rather than assumptions. CONCLUSION The scope of this paper is not to ascertain or recommend the best model. Of course, each model has got its own merits and demerits. Whether or not to use a certain software
  • 5. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 02 Issue: 08 | Aug-2013, Available @ http://www.ijret.org 129 development methodology/tool is very critical and depends on a host of factors including but not limited to organizational culture, flexibility offered by the customer, customer awareness and knowledge about what he wants However, the paper is intended to deal and come out with a fair comparison of the models and make the users aware of the characteristics of each, in order to enable them to match the same with their experience. Understanding the differences among various methods improves the decision-making regarding selection of the most suitable methodology in a suitable way. If your current model is working fine for you stick to it Agile is not a fashion. REFERENCES: [1]. Thesis, Jonna Kalermo and Jenni rissanen, “Agile software development in theory and practice” [2].http://www.martinfowler.com/articles/newMethodology.ht ml [3].http://www.agilemanifesto.org [4].http://www.agilesoftwaredevelopment.com [5]. http://www.drdobbs.com/architecture-and-design/the- distributed-agile-team/212201434?pgno=3 [6].http://en.wikipedia.org/wiki/Agile_software_development [7].http://en.wikipedia.org/wiki/Dynamic_Systems_Developm ent_Method [8]. http://en.wikipedia.org/wiki/Extreme_programming [9].http://alistair.cockburn.us/Crystal+methodologies [10].http://www.ccpace.com/Resources/documents/AgileProje ctManagement.pdf [11].Kathleen B. Hass, “TIPS & TECHNIQUES The Blending of Traditional and Agile Project Management”,PM World Today, May 2007 (Vol. IX, Issue V), http://cs.anu.edu.au/courses/COMP3120/local_docs/readings/t he-blending-of-traditional-and-agile-project-management.pdf [12]. Prof. James Noble, Dr. Stuart Marshall http://nzcsrsc08.canterbury.ac.nz/site/proceedings/Individual_ Papers/pg218_Agile_Project_Management.pdf [13].3rd Annual Survey: 2008 “The State of Agile Development”. [14]. http://www.versionone.com/pdf/AgileMyths_BetterSof tware.pdf [15]. Huo, M. et. al. Software Quality and Agile Methods. In Proceedings of the 28th Annual International Computer Software and Applications Conference (COMPSAC'04). IEEE 520-525, Hong Kong. September 2004. May be found at: http://csdl.computer.org/comp/proceedings/compsac/2004/220 9/01/220910520abs.htm [16]. Presentation by Yogi Berra on Software Development Life Cycle (SDLC) BIOGRAPHIES: Kiran Jammalamadaka received his MCA from Acharya Nagarjuna University, India. He is currently associated with GE India as a Software technical leader. His interests include Software engineering, Agile->Scrum and automated debugging. V. Ramakrishna received his PhD from Acharya Nagarjuna University, India in 2011.He is currently associated with K L University, India as an Associate Professor. His general research interests are Software Engineering and Neural Networks.